internet explorer

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sajadsa
Level 2
Level 2
Posts: 32
Joined: Tue Dec 08, 2009 3:20 pm

internet explorer

Post by sajadsa »

hello
when i install IE8 or IE7 it will be installed completely but when i write to go to google for example or any other address an adress bar will be appeared an say that :
windows cannot find 'http://www.google.com'.check the spelling and try again.
what is the error and how i can solve this?
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: internet explorer

Post by dimesio »

sajadsa wrote:hello
when i install IE8 or IE7 it will be installed completely but when i write to go to google for example or any other address an adress bar will be appeared an say that :
windows cannot find 'http://www.google.com'.check the spelling and try again.
what is the error and how i can solve this?
What version of Wine? If it's not the latest development release, upgrade. Use winetricks to install IE7. IE8 doesn't work. If you still have problems, run it from a terminal and post whatever messages appear. http://wiki.winehq.org/FAQ#run_from_terminal
sajadsa
Level 2
Level 2
Posts: 32
Joined: Tue Dec 08, 2009 3:20 pm

Post by sajadsa »

when i run this in the wine IE a box was appeared and then installing wrote :
this application is trying to show on html page.wine needs Gecko(mozilla html engine)to be installed to show the page.click install if you want wine to automaticly download and install gecko
i clicked install but nothing is shown and yet in the IE writes html renderring is currently disabled.

my wine version:
[sajad@sajad Documents]$ wine --version
wine-1.1.18



[sajad@sajad Documents]$ wineconsole iexplore
fixme:ole:CoResumeClassObjects stub
err:mshtml:check_version Could not open VERSION file
fixme:urlmon:ObtainUserAgentString (0, 0x7ae6af, 0x7ae6a0): stub
fixme:urlmon:ObtainUserAgentString (0, 0x12e290, 0x7ae6a0): stub
fixme:wininet:InternetLockRequestFile STUB
err:cabinet:FDICopy FDIIsCabinet failed.
err:mshtml:check_version Could not open VERSION file
Could not load Mozilla. HTML rendering will be disabled.
fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x128fdc)->((null) 1 0x33f274 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 25 2 0x33f288 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 26 2 0x33f288 (nil))
fixme:shdocvw:ClientSite_GetContainer (0x128fdc)->(0x33f2cc)
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->({000214d1-0000-0000-c000-000000000046} 37 0 0x33f388 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x33f418)
fixme:urlmon:ObtainUserAgentString (0, 0x33f0ff, 0x33f0f0): stub
fixme:urlmon:ObtainUserAgentString (0, 0x12b488, 0x33f0f0): stub
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x12bfd8)->(0x33ee9c 0x33ee88 0)
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 29 2 0x33fc28 (nil))
fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x128fdc)
fixme:shdocvw:ClientSite_GetContainer (0x128fdc)->(0x33fa5c)
fixme:shdocvw:InPlaceFrame_SetStatusText (0x128fdc)->(0x60043b11)
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 25 2 0x33f968 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 26 2 0x33f968 (nil))
fixme:wininet:InternetLockRequestFile STUB
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x33fb08)
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x33fb08)
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 26 2 0x33fc08 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 29 2 0x33fc18 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->({000214d1-0000-0000-c000-000000000046} 103 0 (nil) (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->({de4ba900-59ca-11cf-9592-444553540000} 2315 0 (nil) (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 35 0 (nil) (nil))
fixme:shdocvw:InPlaceFrame_SetStatusText (0x128fdc)->(0x75f25cef)
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 28 2 0x33fb08 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x128fdc)->((null) 21 2 (nil) (nil))
James McKenzie

internet explorer

Post by James McKenzie »

sajadsa wrote:
when i run this in the wine IE a box was appeared and then installing wrote :
this application is trying to show on html page.wine needs Gecko(mozilla html engine)to be installed to show the page.click install if you want wine to automaticly download and install gecko
i clicked install but nothing is shown and yet in the IE writes html renderring is currently disabled.

my wine version:
[sajad@sajad Documents]$ wine --version
wine-1.1.18

This is a very old version of Wine. Is there a particular reason you
want/need to use it?

If not, please upgrade to the latest development version, 1.2-rc4 and
try to install IE using winetricks. Only IE6 and IE7 are supported.
IE8 will not work with Wine, yet.

James McKenzie
Locked