http://bugs.winehq.org/show_bug.cgi?id=23728
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hoehle@users.sourceforge.ne | |t
--- Comment #1 from Jörg Höhle hoehle@users.sourceforge.net 2010-07-30 10:57:54 --- Do you have any other SW that manages to play CD audio from within Wine?
You can use the MCI shell mentioned in http://wiki.winehq.org/MIDI and issue the same sequence of MCI commands that your app uses, something like wine wintest.exe mcishell open d: type cdaudio alias c set c time format tmsf status c number of tracks status c length track 2 play from 2:00:00:00 to 2:00:09:47 notify stop c close c
Your log looks quite normal, but you need to find out why the MCI receives the stop command after starting to play. Please isolate the cause of that "sound error" dialog box. Use WINEDEBUG http://wiki.winehq.org/DebugChannels to narrow down the cause. Useful channels are +mci,+mcicda,+winmm,+cdrom,+driver and also +tid,+relay then narrow down the list to attach a log as small as possible here. You might use +all and look at the calls that precede user32:MessageBox to display the error -- just don't attach the huge +all log here.