How well is Chrome working in 1.1.9?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
David Gerard

How well is Chrome working in 1.1.9?

Post by David Gerard »

I just tried installing Chrome, using the Google stub installer (which
downloads the rest of the app). It gave an Error 0x80070057, which is
apparently a Windows Installer error - often caused by firewalls or
proxies, except this is at home on DSL, with only NAT between me and
the big wide Internet. This is on Kubuntu 8.10. Anyone having this
work better?


- d.
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: How well is Chrome working in 1.1.9?

Post by Usurp »

David Gerard wrote:I just tried installing Chrome, using the Google stub installer (which
downloads the rest of the app). It gave an Error 0x80070057, which is
apparently a Windows Installer error - often caused by firewalls or
proxies, except this is at home on DSL, with only NAT between me and
the big wide Internet. This is on Kubuntu 8.10. Anyone having this
work better?


- d.
Its better to use chromium snapshots to avoid the installer problem.
Go to http://build.chromium.org/buildbot/snap ... um-rel-xp/ and grab the last chrome-win32.zip.

unzip it and run it like this :

Code: Select all

wine chrome.exe --no-sandbox --new-http
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: How well is Chrome working in 1.1.9?

Post by Usurp »

Usurp wrote: Its better to use chromium snapshots to avoid the installer problem.
Go to http://build.chromium.org/buildbot/snap ... um-rel-xp/ and grab the last chrome-win32.zip.

unzip it and run it like this :

Code: Select all

wine chrome.exe --no-sandbox --new-http
By the way, if you are ok with compiling from source, current linux version of Chromium almost passes the Acid3 test. It means its able to display most web sites correctly, but it can't use plugins like flash at the moment iirc.
David Gerard

How well is Chrome working in 1.1.9?

Post by David Gerard »

2008/11/22 Usurp <[email protected]>:
David Gerard wrote:
I just tried installing Chrome, using the Google stub installer (which
downloads the rest of the app). It gave an Error 0x80070057, which is
apparently a Windows Installer error - often caused by firewalls or
proxies, except this is at home on DSL, with only NAT between me and
the big wide Internet. This is on Kubuntu 8.10. Anyone having this
work better?
Its better to use chromium snapshots to avoid the installer problem.
Go to http://build.chromium.org/buildbot/snap ... um-rel-xp/ and grab the last chrome-win32.zip.
unzip it and run it like this :
Code:
wine chrome.exe --no-sandbox --new-http
I tried that, it starts, some of the text rendering is a bit wrong,
and I can't actually browse anywhere ... which is pretty much what it
was doing whenever I've tried it over the past several weeks.


- d.
Locked