-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when (auto-)saving the game #62954
Comments
The errors come from trying to load a washing activity, so something went wrong with that. Trying to find out what exactly might be a bit harder. Somehow it seems to have been finished but was still around when the game saved later. Also interesting the last entry in the log is picking up a washboard. But that's not necessarily related. |
Oh, i have context on that then! I was washing the items with the water from the pond (east of the house), while being inside the house itself. Probably that leftover washing interrupted by opening the Manager and pressing |
Okay, the activity is still there (on the backlog) after cancelling because it's a suspendable activity. However with the way it's assigned it can never actually resume the previous activity because the activity targets are only set after the activity is assigned. Assigning the activity compares targets to determine if it can resume an activity from the backlog which fails because the new one doesn't have any targets, yet. So the now stale activity sits in the backlog until that's cleared. However looking at that info and the crash log, I'm fairly confident the issue is |
Describe the bug
Was walking around; game crashed.
Judging by the backtrace, did so when attempting to save the game.
The savefile appears to be corrupted - there are two identical characters, and trying to load throws a bunch of (skippable) errors.
Given that the backtrace mentions item_contents, i should probably mention that not long before the crash i:
U
nloaded the backpack i had on me at the time (also had its main pocket priority set to 1 some time prior). Presumably, the items got dumped into the military rucksack, but i didn't checkT
ook off the backpackThe save appears to have happened between steps (3) and (6). Maybe during the
U
nloading? But then why did it not crash until after?Other than the loading errors, the character appears to be mostly the way i remember him. I don't notice any items missing either.
Steps to reproduce
unknown
Expected behavior
No crash
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
crash.log
debug.log upon loading the savefile
Savefile: Somers-bug.zip
The text was updated successfully, but these errors were encountered: