http://bugs.winehq.org/show_bug.cgi?id=9348
Summary: [winmm.waveOutReset] wrong function implementation ? Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: bug-track@fisher-privat.net
Created an attachment (id=7633) --> (http://bugs.winehq.org/attachment.cgi?id=7633) WINEDEBUG=fixme-all,+relay
Seems like Olympus DSSPlayer2002 use winmm.dll for sound coversion from *.dss to *.wav but instead of doing this it silently return to the programm ( if oss backend is used ). With alsa backend the programm will freaz at this poin: ........ 0009:Ret KERNEL32.ReleaseSemaphore() retval=00000001 ret=0118586e 0009:Call KERNEL32.ReleaseSemaphore(000000d0,00000001,00000000) ret=0118586e 0009:Ret KERNEL32.ReleaseSemaphore() retval=00000000 ret=0118586e 0009:Call KERNEL32.SetEvent(000000f0) ret=0118587f 0009:Ret KERNEL32.SetEvent() retval=00000001 ret=0118587f 0009:Call KERNEL32.WaitForSingleObject(000000e8,ffffffff) ret=0119b447 0009:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=0119b447 0009:Call winmm.waveOutReset(00008000) ret=0119b454 0009:Call msacm32.drv.wodMessage(0000ffff,0000000c,001f1218,00000000,00000000) ret=7e9fb189 0009:Call winmm.waveOutReset(00008001) ret=7c947bcd 0009:Call winealsa.drv.wodMessage(00000000,0000000c,7e9fcbfb,00000000,00000000) ret=7e9fb189 0009:Call KERNEL32.CreateEventW(00000000,00000000,00000000,00000000) ret=7ca29f20 0009:Ret KERNEL32.CreateEventW() retval=00000144 ret=7ca29f20 0009:Call KERNEL32.WaitForSingleObject(00000144,ffffffff) ret=7ca29fd5
May be i'm wrong about this dll but still don't know where is the problem.