Segfault when enemy starts shooting

Intended behaviour or bugs in other software.
Locked
WFrag
New user
Posts: 2
Joined: 27 Aug 2006, 09:02

Segfault when enemy starts shooting

Post by WFrag »

I found that Warzone2100 segfaults in the campaign when the first combat begans. Just after they start shooting, WZ segfaults. If I set MALLOC_CHECK_ to 1, it shows me that the reason is heap corruption. I've tried to disable the sound - it worked, so the problem must be in the sound code, I think.

I've tried on recent Gentoo on Asus V6F00VA laptop.

I will try valgrind later.
Last edited by DevUrandom on 27 Aug 2006, 15:21, edited 1 time in total.
WFrag
New user
Posts: 2
Joined: 27 Aug 2006, 09:02

Re: SEGFAULT in first minute of campaign

Post by WFrag »

It was Sample OpenAL implementation bug. Look here for more details: http://opensource.creative.com/pipermai ... 04553.html (patches attached).
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: SEGFAULT in first minute of campaign

Post by DevUrandom »

Thanks for the link to the mailinglist archives!
Now I got something to show ppl complaining about WZs sound code being broken. ;)
Locked