I've been able to reproduce this a few times w/ reelism2 (reelism2_v0.5_earlyexcess.pk3, reelism2_v0.6_earlyexcess.pk3, and a repacked reelism2_v0.6_earlyexcess.pk3 with a menuentry patch)
by running `gzdoom -iwad DOOM2.WAD -file reelism2_v0.6_earlyexcess.pk3 +map minigut +summon Slot3_Wizards` and triggering vehicle explosions
unfortunately due to the nature of the crash I'm unable to record a lmp to reproduce it reliably
sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism 2)
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 35
- Joined: Sun Mar 08, 2020 12:23 pm
- Graphics Processor: Intel (Modern GZDoom)
sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism 2)
You do not have the required permissions to view the files attached to this post.
-
-
- Posts: 3814
- Joined: Sun Aug 07, 2011 4:32 am
Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism
Actor of class Splot_GroundFireFlame is destroyed during execution of its Tick() function. This leads to quite unpredictable consequences in sound system.
-
- Posts: 35
- Joined: Sun Mar 08, 2020 12:23 pm
- Graphics Processor: Intel (Modern GZDoom)
Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism
Thanks for looking into this. I wish I had a better grasp of what was going on -- I'll point the mod devs in this direction!
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism
Thanks for the heads up, I've moved the check in question out of Tick() into an anonymous function in the states.
-
-
- Posts: 3814
- Joined: Sun Aug 07, 2011 4:32 am
Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism
Should be fixed with e281f99.