[Bug 44192] Dragon Age Origins Awakening installer deadlock when extracting files

WineHQ Bugzilla wine-bugs at winehq.org
Wed Oct 27 10:38:05 CDT 2021


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

--- Comment #5 from Lorenzo Ferrillo <lorenzofer at live.it> ---
The flow seems to be this: The application call LdrUnloadDll nsisUnrar2.dll,
acquire the lock , LdrUnloadDLL call process_detach that call ModuleInitDLL
with PROCESS_DETACH , it execute the DLL entrypoint call_dll_entry_point
The nsisUnRar2.dll entrypoint for detach call LdrUnloadDll fo unrar.dll.
However it seems that the entrypoint isn't returning at all, making the thread
stuck inside the entrypoint. This cause ModuleInitDLL to not return and the
lock to not be freed.

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