http://bugs.winehq.org/show_bug.cgi?id=34843
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru 2013-12-01 00:56:02 CST --- (In reply to comment #2)
003b:trace:gdiplus:GdipGetRegionDataSize 0x631b890, 0x33e850 003b:trace:gdiplus:GdipGetRegionData 0x631b890, 0x3c4c9c8, 336, 0x33e850 003b:trace:gdiplus:GdipGetRegionDataSize 0x631b890, 0x33e7a8 003b:trace:gdiplus:GdipCreateRegionRgnData 0x3c4c9c8, 336, 0x33e850 003b:trace:gdiplus:GdipCreateRegion 0x33e850 003b:trace:gdiplus:GdipCreateRegion => 0x6704b48 003b:trace:gdiplus:GdipCreatePath (0, 0x33e6ec) 003b:fixme:gdiplus:read_element element type 0x1000000 is not supported
That's strange, type 0x1000000 (RegionDataRect) should be handled. Anyway, is there any special steps to reproduce this bug? Since there were no winetricks installed here, I downloaded one from the svn/trunk and made it download and install everything it asked for after 'winetricks -q dotnet35'. But running 'wine ./BaseCamp.exe' doesn't lead to any GdipCreateRegionRgnData calls, BaseCamp starts up normally. BaseCamp.exe and its dlls don't even import that symbol. Probably the actual call is made by some .net component? I also tried with latest available BaseCamp_424.exe, but it shows same behaviour.