Skip to content
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

Game crash on save. Character reset but not world. #5802

Open
ExecutiveOdin opened this issue Dec 11, 2024 · 1 comment
Open

Game crash on save. Character reset but not world. #5802

ExecutiveOdin opened this issue Dec 11, 2024 · 1 comment
Labels
bug crash Game crashes or softlocks needs verification Does this bug (still) happen? Needs independent reproduction. src changes related to source code.

Comments

@ExecutiveOdin
Copy link

ExecutiveOdin commented Dec 11, 2024

Describe the bug

Returned to home base and saved and quit.
Instead of returning to main menu it gave me an error screen. I did not read it. Usually I just hit "I" to ignore the error and continue. Bad habit.
After hitting "I" the game then crashed instead of continuing to the main menu.

Upon reopening the game I was presented another error screen telling me "DEBUG Bad save json"
Passing that error screen loaded my world, which is exactly as it was when I had saved. But my character is standing a short distance from where he was and is completely wiped.
No skills, no inventory, customization is gone. Character still has the name I gave him but everything else is back to default base levels and no profession is listed.

Steps To Reproduce

Save and quit.

Screenshots

blankman

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.5131 (22H2)
  • Game Version: 374bd34 [64-bit]
  • Graphics Version: Tiles
  • LAPI Version: 2
  • Game Language: []
  • Mods loaded: [
    Bright Nights [bn],
    Disable NPC Needs [no_npc_food],
    Simplified Nutrition [novitamins],
    No Rail Stations [No_Rail_Stations],
    Prevent Zombie Revivication [no_reviving_zombies],
    Limit Fungal Growth [limit_fungal_growth],
    Item Category Overhaul [Item_Category_Overhaul],
    UDP Redux [udp_redux],
    No Wasps [No_Wasps],
    No Explosive Zombies [No_Explosive_Zombies],
    Stats Through Kills [stats_through_kills],
    Stats Through Skills [StatsThroughSkills],
    SpeedyDex [speedydex],
    Manual Bionic Installation [manualbionicinstall],
    Bionic Slots [cbm_slots]
    ]

Additional context

debug.log

@randombk
Copy link
Contributor

randombk commented Dec 12, 2024

Can you upload your player save file ("[bunch of letters].sav")?

It's tricky to say exactly what caused the crash on save. There's a lot of instances of #3072 referencing monster 'blob' right before the log cuts off, but it's unclear if that was the actual cause, or whether the crash prevented the debug log from saving correctly.

Whatever happened corrupted your player save file - only the player data appearing before the corruption was loaded, explaining the partial character. Whether it's recoverable depends on what exactly the corruption was.

@RoyalFox2140 RoyalFox2140 added needs verification Does this bug (still) happen? Needs independent reproduction. src changes related to source code. crash Game crashes or softlocks labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug crash Game crashes or softlocks needs verification Does this bug (still) happen? Needs independent reproduction. src changes related to source code.
Projects
None yet
Development

No branches or pull requests

3 participants