2008/6/29 Forester <wineforum-user@xxxxxxxxxx>: > 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