[Bug 30023] Google Earth installer (google update version) complains "could not connect to the internet"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 4 14:08:31 CDT 2012


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

--- Comment #3 from Juan Lang <juan.lang at gmail.com> 2012-05-04 14:08:31 CDT ---
>From your log:
0009:Ret  KERNEL32.GetLastError() retval=00002f92 ret=1800b70c

00002f92 is 12178, ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR.  That only seems to
be set here:
http://source.winehq.org/source/dlls/winhttp/session.c#L2012

Reading through that, I'd guess that modifying the default return value of
WinHttpDetectAutoProxyConfigUrl to be TRUE would work around it.

My suspicion is that the real error is in WinHttpGetProxyForUrl, which
shouldn't fail if WinHttpDetectAutoProxyConfigUrl fails, but return
WINHTTP_ACCESS_TYPE_NO_PROXY.  It'd need tests though.

-- 
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