[Bug 23820] New: internet explorer 7 (ie7) crashes on start if cwd is not C:\Program Files\Internet Explorer

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 28 12:27:07 CDT 2010


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

           Summary: internet explorer 7 (ie7) crashes on start if cwd is
                    not C:\Program Files\Internet Explorer
           Product: Wine
           Version: 1.2
          Platform: x86
               URL: http://kegel.com/wine/winetricks
        OS/Version: Linux
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: comctl32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


Created an attachment (id=29889)
 --> (http://bugs.winehq.org/attachment.cgi?id=29889)
backtrace

Apparently it's been a known issue for a while, but I can't find a bug for it.

Easy to reproduce:
$ rm -rf .wine
$ winetricks -q ie7
$ wine iexplore.exe

CRASH!

workarounds:
A)
$ cd .wine/drive_c/Program\ Files
$ wine iexplore.exe

B)
$ wine "C:\Program Files\Internet Explorer\iexplore.exe"

C)
$ winetricks -q comctl32
$ WINEDLLOVERRIDES="comctl32=n" wine iexplore.exe

-- 
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