http://bugs.winehq.org/show_bug.cgi?id=22469 --- Comment #21 from Joerg Schiermeier <newsletter(a)Schiermeier-Software.de> 2011-01-31 13:14:02 CST --- (In reply to comment #19)
ACK.
Hmm, this small patch doesn't really lead us into the real problem: ---cite--- switch(reason) { - case DLL_WINE_PREATTACH: - return FALSE; /* prefer native version */ - case DLL_PROCESS_ATTACH: DisableThreadLibraryCalls( hinst ); break; ---/cite--- Maybe we will have to send some logs. This patch also change something here: bug 21975, comment 23 and made the application (Quark) unuseable. There I send a log where I traced GDI+ ('WINEDEBUG=fixme-all,trace+gdiplus'). Maybe we will have to do it here similarly. But until now I didn't dive so deep to the code of gdiplus. It's speaking about unknown things. !Hasta luego! -- 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.