Having an issue with Gecko
-
- Newbie
- Posts: 4
- Joined: Fri Jun 25, 2010 6:01 pm
Having an issue with Gecko
Hey everybody, i'm honestly a first time linux user, but a long time fan. I've started getting the hang of things but there is one thing that i can't figure out.
I was trying to install warcraft 3 using the blizzard downloader and the downloader froze and crashed as soon as i started it. I checked the terminal and it looks like gecko wouldn't initialize... I tried to launch wine iexplore and it did the same thing.... I tried adding winehq to the repository, i reinstalled gecko, and i tried to use winetricks to fix gecko.... but i still get the same error. Any ideas?
mick@mick-linux:~$ wine iexplore
fixme:ole:CoResumeClassObjects stub
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:BindStatusCallback_OnProgress status code 1
fixme:shdocvw:BindStatusCallback_OnProgress status code 2
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:system:SetProcessDPIAware stub!
fixme:system:SetProcessDPIAware stub!
Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
err:ntdll:RtlpWaitForCriticalSection section 0x7bca27e4 "loader.c: loader_section" wait timed out in thread 001e, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca27e4 "loader.c: loader_section" wait timed out in thread 001d, blocked by 0009, retrying (60 sec)
I was trying to install warcraft 3 using the blizzard downloader and the downloader froze and crashed as soon as i started it. I checked the terminal and it looks like gecko wouldn't initialize... I tried to launch wine iexplore and it did the same thing.... I tried adding winehq to the repository, i reinstalled gecko, and i tried to use winetricks to fix gecko.... but i still get the same error. Any ideas?
mick@mick-linux:~$ wine iexplore
fixme:ole:CoResumeClassObjects stub
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:BindStatusCallback_OnProgress status code 1
fixme:shdocvw:BindStatusCallback_OnProgress status code 2
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:system:SetProcessDPIAware stub!
fixme:system:SetProcessDPIAware stub!
Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
err:ntdll:RtlpWaitForCriticalSection section 0x7bca27e4 "loader.c: loader_section" wait timed out in thread 001e, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca27e4 "loader.c: loader_section" wait timed out in thread 001d, blocked by 0009, retrying (60 sec)
-
- Newbie
- Posts: 4
- Joined: Fri Jun 25, 2010 6:01 pm
Having an issue with Gecko
Hi,
It depends how you installed WINE, if you installed using Synaptic I would
double check to make sure that you also installed the "wine1.2-gecko"
package. If this package is already installed you could erase your ".wine"
directory and re run the installer. Sometimes starting with a fresh ".wine"
directory can clear up any issues you may be having. You can delete your
".wine" directory by running "rm -rf ~/.wine" in the terminal. Note that
deleting your ".wine" directory will also delete any applications you've
installed using WINE.
If you build WINE from source, it normally display a message dialog asking
if you would like to download and install wine-gecko (at least it does for
me) or you could follow the directions on this page
http://wiki.winehq.org/Gecko (although I've never done it this way).
Hope this helps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
It depends how you installed WINE, if you installed using Synaptic I would
double check to make sure that you also installed the "wine1.2-gecko"
package. If this package is already installed you could erase your ".wine"
directory and re run the installer. Sometimes starting with a fresh ".wine"
directory can clear up any issues you may be having. You can delete your
".wine" directory by running "rm -rf ~/.wine" in the terminal. Note that
deleting your ".wine" directory will also delete any applications you've
installed using WINE.
If you build WINE from source, it normally display a message dialog asking
if you would like to download and install wine-gecko (at least it does for
me) or you could follow the directions on this page
http://wiki.winehq.org/Gecko (although I've never done it this way).
Hope this helps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
-
- Newbie
- Posts: 4
- Joined: Fri Jun 25, 2010 6:01 pm
-
- Level 2
- Posts: 13
- Joined: Fri Jun 25, 2010 8:42 pm
Did you check in Synaptic to make sure you had the "wine1.2-gecko" package installed?
If it is installed and you're still having issues you can run this command in the terminal:
"rm -rf ~/.wine"
(without the quotation marks of course)
and then run the "Configure Wine" program. If you installed WINE using Synaptic you can do this by clicking "Applications -> Wine -> Configure Wine". When you do this WINE will automatically re-create the "~/.wine" directory and place a fresh copy of all the DLL's in it. Then just re-run the installer for your program. Normally this clears up any issues I'm having with Gecko.
-p.s. I'm also running Ubuntu 10.04[/quote]
If it is installed and you're still having issues you can run this command in the terminal:
"rm -rf ~/.wine"
(without the quotation marks of course)
and then run the "Configure Wine" program. If you installed WINE using Synaptic you can do this by clicking "Applications -> Wine -> Configure Wine". When you do this WINE will automatically re-create the "~/.wine" directory and place a fresh copy of all the DLL's in it. Then just re-run the installer for your program. Normally this clears up any issues I'm having with Gecko.
-p.s. I'm also running Ubuntu 10.04[/quote]
-
- Level 2
- Posts: 13
- Joined: Fri Jun 25, 2010 8:42 pm
-
- Newbie
- Posts: 4
- Joined: Fri Jun 25, 2010 6:01 pm
Having an issue with Gecko
vampblades wrote:
recommend doing this AFTER installing Gecko.
James McKenzie
If you have installed any programs, you will have to re-install them. IOk, well i just checked this before going to bed.... i'll give that a shot tomorrow. I'll let you know what happens
recommend doing this AFTER installing Gecko.
James McKenzie