http://bugs.winehq.org/show_bug.cgi?id=14604 --- Comment #12 from Nicolas Le Cam <niko.lecam(a)gmail.com> 2008-09-07 07:47:38 --- (In reply to comment #10)
Confirming. This game does something that's not exactly allowed, according to msdn. Will have to write some tests to see how it should work. Program calls SetWindowsHookEx(WH_KEYBOARD, ptr, NULL, 0).
I did see that too in the +relay traces but according to disassembly it can't be true. ThreadID can't be 0, as it calls SetWindowsHookEx with the exactly same global variable as other calls to it. I will try to debug it once more. -- 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.