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

Duplicate mod ident warning broken in recent experimentals. Causing Segmentation Fault at launch. #39258

Closed
TheRafters opened this issue Apr 4, 2020 · 1 comment · Fixed by #39273
Labels
<Crash / Freeze> Fatal bug that results in hangs or crashes. (S2 - Confirmed) Bug that's been confirmed to exist SDL: Tiles / Sound Tiles visual interface and sounds.

Comments

@TheRafters
Copy link
Contributor

TheRafters commented Apr 4, 2020

Describe the bug

In 0.E stable, when mods with duplicate idents were present in any combination of cataclysm/mods and/or cataclysm/data/mods, cataclysm gave a warning on launch but was able to continue launching the game. Somewhere between 10478(0.E stable) and 10489(latest experimental as of this issue) this same duplicated mod ident condition causes a segmentation fault on launch without providing any information that would help to resolve the problem.

Steps To Reproduce

Copy any mod in the mods folder and paste it back into the mods folder, producing 2 folders with different names and identical contents. Launch the game. In stable, you'll get a warning message. In 10489 you'll get a segmentation fault.

Expected behavior

That the game would continue giving helpful warnings to aid in troubleshooting problems.

Screenshots

Behavior in 0.E Stable:
https://i.imgur.com/xnhCwPU.png

Behavior in 0.E Experimental 10489:
https://i.imgur.com/tDbO62t.png

Versions and configuration

0.E Stable 10478 -

  • OS: Windows
    • OS Version: 10.0 1909
  • Game Version: 0.E [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food]
    ]

Additional context

logs from above photo.
crash.log
debug.log

@ZhilkinSerg
Copy link
Contributor

ZhilkinSerg commented Apr 4, 2020

@ZhilkinSerg ZhilkinSerg added (S2 - Confirmed) Bug that's been confirmed to exist <Bug> This needs to be fixed SDL: Tiles / Sound Tiles visual interface and sounds. <Crash / Freeze> Fatal bug that results in hangs or crashes. and removed <Bug> This needs to be fixed labels Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Crash / Freeze> Fatal bug that results in hangs or crashes. (S2 - Confirmed) Bug that's been confirmed to exist SDL: Tiles / Sound Tiles visual interface and sounds.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants