http://bugs.winehq.org/show_bug.cgi?id=14785
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |normal Version|CVS/GIT |1.1.2
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-07 00:49:01 --- Looks like dlls/mciavi32/mciavi.c,MCIAVI_mciPlay() hangs at
EnterCriticalSection(&wma->cs);
right after the ShowWindow() call. This needs a closer investigation why this happens.