http://bugs.winehq.org/show_bug.cgi?id=30826
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.gigasoft.com/PE7 | |-Pro-Setup.exe
--- Comment #2 from Dan Kegel dank@kegel.com 2012-06-02 19:42:18 CDT --- More info: - EnumMetaFile() is on the stack, I should have shown that. - winetricks gdiplus doesn't help. - warn+heap gets it to fail with a different stack at about the same point:
Unhandled exception: page fault on read access to 0x253a7335 in 32-bit code (0x7ea37afa). Backtrace: =>0 0x7ea37afa delete_element+0x1a(element=0x253a7335) [dlls/gdiplus/gdiplus.c:424] 1 0x7ea65127 GdipDeleteRegion+0x36() 2 0x101f5f32 in pegrp32e (+0x1f5f31) (0x0033eb5c) 3 0x101f5eff in pegrp32e (+0x1f5efe) (0x0033eb68) 4 0x101f5e76 in pegrp32e (+0x1f5e75) (0x0033ebc0) 5 0x10180c8f in pegrp32e (+0x180c8e) (0x0033ebcc) 6 0x1017f16a in pegrp32e (+0x17f169) (0x0033f7ac) 7 0x7e7f9d8e EnumMetaFile+0x12d(hdc=0x12b0, hmf=0x1294, lpEnumFunc=0x10179090, lpData=0x33f884) [dlls/gdi32/metafile.c:537]
I'll attach a warn+heap,+gdiplus,+seh log.