Search found 2 matches

by WFrag
27 Aug 2006, 11:34
Forum: Not a bug
Topic: Segfault when enemy starts shooting
Replies: 2
Views: 17978

Re: SEGFAULT in first minute of campaign

It was Sample OpenAL implementation bug. Look here for more details: http://opensource.creative.com/pipermai ... 04553.html (patches attached).
by WFrag
27 Aug 2006, 09:10
Forum: Not a bug
Topic: Segfault when enemy starts shooting
Replies: 2
Views: 17978

Segfault when enemy starts shooting

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. ...