http://bugs.winehq.org/show_bug.cgi?id=11139
Summary: Gecko does not install and load Product: Wine Version: 0.9.52. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: tombert@gmx.at
Found that the URL in the registry is wrongly set to "http://source.winehq.org/winegecko.php" instead of ...//sourceforge... Correcting this URL does not fix the problem - gecko does not install.
Anyhow, not even a manual extraction of the cabinet to GeckoPath "drive_c/windows/gecko/0.1.0" makes it work. The message is always "HTML rendering disabled"
thx
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #1 from Aleksandr Yakimov aleks@spamtest.ru 2008-01-12 04:22:29 --- Not a bug. URL is correct.
See http://wiki.winehq.org/Gecko
http://bugs.winehq.org/show_bug.cgi?id=11139
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-12 16:19:02 --- The URL is correct - that is a script that redirects to the latest gecko file.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #3 from tombert tombert@gmx.at 2008-01-14 12:20:18 --- Created an attachment (id=10247) --> (http://bugs.winehq.org/attachment.cgi?id=10247) Could not load Mozilla. HTML rendering will be disabled
installed wine_gecko to /usr/share/wine/gecko and to drive_c/Program Files/gecko neither does work. Testing with "wine iexplore" always states HTML rendering disabled. The trace output states something about Mozilla.
http://bugs.winehq.org/show_bug.cgi?id=11139
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com Status|RESOLVED |CLOSED
--- Comment #4 from Jacek Caban jacek@codeweavers.com 2008-01-14 13:16:31 --- Could you attach mshtml log?
http://bugs.winehq.org/show_bug.cgi?id=11139
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #10247|application/octet-stream |application/text mime type| |
http://bugs.winehq.org/show_bug.cgi?id=11139
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #10247|application/text |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #5 from tombert tombert@gmx.at 2008-01-14 14:23:14 --- Of course, but unfort. I could not find such a file? Can you be more specific please ...
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #6 from Austin English austinenglish@gmail.com 2008-01-14 14:46:06 --- (In reply to comment #5)
Of course, but unfort. I could not find such a file? Can you be more specific please ...
WINEDEBUG=+mshtml wine iexplore &> /tmp/iexplore.txt
And attach /tmp/iexplore.txt here.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #7 from tombert tombert@gmx.at 2008-01-14 14:58:49 --- Created an attachment (id=10256) --> (http://bugs.winehq.org/attachment.cgi?id=10256) IExplore trace file
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #8 from Austin English austinenglish@gmail.com 2008-01-14 16:36:27 --- trace:mshtml:install_from_unix_file "/usr/local/bin/../lib/../share/wine/gecko/wine_gecko-0.1.0.cab" not found
Can you try moving it to /usr/local/share/wine/gecko/wine_gecko-0.1.0.cab and see if that works?
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #9 from Lei Zhang thestig@google.com 2008-01-14 18:16:07 --- The problem is further down:
trace:mshtml:install_cab (L"C:\windows\temp\fcb.tmp") err:cabinet:FDICopy FDIIsCabinet failed. err:mshtml:check_version Could not open VERSION file Could not load Mozilla. HTML rendering will be disabled.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #10 from tombert tombert@gmx.at 2008-01-15 11:11:41 --- Created an attachment (id=10278) --> (http://bugs.winehq.org/attachment.cgi?id=10278) Debug trace after copying gecko to other location
The iexplore page stays blank - there is not message "HTML rendering disabled" no more
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #11 from Austin English austinenglish@gmail.com 2008-01-15 19:21:42 --- (In reply to comment #9)
The problem is further down:
trace:mshtml:install_cab (L"C:\windows\temp\fcb.tmp") err:cabinet:FDICopy FDIIsCabinet failed. err:mshtml:check_version Could not open VERSION file Could not load Mozilla. HTML rendering will be disabled.
Sounds like the file is either corrupted, or you don't have cabextract installed.
http://bugs.winehq.org/show_bug.cgi?id=11139
tombert tombert@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |REMIND
--- Comment #12 from tombert tombert@gmx.at 2008-01-16 01:57:01 --- (In reply to comment #11)
(In reply to comment #9)
The problem is further down:
trace:mshtml:install_cab (L"C:\windows\temp\fcb.tmp") err:cabinet:FDICopy FDIIsCabinet failed. err:mshtml:check_version Could not open VERSION file Could not load Mozilla. HTML rendering will be disabled.
Sounds like the file is either corrupted, or you don't have cabextract installed.
cabextract is installed cause I unpacked the files in every possible location I can think of but it doesnt help - see comments above.
http://bugs.winehq.org/show_bug.cgi?id=11139
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|REMIND |WONTFIX
--- Comment #13 from Austin English austinenglish@gmail.com 2008-01-16 12:07:19 --- (In reply to comment #12)
(In reply to comment #11)
(In reply to comment #9)
The problem is further down:
trace:mshtml:install_cab (L"C:\windows\temp\fcb.tmp") err:cabinet:FDICopy FDIIsCabinet failed. err:mshtml:check_version Could not open VERSION file Could not load Mozilla. HTML rendering will be disabled.
Sounds like the file is either corrupted, or you don't have cabextract installed.
cabextract is installed cause I unpacked the files in every possible location I can think of but it doesnt help - see comments above.
You don't unpack it. Just place the cab there.
http://bugs.winehq.org/show_bug.cgi?id=11139
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|WONTFIX |
--- Comment #14 from James Hawkins truiken@gmail.com 2008-01-16 12:09:22 --- Doesn't work for me either.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #15 from tombert tombert@gmx.at 2008-01-16 15:43:20 --- (In reply to comment #13)
(In reply to comment #12)
(In reply to comment #11)
(In reply to comment #9)
The problem is further down:
trace:mshtml:install_cab (L"C:\windows\temp\fcb.tmp") err:cabinet:FDICopy FDIIsCabinet failed. err:mshtml:check_version Could not open VERSION file Could not load Mozilla. HTML rendering will be disabled.
Sounds like the file is either corrupted, or you don't have cabextract installed.
cabextract is installed cause I unpacked the files in every possible location I can think of but it doesnt help - see comments above.
You don't unpack it. Just place the cab there.
Yea - I already understood - the cab is there. But it doesnt help - so I unpacked it myself cause of pure despair.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #16 from Austin English austinenglish@gmail.com 2008-01-16 16:25:15 --- Created an attachment (id=10316) --> (http://bugs.winehq.org/attachment.cgi?id=10316) Working in ubuntu 7.04
Here are the steps I used in ubuntu feisty, where it works fine. What distribution are y'all using?
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #17 from James Hawkins truiken@gmail.com 2008-01-16 16:56:27 --- It works for me only if I include 'http://%27...this isn't a problem in Windows.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #18 from tombert tombert@gmx.at 2008-01-16 17:48:32 --- (In reply to comment #16)
Created an attachment (id=10316)
--> (http://bugs.winehq.org/attachment.cgi?id=10316) [details]
Working in ubuntu 7.04
Here are the steps I used in ubuntu feisty, where it works fine. What distribution are y'all using?
compiled 0.9.52 in openSuse 10.3
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #19 from Aleksandr Yakimov aleks@spamtest.ru 2008-01-17 06:13:47 --- Wine 0.9.53 and iexplore working in Gentoo.
But it seems we really have a wrong redirect http://source.winehq.org/winegecko.php (but this is WineHQ.org related bug)
$ wget http://source.winehq.org/winegecko.php --15:05:27-- http://source.winehq.org/winegecko.php => `winegecko.php' Resolving source.winehq.org... 209.46.25.134 Connecting to source.winehq.org|209.46.25.134|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://ufpr.dl.sourceforge.net/sourceforge/wine/wine_gecko.cab [following]
$ md5sum wine_gecko.cab 9bde58385c27e888109ebef59d14d04f wine_gecko.cab
$ md5sum /usr/share/wine/gecko/wine_gecko-0.1.0.cab b188c296f045d20abdb11e9c0564894b /usr/share/wine/gecko/wine_gecko-0.1.0.cab
wine_gecko-0.1.0.cab (5.5M) , wine_gecko.cab (5.0M)
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #20 from tombert tombert@gmx.at 2008-01-17 14:07:01 --- mini3:/usr/share/wine/gecko # md5sum wine_gecko-0.1.0.cab b188c296f045d20abdb11e9c0564894b wine_gecko-0.1.0.cab
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #21 from tombert tombert@gmx.at 2008-01-17 14:13:15 --- (In reply to comment #16)
Created an attachment (id=10316)
--> (http://bugs.winehq.org/attachment.cgi?id=10316) [details]
Working in ubuntu 7.04
Here are the steps I used in ubuntu feisty, where it works fine. What distribution are y'all using?
You didnt do anything - it loaded automatically from internet which it isnt doing on my computer.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #22 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-18 08:42:30 --- I reported this bug on wine-devel in October, looks like it's still not fixed:
http://www.winehq.org/pipermail/wine-devel/2007-October/060193.html
http://bugs.winehq.org/show_bug.cgi?id=11139
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #23 from Jacek Caban jacek@codeweavers.com 2008-01-18 09:28:15 --- (In reply to comment #22)
I reported this bug on wine-devel in October, looks like it's still not fixed:
http://www.winehq.org/pipermail/wine-devel/2007-October/060193.html
And I've explained it in reply: http://www.winehq.org/pipermail/wine-devel/2007-October/060281.html
The redirection is not for users, it's for MSHTML Gecko installer. Users should use sourceforge directly.
Also, Austin, Wine doesn't use cabextract at all. AFAICS everything works as expected.
http://bugs.winehq.org/show_bug.cgi?id=11139
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-18 10:00:22 --- Thanks Jacek for explaining this once again. Closing.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #25 from tombert tombert@gmx.at 2008-01-19 09:56:23 --- (In reply to comment #23)
(In reply to comment #22)
I reported this bug on wine-devel in October, looks like it's still not fixed:
http://www.winehq.org/pipermail/wine-devel/2007-October/060193.html
And I've explained it in reply: http://www.winehq.org/pipermail/wine-devel/2007-October/060281.html
The redirection is not for users, it's for MSHTML Gecko installer. Users should use sourceforge directly.
Also, Austin, Wine doesn't use cabextract at all. AFAICS everything works as expected.
Ah - then I only need to wake up from this nightmare and live happily ever after ... ------------ I starting to think about installing VMWare and fuck on wine.
http://bugs.winehq.org/show_bug.cgi?id=11139
--- Comment #26 from Jacek Caban jacek@codeweavers.com 2008-01-19 11:27:52 --- (In reply to comment #25)
Ah - then I only need to wake up from this nightmare and live happily ever after ...
After waking up, consider reading previous comments and use correct Gecko package. Also if auto installer still can't download the package, you may open a separate bug report and attach mshtml,urlmon,tid logs.
I starting to think about installing VMWare and fuck on wine.
It's not related to the bug and I don't want to know what you use Wine for...
http://bugs.winehq.org/show_bug.cgi?id=11139
tombert tombert@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Gecko does not install and |Gecko does not install and |load |load from internet
--- Comment #27 from tombert tombert@gmx.at 2008-01-23 16:26:39 --- (In reply to comment #26)
(In reply to comment #25)
Ah - then I only need to wake up from this nightmare and live happily ever after ...
After waking up, consider reading previous comments and use correct Gecko package. Also if auto installer still can't download the package, you may open a separate bug report and attach mshtml,urlmon,tid logs.
I starting to think about installing VMWare and fuck on wine.
It's not related to the bug and I don't want to know what you use Wine for...
1.) nobody said that I'am using the wrong gecko - what makes you think that? 2.) why shall I open a new bug? this one is already called "gecko does not install and load". We better rename it to "gecko does not install and load from internet". 3.) the log file from mshtml you're requesting is already attached. For the other I would need assistance cause I dont know how to get them.