[Bug 38153] Don't work Radmin viewer 3.5

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 7 13:30:39 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38153

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #6 from Piotr Caban <piotr.caban at gmail.com> ---
This bug is caused by order of DLL_THREAD_DETACH events. When thread finishes
it unloads winemac.drv, then user32.dll and next imm32.dll.

While winemac.drv is detached it destroys the thread data. Later when imm32 is
detached it calls GetKeyboardLayout that causes the macdrv error.

I don't know yet how to fix it.

-- 
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