https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #3 from Andrew Eikum aeikum@codeweavers.com --- Yes, it is the freeze that I want you to reproduce. So, set it to surround in winecfg, and then launch the program with the debug channels from http://wiki.winehq.org/Sound set:
WINEDEBUG=+tid,+seh,+mmdevapi,... wine Program.exe &>> ~/frozen.log
Observe the frozen behavior, and then kill the program (e.g. ctrl-C in the Terminal). Then compress the log:
gz ~/frozen.log
And upload ~/frozen.log.gz to this bug. Thanks!