no sound in recent wine versions 1.5.9+

Questions about Wine on Linux
Locked
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

no sound in recent wine versions 1.5.9+

Post by melancholy »

I'm using debian testing x64 and have the problem, that apps running on wine do not have sound.

when configuring clean wine 1.5.13, I get this:

Code: Select all

onfigure: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: libgnutls 32-bit development files not found, no schannel support.
configure: lib(n)curses 32-bit development files not found, curses won't be supported.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libv4l 32-bit development files not found.
configure: libz 32-bit development files not found, data compression won't be supported.
configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
configure: libcups 32-bit development files not found, CUPS won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libtiff 32-bit development files not found, TIFF won't be supported.

configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.

configure: WARNING: libpng 32-bit development files not found, PNG won't be supported.

configure: WARNING: No sound system was found. Windows applications will be silent.

configure: Finished.  Do 'make' to compile Wine.
most of those are not a problem, but that last one is bugging me.
On Debian, I'm using alsa-base, could it be that wine configure does not find/register that?

Also, when doing the Sound test in winecfg, I get this output:

Code: Select all

winecfg
err:mmdevapi:DllGetClassObject Driver initialization failed
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:mmdevapi:DllGetClassObject Driver initialization failed
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
any ideas on how to fix this?
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

Re: no sound in recent wine versions 1.5.9+

Post by Mateusz Stachowski »

You say that ALSA is in use on your system but is it really working for other programs. Also configure reports that you have OSS (Open Sound System) installed but it is some old version.
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

[solved] Re: no sound in recent wine versions 1.5.9+

Post by melancholy »

I went through the dependency list once again and noticed, that libopenal-dev wasn't installed..
I have no idea how that one was removed (I compiled wine before already and no problems there).

After installing that one, sound worked flawlessly again.
cr1ogen
Newbie
Newbie
Posts: 3
Joined: Wed May 16, 2012 8:05 pm

Re: no sound in recent wine versions 1.5.9+

Post by cr1ogen »

install libasound2-dev
Locked