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

Segfault upon auto-travel #70918

Closed
MrHrulgin opened this issue Jan 14, 2024 · 0 comments · Fixed by #70937
Closed

Segfault upon auto-travel #70918

MrHrulgin opened this issue Jan 14, 2024 · 0 comments · Fixed by #70937
Labels
<Crash / Freeze> Fatal bug that results in hangs or crashes. Map / Mapgen Overmap, Mapgen, Map extras, Map display

Comments

@MrHrulgin
Copy link
Contributor

Describe the bug

I gave the command to travel a long ways, and my character stepped up onto a bench and the game crashed. Possibly because after the bench is a whole bunch of broken stuff?

Attach save file

Bellaire-trimmed.tar.gz

Steps to reproduce

From the location in the save, open the overworld map and attempt to travel to the location highlighted in the screenshot, just east of the center of the goblin camp.

Expected behavior

No crash.

Screenshots

image

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.3693 (22H2)
  • Game Version: 2a67568 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Slowdown Fungal Growth [no_fungal_growth],
    Portal Storms Ignore NPCs [personal_portal_storms],
    SpeedyDex [speedydex],
    Stats Through Kills [stats_through_kills],
    Stats Through Skills [StatsThroughSkills],
    Tamable Wildlife [Tamable_Wildlife],
    Bionic Professions [package_bionic_professions],
    Magiclysm [magiclysm],
    Blaze Industries [blazeindustries],
    Mind Over Matter [mindovermatter],
    Xedra Evolved [xedra_evolved],
    Translate Complex Dialogue [translate_dialogue],
    Alternative Map Key [alt_map_key],
    Bombastic Perks [bombastic_perks],
    Extra Mutated Scenarios [extra_mut_scens]
    ]

Additional context

The program has crashed.
See the log file for a stack trace.
CRASH LOG FILE: ./config/crash.log
VERSION: 2a67568
TYPE: Signal
MESSAGE: SIGSEGV: Segmentation fault
STACK TRACE:

#0
(dbghelp: debug_write_backtrace+0xb5@0,000,7FF,6C6,C1B,F05[cataclysm-tiles.exe+0x55b,f05]),
#1
(dbghelp: log_crash+0x36d@0,000,7FF,6C6,BDE,C7D[cataclysm-tiles.exe+0x51e,c7d]),
#2
(dbghelp: signal_handler+0x57@0,000,7FF,6C6,BDF,217[cataclysm-tiles.exe+0x51f,217]),
#3
(dbghelp: seh_filter_exe+0x178@0,000,7FF,6C8,185,1F8[cataclysm-tiles.exe+0x1,ac5,1f8]),
#4
(dbghelp: __scrt_common_main_seh'::1'::filt$0+0x16@0,000,7FF,6C8,3BC,CCD[cataclysm-tiles.exe+0x1,cfc,ccd]),
#5
(dbghelp: _C_specific_handler+0xa0@0,000,7FF,6C8,156,424[cataclysm-tiles.exe+0x1,a96,424]),
#6
(dbghelp: _chkstk+0x11f@0,000,7FF,D5A,F12,3AF[ntdll.dll+0xa2,3af]),
#7
(dbghelp: RtlRaiseException+0x484@0,000,7FF,D5A,EC1,4B4[ntdll.dll+0x51,4b4]),
#8
(dbghelp: KiUserExceptionDispatcher+0x2e@0,000,7FF,D5A,F10,EBE[ntdll.dll+0xa0,ebe]),
#9
(dbghelp: vehicle::part_has_lock+0x5b@0,000,7FF,6C7,305,97B[cataclysm-tiles.exe+0xc45,97b]),
#10
(dbghelp: vehicle::next_part_to_open+0x34@0,000,7FF,6C7,303,764[cataclysm-tiles.exe+0xc43,764]),
#11
(dbghelp: map::route+0xf09@0,000,7FF,6C7,719,619[cataclysm-tiles.exe+0x1,059,619]),
#12
(dbghelp: map::route+0x41@0,000,7FF,6C7,71A,591[cataclysm-tiles.exe+0x1,05a,591]),
#13
(dbghelp: activity_handlers::travel_do_turn+0x59a@0,000,7FF,6C7,952,E1A[cataclysm-tiles.exe+0x1,292,e1a]),
#14
(dbghelp: activity_type::call_do_turn+0x70@0,000,7FF,6C7,0DF,470[cataclysm-tiles.exe+0xa1f,470]),
#15
(dbghelp: player_activity::do_turn+0x498@0,000,7FF,6C7,13F,698[cataclysm-tiles.exe+0xa7f,698]),
#16
(dbghelp: do_turn+0xfb4@0,000,7FF,6C6,C23,B44[cataclysm-tiles.exe+0x563,b44]),
#17
(dbghelp: WinMain+0xd45@0,000,7FF,6C6,AA9,145[cataclysm-tiles.exe+0x3e9,145]),
#18
(dbghelp: __scrt_common_main_seh+0x106@0,000,7FF,6C8,153,05A[cataclysm-tiles.exe+0x1,a93,05a]),
#19
(dbghelp: BaseThreadInitThunk+0x14@0,000,7FF,D59,2A7,344[KERNEL32.DLL+0x17,344]),
#20
(dbghelp: RtlUserThreadStart+0x21@0,000,7FF,D5A,EC2,6B1[ntdll.dll+0x52,6b1]),

@MrHrulgin MrHrulgin added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Jan 14, 2024
@NetSysFire NetSysFire added <Crash / Freeze> Fatal bug that results in hangs or crashes. Map / Mapgen Overmap, Mapgen, Map extras, Map display and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Jan 15, 2024
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. Map / Mapgen Overmap, Mapgen, Map extras, Map display
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants