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 tends to crash when speaking to NPC's #74773

Open
Satellite-SLickers opened this issue Jun 25, 2024 · 4 comments
Open

Game tends to crash when speaking to NPC's #74773

Satellite-SLickers opened this issue Jun 25, 2024 · 4 comments
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility stale Closed for lack of activity, but still valid.

Comments

@Satellite-SLickers
Copy link

Describe the bug

sometimes games become pseduo-softlocked due to the fact that talking with NPC's will cause the game to crash, I have not discovered what causes it to happen but is not random

Attach save file

Emigrant Gap-trimmed.tar.gz

Steps to reproduce

-Load save
-Interact with npc in the room
-game should crash at this point

Expected behavior

I expect the game to not crash and to instead open the usual npc dialogue

Screenshots

No response

Versions and configuration

  • OS: Linux
    • OS Version: Distributor ID: Linuxmint; Description: Linux Mint 21.3; Release: 21.3; Codename: virginia;
  • Game Version: cdda-experimental-2024-06-24-1652 3b97827 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Magiclysm [magiclysm],
    Mind Over Matter [mindovermatter],
    Xedra Evolved [xedra_evolved],
    Bombastic Perks [bombastic_perks],
    Crazy Cataclysm [crazy_cataclysm],
    DinoMod [DinoMod]
    ]

Additional context

crash.log
debug.log
Emigrant Gap.tar.gz

@Satellite-SLickers Satellite-SLickers added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Jun 25, 2024
@PatrikLundell
Copy link
Contributor

Failed to repeat it in 4 attempts using freshly downloaded and compiled master code.

  • OS: Windows
    • OS Version: 10.0.19045.4529 (22H2)
  • Game Version: 0.G-10437-gf0d983a141 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Magiclysm [magiclysm],
    Mind Over Matter [mindovermatter],
    Xedra Evolved [xedra_evolved],
    Bombastic Perks [bombastic_perks],
    Crazy Cataclysm [crazy_cataclysm],
    DinoMod [DinoMod]
    ]

@deltanedas
Copy link

ive solved this personally using c++'s deprecated (and in c++21, removed) std::codecvt_utf8<wchar_t>, nothing crashes compared to the c version it uses right now

it happens for computers too which makes to easy reproduce just start default scenario and use the computer

@Satellite-SLickers
Copy link
Author

ive solved this personally using c++'s deprecated (and in c++21, removed) std::codecvt_utf8<wchar_t>, nothing crashes compared to the c version it uses right now

it happens for computers too which makes to easy reproduce just start default scenario and use the computer

ive managed to replicate the computer thing a few times, although it seems rather inconsistent as to whether or not the computer will work or cause a crash

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@github-actions github-actions bot added the stale Closed for lack of activity, but still valid. label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility stale Closed for lack of activity, but still valid.
Projects
None yet
Development

No branches or pull requests

3 participants