http://bugs.winehq.org/show_bug.cgi?id=22588
--- Comment #22 from Florian florian@fkoeberle.de 2010-05-11 12:27:17 --- I tried the following change at the position you told me: - mod = GetModuleHandleA( "winex11.drv" ); + mod = 0;//GetModuleHandleA( "winex11.drv" ); + ERR("Don't call ModuleHandleA\n");
It prints me my added error message before everything else, but the bug is still there.