http://bugs.winehq.org/show_bug.cgi?id=22622 Maarten Lankhorst <m.b.lankhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.b.lankhorst(a)gmail.com --- Comment #5 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2010-05-09 02:17:24 --- Hi Dan, Does changing wine_alcCloseDevice to this work around this hang? { ALCboolean ret; EnterCriticalSection(&openal_cs); ret = alcCloseDevice(device); LeaveCriticalSection(&openal_cs); return ret; } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.