[Bug 30651] IE5 installer (ie5wzd.exe) crashes in offline mode

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 13 18:45:07 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30651

--- Comment #2 from Austin English <austinenglish at gmail.com> 2012-05-13 18:45:07 CDT ---
I get a crash:
austin at aw21 ~ $ wine --version
wine-1.5.4
austin at aw21 ~ $ cat foo.sh 
#!/bin/bash
wineserver -k
rm -rf $HOME/.wine
wine reg add "HKLM\\Software\\Microsoft\\Active Setup\\Installed
Components\\{4f645220-306d-11d2-995d-00c04f98bbc9}" /v IsInstalled /t REG_DWORD
/d 0001 /f
wine reg add "HKLM\\Software\\Microsoft\\Active Setup\\Installed
Components\\{7790769C-0471-11D2-AF11-00C04FA35D02}" /v IsInstalled /t REG_DWORD
/d 0001 /f
wine ./ie5setup.exe /Q /R:N /C:\"ie5wzd.exe /P /Q:C /R:N /X:1 /E:\"

+ wine ./ie5setup.exe /Q /R:N '/C:"ie5wzd.exe' /P /Q:C /R:N /X:1 '/E:"'
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advpack:set_ldids Need to support changing paths - default will be used
fixme:advpack:set_ldids Need to support changing paths - default will be used
fixme:inseng:DllGetClassObject {6e449686-c509-11cf-aafa-00aa00b6015c}
{00000001-0000-0000-c000-000000000046} 0x5dea00
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {6e449686-c509-11cf-aafa-00aa00b6015c} not
registered
err:ole:CoGetClassObject no class object {6e449686-c509-11cf-aafa-00aa00b6015c}
could be created for context 0x5
wine: Unhandled page fault on read access to 0x00000000 at address 0x10195a9
(thread 0033), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x010195a9).
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "exe\\ie5wzdex.dbg" ("")
Register dump:

if I set wine to win95 mode, I get an unhandled divide by zero:
+ wine ie5setup.exe /Q /R:N '/C:ie5wzd.exe /P /Q:C /R:N /X:1 /E:'
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advpack:set_ldids Need to support changing paths - default will be used
fixme:advpack:set_ldids Need to support changing paths - default will be used
fixme:wininet:InternetLockRequestFile STUB
wine: Unhandled division by zero at address 0x100c87e (thread 0022), starting
debugger...
Unhandled exception: divide by zero in 32-bit code (0x0100c87e).
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "exe\\ie5wzdex.dbg" ("")
Register dump:

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list