http://bugs.winehq.org/show_bug.cgi?id=33128 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |dank(a)kegel.com, | |fracting(a)gmail.com Component|-unknown |gdiplus Ever Confirmed|0 |1 --- Comment #3 from Qian Hong <fracting(a)gmail.com> 2013-03-05 10:03:05 CST --- Hello, WINEDEBUG=+module give us the hints for the gdiplus not found problem. Replacing the fake gdiplus.dll in winsxs's sub-directory by native gdiplus.dll could solve the issue. --- snip --- trace:module:load_dll looking for L"gdiplus.dll" in L"C:\\Program Files\\AliWangWang\\7.21.01C;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem" trace:module:find_dll_file found L"C:\\windows\\winsxs\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef\\gdiplus.dll" for L"gdiplus.dll" trace:module:find_dll_file found L"C:\\windows\\winsxs\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef\\gdiplus.dll" for L"gdiplus.dll" trace:module:get_load_order looking for L"C:\\windows\\winsxs\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef\\gdiplus.dll" trace:module:get_load_order_value got standard key n for L"*gdiplus" trace:module:load_dll L"C:\\windows\\winsxs\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef\\gdiplus.dll" is a fake Wine dll warn:module:load_dll Failed to load module L"gdiplus.dll"; status=c0000135 err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program Files\\AliWangWang\\7.21.01C\\GUIBase.dll") not found --- snip --- After override, Aliwangwang display correctly. Confirming the bug, setting component to gdiplus. $ winetricks -q gdiplus $ cp ~/.wine/drive_c/windows/system32/gdiplus.dll ~/.wine/drive_c/windows/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef/gdiplus.dll CC Dan: Dan, could you have a look at this? Is there a winetricks bug, or is there a Wine bug for the native gdiplus not found problem? If it is a Wine bug, I'll report a separate report for the native gdiplus issue to avoid confusing this bug. $ winetricks --version 20120912 Thanks! -- 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.