http://bugs.winehq.org/show_bug.cgi?id=22252
Maarten Lankhorst m.b.lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #11 from Maarten Lankhorst m.b.lankhorst@gmail.com 2010-04-06 17:09:41 --- Ok, so the problem is that winmm is loaded, a sound is played and winmm is unloaded after that. The timer thread is still running and is killed in DllMain, this will cause a deadlock. I wrote a patch for it, should hopefully be merged soon.