http://bugs.winehq.org/show_bug.cgi?id=20857
Summary: Winecfg crashes when usb soundcard is attached Product: Wine Version: 1.1.33 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: spamtrap_wbugs@mcfish.org
Created an attachment (id=24990) --> (http://bugs.winehq.org/attachment.cgi?id=24990) Output of 'aplay -L' with and without usb soundcard
winecfg does not start when I have USB soundcard (hercules mk2) attached alongside with internal soundcard.
I removed .wine* folders before trying, so there should be no previous configurations causing problems. I don't have pulseaudio installed at all, so I'm trying to use ALSA backend.
I have attached output of (aplay -L) with and without usb soundcard. Also there's log of the first run of winecfg, and the following runs of winecfg when card is attached.
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #1 from Pekka Harjamäki spamtrap_wbugs@mcfish.org 2009-11-28 05:16:20 --- Created an attachment (id=24991) --> (http://bugs.winehq.org/attachment.cgi?id=24991) crash log of winecfg
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #2 from Pekka Harjamäki spamtrap_wbugs@mcfish.org 2009-11-28 05:20:02 --- Created an attachment (id=24992) --> (http://bugs.winehq.org/attachment.cgi?id=24992) Output of winecfg after removing card
If I remove the usb card, I can start winecfg (winecfg2.txt), but as soon as I reattach the card, winecfg stops working again
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-11-28 10:35:17 --- Compile Wine from source with all requirements present and no additional configure options (you can add --disable-tests if you like).
I'm assuming you do not have pulseaudio or any other sound server running?
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #4 from Pekka Harjamäki spamtrap_wbugs@mcfish.org 2009-11-28 11:17:56 --- Created an attachment (id=24995) --> (http://bugs.winehq.org/attachment.cgi?id=24995) Processlist of failsafe session
Nope, no sound servers and running winecfg from failsafe session (processlist is included) gives the same results (winecfg crashes is usb soundcard is attached).
I'll try to manually compile wine to see if that helps.
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #5 from Pekka Harjamäki spamtrap_wbugs@mcfish.org 2009-11-28 11:46:32 --- I removed gentoo version of wine, deleted .wine* folders from home directory and compiled wine from sources (./configure --disable-tests ; sources directly from sourceforge) , but that did not help.
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2009-11-28 13:47:59 --- Looks like duplicate of bug 17097.
Is your kernel compiled with CONFIG_SND_SUPPORT_OLD_API=y ?
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #7 from Pekka Harjamäki spamtrap_wbugs@mcfish.org 2009-11-29 04:11:21 --- Enabling support for old API in kernel (CONFIG_SND_SUPPORT_OLD_API) didn't help. winecfg still crashes when usb soundcard is attached and works when it's not attached.
http://bugs.winehq.org/show_bug.cgi?id=20857
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Winecfg crashes when usb |winecfg doesn't start when |soundcard is attached |usb soundcard is attached
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2009-11-29 23:18:22 ---
err:module:attach_process_dlls "winmm.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\winecfg.exe" failed, status c0000094
There is no crash in the log.
http://bugs.winehq.org/show_bug.cgi?id=20857
Antonio ilcorsaronero@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ilcorsaronero@gmail.com
--- Comment #9 from Antonio ilcorsaronero@gmail.com 2010-01-06 04:02:50 --- You can fix winmm.dll problem, without recompiling the kernel, by setting your audio output to oss in winecfg. Run winecfg, switch to audio tab, select oss output. If you can't access winecfg, please try the following steps: disable any soundcard which is giving problem (i.e. remove usb soundcards, disable internal ones from bios), then run winecfg, set the right output, enable all your soundcards, reboot. For me, everything has worked fine since I took these steps.
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #10 from Austin English austinenglish@gmail.com 2010-01-06 11:31:20 --- (In reply to comment #9)
You can fix winmm.dll problem, without recompiling the kernel, by setting your audio output to oss in winecfg. Run winecfg, switch to audio tab, select oss output. If you can't access winecfg, please try the following steps: disable any soundcard which is giving problem (i.e. remove usb soundcards, disable internal ones from bios), then run winecfg, set the right output, enable all your soundcards, reboot. For me, everything has worked fine since I took these steps.
Or just use 'winetricks sound=oss'.
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #11 from Antonio ilcorsaronero@gmail.com 2010-01-06 11:39:18 --- (In reply to comment #10)
(In reply to comment #9)
You can fix winmm.dll problem, without recompiling the kernel, by setting your audio output to oss in winecfg. Run winecfg, switch to audio tab, select oss output. If you can't access winecfg, please try the following steps: disable any soundcard which is giving problem (i.e. remove usb soundcards, disable internal ones from bios), then run winecfg, set the right output, enable all your soundcards, reboot. For me, everything has worked fine since I took these steps.
Or just use 'winetricks sound=oss'.
Yeah winetricks from winehq, even better. :-)
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #12 from Austin English austinenglish@gmail.com 2011-10-02 10:54:46 CDT --- Audio has had a large rewrite recently, can you please retest in 1.3.29?
http://bugs.winehq.org/show_bug.cgi?id=20857
--- Comment #13 from Austin English austinenglish@gmail.com 2013-11-13 16:48:51 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=20857
roger@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roger@mailinator.com
--- Comment #14 from roger@mailinator.com --- abandon?
https://bugs.winehq.org/show_bug.cgi?id=20857
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #15 from Rosanne DiMesio dimesio@earthlink.net --- Marking abandoned.
https://bugs.winehq.org/show_bug.cgi?id=20857
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Austin English austinenglish@gmail.com --- Closing.