http://bugs.winehq.org/show_bug.cgi?id=6086
------- Additional Comments From the3dfxdude@gmail.com 2006-09-10 19:23 ------- Created an attachment (id=3824) --> (http://bugs.winehq.org/attachment.cgi?id=3824&action=view) Backtrace showing that it's stuck in dib asm
Ok, I looked at this under winedbg. It looks like it's getting stuck somewhere in X11DRV_DIB_SetImageBits. I hit control-c in the debugger when it stopped, and then cont again and it's unstuck for a few seconds. Could it be that the dib code is getting an exception and moo2's video/input thread is just waiting for the call to return? The audio continues to play while stuck, and you can close it just fine.
The backtrace shows it is in some asm for faster depth conversion.