http://bugs.winehq.org/show_bug.cgi?id=21785
Summary: The Westerner: no background in menu + errors when loading Product: Wine Version: 1.1.38 Platform: x86 OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: hoehle@users.sourceforge.net
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 Author: Vincent Povirk vincent@codeweavers.com Date: Sun Jan 24 15:18:46 2010 -0600 gdiplus: Prefer the builtin version. causes 2 bugs in The Westerner. 1. The graphics background and mouse are missing from the main menu, after displaying this log a hundred times: fixme:gdiplus:GdipImageRotateFlip (0x0 6) stub err:d3d_surface:surface_prepare_system_memory Surface without memory or pbo has SFLAG_INSYSMEM set!
2. Afterwards, starting or loading a game (via the cursor keys), the app displays many, many requesters, each time about a different file, like this: error: no es pontencia de 2 "RData\Textures\maderas\madera_fuelle.tif w:0 h:0 I didn't click through all of them to see what would be left to see.
What's surprising is that there is a GdiPlus.dll in the app's directory. The app's installer must have added it as I found no note of adding one myself in my installation notes. This setup worked fine until Vincent's commit changed the priorities. I was not using any override except for quartz, as my AppDB entry explains.
Unlike bug #21604 about gdiplus, the above fixme+err suggest that the missing functionality is clearly identified and could be added to the builtin gdiplus, so that it becomes useable with The Westerner.