http://bugs.winehq.org/show_bug.cgi?id=8301
dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy@kievinfo.com
------- Additional Comments From dmitry@codeweavers.com 2007-12-05 10:55 ------- Vitaliy, the crash occurs in dlls/dinput/dinput_main.c,dinput_hook_WndProc(), will you be able to have a look at it?
While inspecting the dinput code I noticed that "Hook_LL_CL" class is registered using GetModuleHandleW(0) instance, any reason why not DINPUT_instance? (It's most likely not related, but looks wrong to me).