http://bugs.winehq.org/show_bug.cgi?id=9246
------- Additional Comments From dank@kegel.com 2007-10-08 00:02 ------- Created an attachment (id=7505) --> (http://bugs.winehq.org/attachment.cgi?id=7505&action=view) +relay,+winmm log section, compressed with rzip
Nah, there were quite a few midi calls before that one. Hopefully this +relay,+winmm log will be illuminating. This was created with
WINEDEBUG=+winmm,+relay ~/wine-git/wine BusyTown.exe > log 2>&1 grep -n WINMM_cs log (to find the deadlock message) sed '1,4000000d;4236768,$d' < log > slog rzip slog