JonathanTroyer / Progress-Renderer

A mod for Rimworld. Automatically create scheduled renderings of the full map or only a chosen part of it.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Selection boxes disabled after render #1

Closed JonathanTroyer closed 4 years ago

JonathanTroyer commented 4 years ago

From Patigooo on Steam:

...after it renders, it won't let any selection box popup on the things I click on. It only pops up for the colony bar. Every time this happens I have to go to the main menu...

AlecSanderB commented 4 years ago

Happens if pixel per cell is set to more than 59: image

Happens 100% of the time in my save that had Prepare Carefully installed and ppc set to >59, however, i was unable to replicate it in a brand new save.

It's not only the selection boxes that disappear, it's anything selected here image

No render is produced. Nothing related appears on debug.

Example of the issue: Before rendering: Image 1

After rendering: Image 2

I suspect the error has something to do with the mod disabling some visuals to render and not enabling them afterwards.

JonathanTroyer commented 4 years ago

This is a really good issue report! Unfortunately, I'm unable to reproduce this issue both in an old save and a new save. The only thing I think could be happening is that somehow the rendering crashes in the middle and then never gets back to setting the map back to normal. I've added a try/catch to hopefully mitigate this, so let me know if you run across it again!