http://bugs.winehq.org/show_bug.cgi?id=2272
------- Additional Comments From reif@earthlink.net 2004-08-06 06:06 ------- Please try again to generate a trace file. Sound problems are highly hardware and os dependent so they ofen can't be duplicated by someone else unless they have the EXACT same hardware and software configurations. A trace file is the only practical way to see what is happening on your system. Please try:
WINEDEBUG="+wave,+dsound,+dsound3d" wine sof.exe
which should print tons of stuff to the screen. If that works, redirect the output to a file by appending >& trace to the above command.
Another thing you could try to see if wine is configured correctly is to run the sound tests in interactive mode. You can do this by going to the wine/dlls/winmm/tests directory and running:
WINETEST_INTERACTIVE=1 wine winmm_test.exe.so wave
and listen for the tones. You can also go to wine/dlls/dsound/tests and run:
WINETEST_INTERACTIVE=1 wine dsound_test.exe.so dsound
to check Direct Sound.