[Bug 15107] Google Chrome fails to load web pages.

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 4 16:36:20 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15107


Dan Hipschman <dsh at linux.ucla.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsh at linux.ucla.edu




--- Comment #16 from Dan Hipschman <dsh at linux.ucla.edu>  2008-09-04 16:36:20 ---
You shouldn't need --single-process, I use --no-sandbox instead.  This is my
command line:

wine "$C" --no-sandbox --disable-breakpad --new-http

where C='C:\path\to\chrome.exe'.

You'll need --new-http or a native winhttp, and SSL doesn't work with either,
yet.  If you get the sad tab it's probably because you forgot --no-sandbox
(--single-process may also fix this, but the Token stuff needed for sandboxing
is missing in Wine, I'm pretty sure, and I know --no-sandbox completely skips
that part).  --disable-breakpad should allow you to get a backtrace.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list