PDA

View Full Version : Wine iexplore problem


Remm
13th September 2007, 10:27 AM
I have a COM related problem when trying to load Gecko. Doing a manual installation of the cab (from http://wiki.jswindle.com/index.php/Wine_Web_Browser by extracting it and adding a GeckoPath value in the registry) did not help. Additional debugging levels did not seem to indicate anything useful. I'm using F7 with the 0.9.43 wine packages. Any ideas ?


[remm@localhost windows]$ wine iexplore
fixme:shdocvw:IEWinMain "" 1
fixme:ole:CoResumeClassObjects stub
err:ole:CoGetClassObject class {25336920-03f9-11cf-8fd0-00aa00686f13} not registered
err:ole:CoGetClassObject class {25336920-03f9-11cf-8fd0-00aa00686f13} not registered
err:ole:CoGetClassObject no class object {25336920-03f9-11cf-8fd0-00aa00686f13} could be created for context 0x3
err:shdocvw:navigate Could not create HTMLDocument: 80040154

ssb
13th September 2007, 10:58 AM
To install a lot of components , etc you can use the following script :

http://www.kegel.com/wine/winetricks

For internet explorer 6,

http://www.gagme.com/greg/linux/f7-tips.php#ie

ie 6 works ok for me

Remm
13th September 2007, 11:19 AM

Thanks. I tried both, and they ran fine (IE 6 runs correctly). However, wine iexplore and Steam still both produce the same error.