Having an issue with Gecko

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vampblades
Newbie
Newbie
Posts: 4
Joined: Fri Jun 25, 2010 6:01 pm

Having an issue with Gecko

Post by vampblades »

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)
vampblades
Newbie
Newbie
Posts: 4
Joined: Fri Jun 25, 2010 6:01 pm

Post by vampblades »

Almost forgot....
I'm using Ubuntu 10.04 LTS and wine 1.2
Thomas Mullaly

Having an issue with Gecko

Post by Thomas Mullaly »

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>
vampblades
Newbie
Newbie
Posts: 4
Joined: Fri Jun 25, 2010 6:01 pm

Post by vampblades »

so you're saying i should use that command to wipe my .wine, and then what are the steps i should take from there exactly? sorry, i just dont want to screw something up
thomas.mullaly
Level 2
Level 2
Posts: 13
Joined: Fri Jun 25, 2010 8:42 pm

Post by thomas.mullaly »

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]
thomas.mullaly
Level 2
Level 2
Posts: 13
Joined: Fri Jun 25, 2010 8:42 pm

Post by thomas.mullaly »

My apologies, in my haste I missed the part that you already tried reinstalling Gecko. However, you should still try to do what I posted previously.
xuebao
Level 1
Level 1
Posts: 5
Joined: Tue Jun 08, 2010 9:41 pm

Post by xuebao »

Thanks for this site very helpful.
vampblades
Newbie
Newbie
Posts: 4
Joined: Fri Jun 25, 2010 6:01 pm

Post by vampblades »

Ok, well i just checked this before going to bed.... i'll give that a shot tomorrow. I'll let you know what happens
James McKenzie

Having an issue with Gecko

Post by James McKenzie »

vampblades wrote:
Ok, well i just checked this before going to bed.... i'll give that a shot tomorrow. I'll let you know what happens

If you have installed any programs, you will have to re-install them. I
recommend doing this AFTER installing Gecko.

James McKenzie
Locked