http://bugs.winehq.org/show_bug.cgi?id=33273
Bug #: 33273 Summary: no sound with alsa or oss and winecfg crash Product: Wine Version: 1.4.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: scrimekiler@yahoo.fr Classification: Unclassified
Created attachment 44015 --> http://bugs.winehq.org/attachment.cgi?id=44015 aplay -l output
When I set sound driver to "oss" in regedit : -in winecfg : "selected driver" is set to none. No other choices available -launching an app with wine works but no sound
When I set sound driver to "alsa" in regedit : -in winecfg : clicking on audio tab make winecfg crash (and no way to kill it even with kill -9) -launching an app make wine crash (also no way to kill the app even with kill -9)
Curently using wine-1.4.1 Same bug happens with wine-1.5.26
Sounds works only with wine-1.2.3 with oss or jack (not alsa)
It seems it's related to my soundcard, which has a lot of mixer elements.All other native applications can use alsa without any problem.
Runing on gentoo kernel 3.7.10 gcc version 4.6.3 xorg-x11 7.4-r2
Soundcard : Terratec Phase88
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #1 from scrimekiler@yahoo.fr 2013-03-25 18:01:58 CDT --- Created attachment 44016 --> http://bugs.winehq.org/attachment.cgi?id=44016 winecfg output with oss and debug options
WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa winecfg
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #2 from scrimekiler@yahoo.fr 2013-03-25 18:06:51 CDT --- Created attachment 44017 --> http://bugs.winehq.org/attachment.cgi?id=44017 wine an app (Anno 1404) with oss and debug options
INEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa wine Anno4.exe
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #3 from scrimekiler@yahoo.fr 2013-03-25 18:11:02 CDT --- Created attachment 44018 --> http://bugs.winehq.org/attachment.cgi?id=44018 winecfg output with alsa and debug options
winecfg crashed
WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa winecfg
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #4 from scrimekiler@yahoo.fr 2013-03-25 18:20:04 CDT --- Created attachment 44019 --> http://bugs.winehq.org/attachment.cgi?id=44019 wine an app (Anno 1404) with alsa and debug options
Application (Anno 1404) crashed
WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa wine Anno4.exe
http://bugs.winehq.org/show_bug.cgi?id=33273
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
--- Comment #5 from Rosanne DiMesio dimesio@earthlink.net 2013-03-25 18:55:02 CDT --- Not critical. http://bugs.winehq.org/page.cgi?id=fields.html#importance
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #6 from Austin English austinenglish@gmail.com 2013-03-25 21:57:30 CDT --- (In reply to comment #3)
Created attachment 44018 [details] winecfg output with alsa and debug options
winecfg crashed
WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa winecfg
There's no crash there...
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #7 from scrimekiler@yahoo.fr 2013-03-26 07:54:40 CDT --- It's frozen at this step, I can wait 5 or 10 minutes nothing happens.
I have to kill -9 the processes related to wine and xkill the windows which is frozen and block one whole desktop if I don't do it...
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #8 from scrimekiler@yahoo.fr 2013-03-26 07:55:15 CDT --- (In reply to comment #6)
(In reply to comment #3)
Created attachment 44018 [details] winecfg output with alsa and debug options
winecfg crashed
WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa winecfg
There's no crash there...
It's frozen at this step, I can wait 5 or 10 minutes nothing happens.
I have to kill -9 the processes related to wine and xkill the windows which is frozen and block one whole desktop if I don't do it...
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #9 from scrimekiler@yahoo.fr 2013-03-26 08:07:04 CDT --- "fixme:win:EnumDisplayDevicesW ((null),0,0x33f110,0x00000000), stub!"
Is this related to the fact that wine can't find the list of subdevices available on my soundcard ?
What would be the way to tell wine the list of these elements using aplay -l ?
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #10 from scrimekiler@yahoo.fr 2013-03-26 08:54:03 CDT --- Created attachment 44024 --> http://bugs.winehq.org/attachment.cgi?id=44024 screenshot of regedit showing mixer elements detected
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #11 from scrimekiler@yahoo.fr 2013-03-26 11:28:56 CDT --- Tried with mmdevapi disabled with winecfg Results : -No more crashes with alsa -In winecfg audio tab is showing selected drivers as "none" -No sound
http://bugs.winehq.org/show_bug.cgi?id=33273
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #12 from Andrew Eikum aeikum@codeweavers.com 2013-03-26 14:33:55 CDT --- Could you attach a log with winecfg in Wine 1.5.26 or later? Don't bother with OSS stuff, just use ALSA.
Does winecfg use 100% CPU when it's hung?
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #13 from scrimekiler@yahoo.fr 2013-03-26 14:45:56 CDT --- (In reply to comment #12)
Could you attach a log with winecfg in Wine 1.5.26 or later? Don't bother with OSS stuff, just use ALSA.
Does winecfg use 100% CPU when it's hung?
winecfg uses less than 100 % CPU when hung.
It also seems the kernel doesn't like it : I have a black screen (like fatal error on windows) with things written.
"[ 144.740666] BUG: unable to handle kernel"
I will attach my dmesg to show more about it
I will also attach a log of winecfg with wine 1.5.26 with alsa as you request
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #14 from scrimekiler@yahoo.fr 2013-03-26 15:20:51 CDT --- Created attachment 44026 --> http://bugs.winehq.org/attachment.cgi?id=44026 dmesg showing errors when winecfg crash (kernel error)
Severirty of the bug should be changed ? (kernel error)
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #15 from scrimekiler@yahoo.fr 2013-03-26 15:24:24 CDT --- Created attachment 44027 --> http://bugs.winehq.org/attachment.cgi?id=44027 output from winecfg with wine-1.5.26 and alsa
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #16 from scrimekiler@yahoo.fr 2013-03-26 18:29:25 CDT --- I unplugged my soundcard and tried with another one : sound work with alsa, no crash
It seems the problem is related to the fact wine can't detect my soundcard
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #17 from Andrew Eikum aeikum@codeweavers.com 2013-03-27 08:28:09 CDT --- Created attachment 44030 --> http://bugs.winehq.org/attachment.cgi?id=44030 ALSA driver sound card probing test case
Looks like this might be a bug with your sound card driver.
I've attached a simple C program here. Can you compile and run this and see if you get the same result?
You should be able to build and run it with: $ gcc -Wall -o bug33273 -lasound bug33273.c $ ./bug33273
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #18 from scrimekiler@yahoo.fr 2013-03-27 09:15:58 CDT --- (In reply to comment #17)
Created attachment 44030 [details] ALSA driver sound card probing test case
Looks like this might be a bug with your sound card driver.
I've attached a simple C program here. Can you compile and run this and see if you get the same result?
You should be able to build and run it with: $ gcc -Wall -o bug33273 -lasound bug33273.c $ ./bug33273
Result :
$ ./bug33273 trying devnode: default got card: TerraTec Phase88 trying devnode: plughw:0,0 got device: ICE1712 multi trying devnode: plughw:0,1 got device: ICE1712 consumer trying devnode: plughw:0,2 got device: ICE1712 consumer (DS)
Winecfg still crash and wine an application too
The output from your program seem to be the same thing than "cat /proc/asound/pcm "
http://bugs.winehq.org/show_bug.cgi?id=33273
--- Comment #19 from scrimekiler@yahoo.fr 2013-03-27 11:17:35 CDT --- test was run with wine 1.4.1, should I run it also with 1.5.26 ?
http://bugs.winehq.org/show_bug.cgi?id=33273
José Romildo Malaquias malaquias@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |malaquias@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33273
Someone scrimekiler@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |UPSTREAM
--- Comment #20 from Someone scrimekiler@yahoo.fr 2013-08-15 06:01:22 CDT --- Bug was coming from the driver from this sound card. Same bug was reproducing with ubuntu, debian and gentoo with that sounds driver (ice1712) I will try to reproduce it and send it to the kernel bugzilla.
https://bugs.winehq.org/show_bug.cgi?id=33273
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=33273
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #22 from Austin English austinenglish@gmail.com --- This was inadvertently caught up in my unclosed bugs filter. NOTOURBUG should only be closed when fixed upstream.
Setting back to RESOLVED NOTOURBUG.
Sorry for the spam.