Page 1 of 1
[2.0.55] Crash pressing ESC while saving (Map::save)
Posted: Mon Jun 09, 2025 11:40 pm
by fexatious
I was performing a manual save, and i think I hit the escape key while it was in progress. Unsure if that was related or my base is just that cursed.
I got a popup about it failing.
Trying to open the save gives me an i/o error.
Mods: Quality, elevated rails, space age
Re: [2.0.55] Crash pressing ESC while saving (Map::save)
Posted: Mon Jun 09, 2025 11:44 pm
by Loewchen
Can your reproduce this?
Re: [2.0.55] Crash pressing ESC while saving (Map::save)
Posted: Mon Jun 09, 2025 11:48 pm
by fexatious
no
Re: [2.0.55] Crash pressing ESC while saving (Map::save)
Posted: Thu Jun 12, 2025 1:32 pm
by Rseding91
Thanks for the report. Looking at the log - it appears to be crashing when saving is almost completed. It has finished saving everything and was attempting cleanup and at that point it crashed. I don't see how it could possibly ever crash in that scenario since everything in the cleanup stage is simply clearing values on things it already touched and validated during the write-to-disk stage.
Without a way to reproduce it, I can only guess what went wrong. My guess is memory corruption and or CPU instruction execution failure. If you do know of a way to reproduce it reliably - please let us know. Otherwise there's nothing we can do.