http://bugs.winehq.org/show_bug.cgi?id=14604
--- Comment #12 from Nicolas Le Cam niko.lecam@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.