http://bugs.winehq.org/show_bug.cgi?id=15107
Dan Hipschman dsh@linux.ucla.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dsh@linux.ucla.edu
--- Comment #16 from Dan Hipschman dsh@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.