http://bugs.winehq.org/show_bug.cgi?id=21509
Summary: Windows 7 SDK aborts on startup because of unimplemented gdiplus.GdipGetImageThumbnail Product: Wine Version: 1.1.37 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This just started happening. sh winetricks psdkwin7 fails with
003c:Call gdiplus.GdipGetImageThumbnail(02f982a8,00000164,00000186,0033f0b4,00000000,00000000) ret=03684e48 fixme:gdiplus:GdipGetImageThumbnail (0x2f982a8 356 390 0x33f0b4 (nil) (nil)) stub 003c:Ret gdiplus.GdipGetImageThumbnail() retval=00000006 ret=03684e48 003c:Call KERNEL32.GetLastError() ret=03684e4e 003c:Ret KERNEL32.GetLastError() retval=000003eb ret=03684e4e ... 003c:Call user32.MessageBoxW(00000000,00ffa754 L"SDKSetup encountered an error: Not implemented.\r\n"...
winetricks gdiplus worked around it.
This is with git from Jan 26th.
Possibly exposed by the most recent gdiplus change: "gdiplus: Prefer the builtin version."