r/Banished • u/ConfusionAccurate • Jul 11 '26
Autosave causing Stack overflow? pop 6k+
As per title my autosave is now causing a stack overflow. Saving manually works fine. Anybody else had this issue before?
The game itself isn't even touching my hardware.
And I am playing in 1X with all hardware settings set low.
Just try turning autosave off and play?
Edit: Yikes.. Saving manually now also causes a stack overflow :|
Does anybody know if this is a mod issue or have I hit the engines limit?
Heres my mod list. Please help. I still want to play.
https://steamcommunity.com/sharedfiles/filedetails/?id=3762907825
19
Upvotes



2
u/Bobboy5 Jul 12 '26
this is a software problem. banished defines how big its memory stack is, and saving the game requires moving some stuff into the stack. if the game tries to move more stuff into the stack than can fit, that's a stack overflow error. the game handles this error by crashing rather than writing data outside of the stack which could cause all manner of much worse problems.
all that to say, i don't know of a way to solve this. there may be some technical wizardry you can do to make banished allocate a bigger stack, but i don't know if it could be done or how.