http://bugs.winehq.org/show_bug.cgi?id=32260
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2012-11-21 10:46:48 CST --- With sources, I get a little more info from the backtrace:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7d887938). Backtrace: =>0 0x7d887938 OleObject_SetClientSite+0xc8(iface=0x140384, pClientSite=0x42cbc8) [/home/dank/wine32/dlls/ieframe/../../include/oleidl.h:1517] in ieframe (0x0033f658) 1 0x004125d3 in betterinstaller (+0x125d2) (0x0033f688) 2 0x00404f67 in betterinstaller (+0x4f66) (0x0033f69c) 3 0x7ec28bca WINPROC_wrapper+0x19() in user32 (0x0033f6cc) ... 0x7d887938 OleObject_SetClientSite+0xc8 [/home/dank/wine32/dlls/ieframe/../../include/oleidl.h:1517] in ieframe: movl 0x0(%eax),%edx 1517 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
(That's with wine-1.5.14-99-g6867e1d.)
Console log also shows interesting bits:
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files\GadgetPack\GadgetInstaller.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\GadgetPack\GadgetInstaller.exe" failed, status c0000135 fixme:ieframe:PersistStreamInit_Load (0x140380)->(0x13f920) fixme:ieframe:OleObject_Advise (0x140380)->(0x43a9ec, 0x43aa44) fixme:ieframe:ViewObject_SetAdvise (0x140380)->(1 00000000 0x43a9ec) fixme:ieframe:ViewObject_Draw (0x140380)->(1 -1 (nil) (nil) (nil) 0x32c 0x43aa5c 0x43aa5c (nil) 00000000)
"winetricks vbrun60" doesn't help the crash, and uncovers another error dialog.
"winetricks ie7" is worth trying; I can't test that myself right now.