http://bugs.winehq.org/show_bug.cgi?id=12298
--- Comment #7 from Marc Payne marc321@gmail.com 2008-03-31 11:23:54 --- I am attaching a couple debug logs, one for ALSA and the other for OSS. After a few attempts, I finally got Composer to crash with OSS using my technique of menu opening. It seems switching to OSS only delays the inevitable.
In case this is not clear, I first ran winecfg, clicked the Audio tab, checked ALSA, and unchecked OSS. After applying and closing, I ran the following command:
WINEDEBUG=+relay ./wine "C:\Program Files\Notation\Composer\Composer.exe" &> ~/wine-files/composer-info/alsa-debug.txt
I then ran winecfg again, unchecked ALSA, checked OSS, applied the changes, closed, and ran the same command, directing output to oss-debug.txt.
Each attached file contains the last 1600-1800 lines of output and includes the backtraces. This is with current git, as you may deduce from the logs.
On a side note, I see occasions where multiple lines of output are on a single line. If that is a result of the way I created the logs, or lack of newlines in the code, I don't know.