CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.66k stars 4.18k forks source link

my game has been crashing for a month straight,please help!!! #76502

Open qtherocknrolla opened 2 months ago

qtherocknrolla commented 2 months ago

Describe the bug

upon creating a new world and starting a new game, the game freezes at the "Cataclysm Dark Days Ahead" loading screen and crashes when i press escape, waited for freeze to resolve to no avail.

not using mods, vanilla only. i have also completely uninstalled all files and downloaded off github 2x just to make sure before i came here and complained.

Attach save file

N/A

Steps to reproduce

create new vanilla world named "Try Not To Die!!!" without mods.

start a new game-create custom character-loading screen appears and freezes screen and when escape is pressed crashes the game and closes it out

Expected behavior

i expect to start a new game with a new character like usual and game loads and goes to the character creation screen but freezes and crashes instead

Screenshots

Screenshot 2024-09-17 155916 Screenshot 2024-09-17 160037

Versions and configuration

windows 10

2024-09-17-1841 experimental build

Additional context

this has been going on for over a month but i kinda figured that one of the devs would have bashed it out by now

i wish i could help more. thanks

GuardianDll commented 2 months ago

play stable candidate? crash seems to be related to imgui, and stable candidate do not have it https://github.com/CleverRaven/Cataclysm-DDA/releases/tag/cdda-0.H-2024-09-17-0744

qtherocknrolla commented 2 months ago

thanks, i appreciate it, been jonesing for some zombie slaying for a while

RenechCDDA commented 2 months ago

Can you zip your /config/ folder and upload it here? You're not the first one to experience mysterious imgui assertion failures, but they really shouldn't be possible.

qtherocknrolla commented 1 month ago

sorry this took me so long to respond to, im not big on computers just cdda lololol, cdda config file i think.zip

sorry for the lack of computer literacy, i got my girlfriend and half of discord to help me with this simple task. tanks a whole bunch!!!!

qtherocknrolla commented 1 month ago

let me try this again, i got sommore help this time. config one more time.zip thanks for your patience

katemonster33 commented 1 month ago

@qtherocknrolla the only way this crash can happen, as I see it, is that CDDA has encountered an error during loading, which would normally show the debug UI, but because ImGui hasn't finished initializing, ImGui then throws an error, "hiding" the original error.

I saw a crash.log under the folder dated October 5th, if this is the crash.log generated with this behavior, then it looks like the "real" error is this:

MESSAGE: Invalid enum string 'character_attempt_to_fall_asleep' for 'event_type'

Can you verify this is what's happening? i.e. can you delete the file config/crash.log , cause the crash, then attach the generated config/crash.log?