http://bugs.winehq.org/show_bug.cgi?id=9360
Summary: HL 1 & 2 mp games crash if using ALSA Product: Wine Version: CVS Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: greg87@online.de
Created an attachment (id=7652) --> (http://bugs.winehq.org/attachment.cgi?id=7652) crash bt
Connect to a server and as soon as the loading is finished the game crashs. Using OSS everything is fine.
http://bugs.winehq.org/show_bug.cgi?id=9360
Maarten Lankhorst M.B.Lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org, | |M.B.Lankhorst@gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #1 from Maarten Lankhorst M.B.Lankhorst@gmail.com 2007-08-18 13:15:03 --- Probably valid, I couldn't test hl1 & 2, I'll see if I can find the divide/modulus that causes the crash
http://bugs.winehq.org/show_bug.cgi?id=9360
--- Comment #2 from Maarten Lankhorst M.B.Lankhorst@gmail.com 2007-08-19 03:01:00 --- can you build winealsa.drv with CFLAGS='-g' and then get a WINEDEBUG=+dsound,+dsalsa,+alsa log + backtrace?
http://bugs.winehq.org/show_bug.cgi?id=9360
--- Comment #3 from Gregor Münch greg87@online.de 2007-08-19 08:06:17 --- Created an attachment (id=7671) --> (http://bugs.winehq.org/attachment.cgi?id=7671) log compressed
I removed in the makefile -o2.
http://bugs.winehq.org/show_bug.cgi?id=9360
--- Comment #4 from Gregor Münch greg87@online.de 2007-09-10 17:41:41 --- The following line seems to cause the crash: buffer_size = snd_pcm_bytes_to_frames(pcm, This->mmap_buflen_bytes);
I just commented it out and bove (hl1 and hl2) begann to work again.
http://bugs.winehq.org/show_bug.cgi?id=9360
--- Comment #5 from Maarten Lankhorst M.B.Lankhorst@gmail.com 2007-09-11 01:18:44 --- What happens if you replace that line with:
buffer_size = This->mmap_buflen_bytes / pwfx->nBlockAlign;
http://bugs.winehq.org/show_bug.cgi?id=9360
--- Comment #6 from Gregor Münch greg87@online.de 2007-09-11 17:22:14 --- This works. :)
http://bugs.winehq.org/show_bug.cgi?id=9360
Maarten Lankhorst M.B.Lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #7 from Maarten Lankhorst M.B.Lankhorst@gmail.com 2007-09-12 07:57:53 --- Bugfix in git now, closing
http://bugs.winehq.org/show_bug.cgi?id=9360
Gregor Münch greg87@online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Gregor Münch greg87@online.de 2007-09-14 16:44:10 --- Indeed fixed. Thx and realy closing it this time. :)
http://bugs.winehq.org/show_bug.cgi?id=9360
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified