[Bug 22622] Unigine Heaven 2 benchmark hangs on exit

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 9 02:17:25 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22622


Maarten Lankhorst <m.b.lankhorst at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.b.lankhorst at gmail.com




--- Comment #5 from Maarten Lankhorst <m.b.lankhorst at 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.



More information about the wine-bugs mailing list