[Bug 9360] New: HL 1 & 2 mp games crash if using ALSA
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(a)winehq.org ReportedBy: greg87(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs(a)winehq.org, | |M.B.Lankhorst(a)gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 --- Comment #1 from Maarten Lankhorst <M.B.Lankhorst(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 --- Comment #2 from Maarten Lankhorst <M.B.Lankhorst(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 --- Comment #3 from Gregor Münch <greg87(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 --- Comment #4 from Gregor Münch <greg87(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 --- Comment #5 from Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> 2007-09-11 01:18:44 --- What happens if you replace that line with: buffer_size = This->mmap_buflen_bytes / pwfx->nBlockAlign; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 --- Comment #6 from Gregor Münch <greg87(a)online.de> 2007-09-11 17:22:14 --- This works. :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #7 from Maarten Lankhorst <M.B.Lankhorst(a)gmail.com> 2007-09-12 07:57:53 --- Bugfix in git now, closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 Gregor Münch <greg87(a)online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Gregor Münch <greg87(a)online.de> 2007-09-14 16:44:10 --- Indeed fixed. Thx and realy closing it this time. :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9360 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org