You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a charcoal kiln has >20,000 units of charcoal in it, opening the debug spawn item menu will first generate an error regarding the charcoal kiln, and then segfault once the error is dismissed.
The error from the charcoal kiln is a separate issue, but is a reliable way to generate the segfault.
The item spawning menu will partially appear before the error occurs. Generating item descriptions might be what triggers causes the charcoal kiln error, and it's at that point that the item spawning menu is interrupted, fails to finish initializing, and puts the program in a state that then causes a segfault? Just a wild guess, don't have much familiarity with the code base.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a charcoal kiln has >20,000 units of charcoal in it, opening the debug spawn item menu will first generate an error regarding the charcoal kiln, and then segfault once the error is dismissed.
Attach save file
Fork Union - SEGFAULT-trimmed.tar.gz
Steps to reproduce
Expected behavior
Item spawning menu should appear after error is dismissed, and functional normally.
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth],
No Hope [no_hope],
Alternative Map Key [alt_map_key],
Bombastic Perks [bombastic_perks],
Martial Mastery [perk_melee_system],
sees-player icon, HitButton_iso [sees_player_hitbutton],
sees-player, run, crouch, bleed icons, retrodays [sees_player_retro],
SpeedyDex [speedydex],
Stats Through Kills [stats_through_kills],
Stats Through Skills [StatsThroughSkills]
]
Additional context
crash.log
debug.log
The error from the charcoal kiln is a separate issue, but is a reliable way to generate the segfault.
The item spawning menu will partially appear before the error occurs. Generating item descriptions might be what triggers causes the charcoal kiln error, and it's at that point that the item spawning menu is interrupted, fails to finish initializing, and puts the program in a state that then causes a segfault? Just a wild guess, don't have much familiarity with the code base.
The text was updated successfully, but these errors were encountered: