http://bugs.winehq.org/show_bug.cgi?id=21951
Summary: 3D Studio Max 2010 trial installer crashes in GdipCreateTextureIA Product: Wine Version: 1.1.40 Platform: x86 URL: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=1 23112&id=13571450 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I tried $ rm -rf .wine $ wine Autodesk_3ds_Max_2010_English_WIN_32_Trial.exe and, after unpacking, it put up the splash screen and then crashed quickly with
fixme:gdiplus:GdipCreateBitmapFromGraphics hacked stub wine: Unhandled page fault on read access to 0x00000000 at address 0x6879b35a (thread 0031), starting debugger... Backtrace: =>0 GdipCreateTextureIA+0x268(image=0x1cdcd0, imageattr=(nil), x=0.000000, y=111.000000, width=240.000000, height=81.000000, texture=0x33dfb0) [dlls/gdiplus/brush.c:841] in gdiplus (0x0033df78) 1 litehtml (+0x6317) (0x0033e05c) 2 litehtml (+0x5fe4) (0x68662f20) GdipCreateTextureIA+0x268 [dlls/gdiplus/brush.c:841] in gdiplus: movl 0x0(%edx),%edx 841 (*texture)->wrap = imageattr->wrap;
I worked around this with $ sh winetricks gdiplus $ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial $ wine setup
and then the installer let me start actually installing.