[Bug 10863] New: Setup of ie5 and 6 fails with IE generated error; ie setup complains that a newer version has been found
http://bugs.winehq.org/show_bug.cgi?id=10863 Summary: Setup of ie5 and 6 fails with IE generated error; ie setup complains that a newer version has been found Product: Wine Version: 0.9.51. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-ports AssignedTo: wine-bugs(a)winehq.org ReportedBy: samstern(a)samstern.net CC: samstern(a)samstern.net Created an attachment (id=9759) --> (http://bugs.winehq.org/attachment.cgi?id=9759) popup from trying to run IE6 When I run ie6setup (on Ubuntu 7.10) I get the following: $ wine ie6setup.exe fixme:advapi:CheckTokenMembership ((nil) 0x151510 0x32fd78) stub! fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 err:module:import_dll Library shlwapi.dll (which is needed by L"c:\\windows\\system32\\shell32.dll") not found fixme:cursor:CURSORICON_LoadFromFile No support for .ani cursors. 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:advpack:NeedReboot (0): stub Suspecting a problem with an old wine install, I moved ~/.wine to ~/.wine-old and ran "wineprefixcreate" and recived the following output: ~$ wineprefixcreate Could not load Mozilla. HTML rendering will be disabled. fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet /home/samstern/.wine updated successfully. and then received the above output when I tried to install ie6setup. This occurs weather or not the instruction in AppDB are followed (adding overrides). This occurs using a saved install of ie5setup, ie6setup (full directories) and with a newly installed downloaded version of ie6setup. I'm new to wine (Last version I used was 1 1/2 years ago) so I do not know what is needed to make this a better bug report. Yours Sam S -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |RESOLVED Component|wine-ports |wine-misc Resolution| |INVALID --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 19:48:22 --- That is intended behavior. Please remove / rename ~/.wine directory first then try installing ie. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 19:50:52 --- And if it does not install - use wine_gecko (installed automatically on first use). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 Sam Stern <samstern(a)samstern.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | --- Comment #3 from Sam Stern <samstern(a)samstern.net> 2007-12-22 20:19:17 --- That seemed like a good idea but it did not work. $ wine ie6setup.exe wine: creating configuration directory '/home/samstern/.wine'... Could not load Mozilla. HTML rendering will be disabled. fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet wine: '/home/samstern/.wine' created successfully. fixme:advapi:CheckTokenMembership ((nil) 0x151480 0x32fd78) stub! fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 fixme:cursor:CURSORICON_LoadFromFile No support for .ani cursors. 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:advpack:NeedReboot (0): stub was the output. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #4 from Sam Stern <samstern(a)samstern.net> 2007-12-22 20:24:01 --- there is no program called "wine-gecko" on my system nor is there a "wine_gecko" available using the various ubuntu repositories. There is a "wine-auto" which produced the same output as above. Sam S. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #5 from Sam Stern <samstern(a)samstern.net> 2007-12-22 20:31:10 --- Created an attachment (id=9761) --> (http://bugs.winehq.org/attachment.cgi?id=9761) results of loadall showing full dll list results of $> WINEDEBUG=+loaddll wine ie6setup.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 20:34:15 --- rm -rf ~/.wine wine iexplorer http://winehq.org And click "Install". IE will not work on Wine as-is even when installed. You are welcome to use ies4linux but don't bother submitting bugs here when using it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #7 from Sam Stern <samstern(a)samstern.net> 2007-12-22 20:46:02 --- So IE is broken in the latest Wine? IF so should the IE entry in the Appdb be updated to reflect this? I'm asking since allot of software that once ran in Wine needed various bits IE installed to work correctly IF IE is Broken and that's the plan go ahead and close the bug as well and I'll post a comment to that effect int he app db entry so others do not bother you. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #8 from Sam Stern <samstern(a)samstern.net> 2007-12-22 20:48:26 --- obtw out put of wine iexplorer http://winehq.org ~$ wine iexplorer http://winehq.org wine: creating configuration directory '/home/samstern/.wine'... Could not load Mozilla. HTML rendering will be disabled. fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet wine: '/home/samstern/.wine' created successfully. wine: could not load L"c:\\windows\\system32\\iexplorer.exe": Module not found -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #9 from James Hawkins <truiken(a)gmail.com> 2007-12-22 21:08:20 --- Because the executable is iexplore.exe (notice no 'r' at the end). Either way this is invalid. You can install IE by unregistering Wine's IE. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from James Hawkins <truiken(a)gmail.com> 2007-12-22 21:09:22 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10863 --- Comment #11 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 21:11:32 --- Should be "iexplore". In either case this is not user support. You still haven't specified exactly what's the problem is. Also you ought to learn to read: Please *do not PASTE* logs and back traces, (attach them instead). FIXMEs are not errors, you should ignore them. Closing invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org