On Mon, Jun 29, 2009 at 7:14 AM, ThE_TemPLaR<wineforum-user@xxxxxxxxxx> wrote: > Got a problem with wine. > > I compiled the 1.1.24 version and a lot of things work very fine. But I can't use the Alsa driver output. > When launching winecfg and selecting the Audio tab, a dialog box tell me that the driver "alsa" is present in the registry but unusable and asks me to remove it from the registry. > > I don't know why the alsa driver is unusable. I have the correct libraries (/usr/local/lib/wine/winealsa.drv.so) and there's no dependencies problems on these libraries. When I launch winecfg with the the WINEDEBUG=+driver environment variable, I got the following messages : > > >> >> trace:driver:OpenDriver (L"winealsa.drv", (null), 0x00000000); >> trace:driver:DRIVER_TryOpenDriver32 (L"winealsa.drv", 00000000); >> trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0001 p1=00000000 p2=00000000 >> trace:driver:DRIVER_SendMessage After call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0001 p1=00000000 p2=00000000 => 00000001 >> trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0002 p1=00000000 p2=00000000 >> trace:driver:DRIVER_SendMessage After call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0002 p1=00000000 p2=00000000 => 00000001 >> trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0003 p1=00000000 p2=00000000 >> trace:driver:DRIVER_SendMessage After call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0003 p1=00000000 p2=00000000 => 00000000 >> trace:driver:DRIVER_AddToList DRV_OPEN failed on driver 0x1314f0 >> trace:driver:DRIVER_TryOpenDriver32 Unable to load 32 bit module L"winealsa.drv": load failed Do you have 32-bit alsa libs installed? -- -Austin