[Bug 20711] Flatout2 demo crashes on exit

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 23 15:59:49 CDT 2010


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





--- Comment #11 from Markus <mst at collogia.de>  2010-03-23 15:59:48 ---
Finally had some time to narrow down the cause of the error. 

With the patch CoUninitialize is called es expected at the end of the
application and not at the beginning during initialization of dinput8.dll. A
call leads to a subcall of apartment_freeunusedlibraries(). In this function
the system wants to unload dinput8.dll and crashes in the following line.

if (entry->dll->DllCanUnloadNow && (entry->dll->DllCanUnloadNow() == S_OK))

DllCanUnloadNow of dinput8 for some reason points to nowhere.

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