http://bugs.winehq.org/show_bug.cgi?id=14604
--- Comment #16 from Anastasius Focht focht@gmx.net 2008-09-07 14:42:43 --- Hello,
just verified with a quick proof-of-concept patch, it seems to work that way. The loader starts (gui shows) and one can launch the game.
When the system global hook is requested (tid = 0) and you encounter NULL hMod, use the app module handle, e.g. GetModuleHandleW( NULL). A clean solution would be to do this only in Win9X mode (is_win9x()) and return error otherwise (as of now). I'm actually feeling uneasy when the number of such win9X compat tweaks rises. Such apps/games deserve to die ;-)
Regards