http://bugs.winehq.org/show_bug.cgi?id=31200
Bug #: 31200 Summary: wine does not choose proper audio driver Product: Wine Version: 1.5.8 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winealsa.drv AssignedTo: wine-bugs@winehq.org ReportedBy: illumilore@gmail.com Classification: Unclassified
When using regedit to change the audio drivers from alsa to pulse by adding string "Audio" set to pulse in hkcu>software>wine>drivers does not change the driver, even though winepulse.drv is present in system32.
http://bugs.winehq.org/show_bug.cgi?id=31200
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Austin English austinenglish@gmail.com 2012-07-11 20:42:35 CDT --- That patch isn't part of wine.
http://bugs.winehq.org/show_bug.cgi?id=31200
ill illumilore@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #2 from ill illumilore@gmail.com 2012-07-11 21:53:02 CDT --- I am not using a patch. I downloaded the source code directly from http://sourceforge.net/projects/wine/files/Source/wine-1.5.8.tar.bz2/downloa...
http://bugs.winehq.org/show_bug.cgi?id=31200
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-07-11 22:03:08 CDT ---
From where did you get that instruction to change drivers in registry?
http://bugs.winehq.org/show_bug.cgi?id=31200
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Rosanne DiMesio dimesio@earthlink.net 2012-07-11 22:58:26 CDT --- The wine-pulse driver is not part of Wine.
http://bugs.winehq.org/show_bug.cgi?id=31200
ill illumilore@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #5 from ill illumilore@gmail.com 2012-07-11 23:04:49 CDT --- from http://appdb.winehq.org/objectManager.php?sClass=version&iId=24458&i... , starting at 4 since there was already a winepulse.drv file in system32.
http://bugs.winehq.org/show_bug.cgi?id=31200
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from Rosanne DiMesio dimesio@earthlink.net 2012-07-12 07:28:36 CDT --- The git repository at repo.or.cz is not the official Wine source repository. All the versions of Wine there contain unofficial, unsupported patches.
The AppDB has many howtos that mention using unsupported patches to workaround problems, and you are free to try them, but you cannot file bugs for them. I have added an admin note to the AppDB page you pointed to clarifying this.
Plain Wine does not create a winepulse.drv placeholder in system32. If you have one, that wineprefix must have been created by a patched version of Wine. Some distros, notably Ubuntu, include the unofficial winepulse patch in their Wine packages.
My guess is that you have been using a distro package that included the winepulse patch, and are now trying to use plain Wine you compiled yourself with a wineprefix that was created with the patched version. The winepulse driver is not working because it does not exist: the files in system32 are merely placeholders. The real drivers end with .so and are installed someplace like /usr/lib/wine.
The only audio drivers currently supported here are ALSA and OSS (v4). If you have problems switching from ALSA to OSS, and have OSSv4 installed, you may reopen this bug. If the problem is only with winepulse, report the problem to whomever you got winepulse from (probably your distro).
Marking invalid.
http://bugs.winehq.org/show_bug.cgi?id=31200
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh@gmail.com Component|winealsa.drv |-unknown
--- Comment #7 from Jerome Leclanche adys.wh@gmail.com 2012-07-12 09:19:53 CDT --- Closing. Please do not reopen this bug, unless the issue manifests itself if/when the winepulse driver makes it into wine.
http://bugs.winehq.org/show_bug.cgi?id=31200
--- Comment #8 from Austin English austinenglish@gmail.com 2012-07-12 12:46:29 CDT --- (In reply to comment #6)
The only audio drivers currently supported here are ALSA and OSS (v4).
Well, also coreaudio, but that's only on OSX ;).