http://bugs.winehq.org/show_bug.cgi?id=15264
Summary: Audio broken under Solaris Product: Wine Version: 1.1.4 Platform: Other OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: andreww591@gmail.com
Created an attachment (id=16056) --> (http://bugs.winehq.org/attachment.cgi?id=16056) log of winecfg crash
Audio appears to be broken under Solaris (I'm running Solaris Express Community Edition snv_89). Audio programs cannot play or record anything (audio just fails silently, no visible errors occur), and the winecfg "Audio" tab causes winecfg to crash. winecfg doesn't crash on the audio tab if the Audio value in the HKCU\Software\Wine\Drivers registry key is set, but audio still doesn't work and winecfg displays an error message that says "Found driver in registry that is not available", no matter what driver the key is set to.
http://bugs.winehq.org/show_bug.cgi?id=15264
--- Comment #1 from Lei Zhang thestig@google.com 2008-09-27 14:03:45 --- What audio driver does Solaris use? OSS? ALSA?
http://bugs.winehq.org/show_bug.cgi?id=15264
--- Comment #2 from Andrew Warkentin andreww591@gmail.com 2008-09-27 15:53:33 --- Solaris has its own audio interface, which is somewhat similar to OSS, but incompatible with it. Under Wine, the audioio driver is usually used.
In any case, I got the audioio driver to work without patching. The problem was simply due to the configure script being unable to find libaudioio. I'm still not sure about some of the other drivers (ESD, JACK, NAS), so I will check why they don't appear to work.
Probably the only part of this bug that is an actual Wine bug is the winecfg crash, which is likely due to no drivers being found rather than a Solaris-specific problem, since it goes away after Wine is properly built to use libaudioio.
http://bugs.winehq.org/show_bug.cgi?id=15264
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2008-09-28 11:15:49 --- So it's two (or even more) separate problems: 1. configure can't find libaudioio. Where is it located on your system? 2. Winecfg crashes when there are no sound drives 3. Other drivers don't build/don't load/don't work?
Each problem deserves it's separate bug report. Please keep this bug for first problem and open additional bugs for other problems.
http://bugs.winehq.org/show_bug.cgi?id=15264
--- Comment #4 from Andrew Warkentin andreww591@gmail.com 2008-09-29 04:04:47 --- The only problem with the configure script here is that it doesn't seem to see libraries in /usr/local/lib. It does see headers in /usr/local/include, though. It doesn't look like a libaudioio-specific bug.
The ESD driver appears to work (although it sounded a bit weird). It wasn't loading before because esd wasn't running. I'm not sure about the NAS driver, though. I got it to load (the reason why it wasn't working was similar to the reason why audioio wasn't working), but if it is selected, the "Test Sound" button (and anything else that uses audio) just causes winecfg to hang. I don't know if this is a Solaris-specific bug or not. I didn't test the JACK driver since I don't have JACK installed, but I doubt that it has any Solaris-specific breakage either.
So only 1 and 2 (and possibly the problem with NAS) are probably real bugs. Which one should I open as a new bug?
http://bugs.winehq.org/show_bug.cgi?id=15264
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15264
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2009-03-11 12:19:47 --- This should be fixed now. Esound driver is loaded as a last resort, and winecfg no longer crashes if there is no sound driver.
http://bugs.winehq.org/show_bug.cgi?id=15264
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2009-03-13 11:15:39 --- Closing bugs fixed in 1.1.17.