Wine 1.1.0 - No Wine Gecko ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Forester
Level 2
Level 2
Posts: 35
Joined: Sun Jun 22, 2008 2:39 pm

Wine 1.1.0 - No Wine Gecko ?

Post by Forester »

Upgraded to Wine 1.1.0 last night on an Ubuntu 8.04 derivative.

I tried downloading wine gecko by pointing iexplore at winehq. It asked to install wine gecko. I confirmed. Shortly afterwards iexplore tells me HTML rending is disabled or some such nonsense.

Console log shows:

fixme:mshtml:HttpNegotiate_OnResponse (0x12d138)->(200 L"HTTP/1.1 200 OK\r\nDate: Sun, 29 Jun 2008 08:16:53 GMT\r\nServer: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11\r\nX-Powered-By: PHP/5.2.0-8+etch11\r\nExpires: Mon, 26 Jul 1997 05:00:00 GMT\r\nLast-Modified: Sun, 29 Jun 2008 08:16:53 GMT\r\nCache-Control: no-store, no-cache, must-revalidate\r\nCache-Contr"... (null) 0x32f9d8)

I have confirmed on another machine also running an Ubuntu 8.04 derivative that Wine 1.0.0 is still able to download and install Wine gecko.

Is this a server issue ?

Is this a distribution (i.e. ubunutu) issue ?

Is it a Wine 1.1.0 feature ?

Is it a regression in mshtml ?

What can I do to help (myself and the project) ?
Reece Dunn

Wine 1..1.0 - No Wine Gecko ?

Post by Reece Dunn »

2008/6/29 Forester <[email protected]>:
Upgraded to Wine 1.1.0 last night on an Ubuntu 8.04 derivative.

I tried downloading wine gecko by pointing iexplore at winehq. It asked to install wine gecko. I confirmed. Shortly afterwards iexplore tells me HTML rending is disabled or some such nonsense.
I am getting this as well:

WINEPREFIX=~/.wine11 ./wine iexplore
Console log shows:

fixme:mshtml:HttpNegotiate_OnResponse (0x12d138)->(200 L"HTTP/1.1 200 OK\r\nDate: Sun, 29 Jun 2008 08:16:53 GMT\r\nServer: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11\r\nX-Powered-By: PHP/5.2.0-8+etch11\r\nExpires: Mon, 26 Jul 1997 05:00:00 GMT\r\nLast-Modified: Sun, 29 Jun 2008 08:16:53 GMT\r\nCache-Control: no-store, no-cache, must-revalidate\r\nCache-Contr"... (null) 0x32f9d8)

I have confirmed on another machine also running an Ubuntu 8.04 derivative that Wine 1.0.0 is still able to download and install Wine gecko.
I am also seeing this as well:

WINEPREFIX=~/.wine10 /opt/wine/bin/wine iexplore
Is this a server issue ?

Is this a distribution (i.e. ubunutu) issue ?

Is it a Wine 1.1.0 feature ?

Is it a regression in mshtml ?
I suspect that it is a regression. My guess is that it is something in
either urlmon or the internet connection DLLs.

Doing:
WINEPREFIX=~/.wine-gecko /opt/wine/bin/wine iexplore # 1.0
WINEPREFIX=~/.wine-gecko ./wine iexplore # 1.1
will get it so that the gecko engine is properly installed.
What can I do to help (myself and the project) ?
If you want a quick fix (and have 1.0 and 1.1 on your machine), you
can try the above (use 1.0 to install gecko, then switch to 1.1).

Looking through http://bugs.winehq.org, I have found that there is
already a bug report for this:
http://bugs.winehq.org/show_bug.cgi?id=14109. The issue has been
tracked down via regression testing, so there is nothing more that can
be done to help apart from testing the patches that are posted there
to address the problem.

- Reece
Rico
Moderator
Moderator
Posts: 91
Joined: Sat Feb 23, 2008 12:10 pm

Re: Wine 1..1.0 - No Wine Gecko ?

Post by Rico »

Could you try this?

1. wget http://superb-east.dl.sourceforge.net/s ... -0.1.0.cab
2. cabextract -d ~/.wine/drive_c/windows/gecko/0.1.0/ wine_gecko-0.1.0.cab
3. run wine iexplore www.winehq.org
Forester
Level 2
Level 2
Posts: 35
Joined: Sun Jun 22, 2008 2:39 pm

Post by Forester »

1. wget http://superb-east.dl.sourceforge.net/s ... -0.1.0.cab
2. cabextract -d ~/.wine/drive_c/windows/gecko/0.1.0/ wine_gecko-0.1.0.cab
3. run wine iexplore www.winehq.org
worked for me. Many thanks Rico.
Locked