[Bug 27113] Free download manager "Unknow network error" without native wininet

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 28 13:19:57 CST 2012


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

--- Comment #6 from Qian Hong <fracting at gmail.com> 2012-01-28 13:19:57 CST ---
(In reply to comment #5)
> Is it possible to know the exact option it tries to set and adds the error?
Yeah, only INTERNET_OPTION_PROXY_USERNAME and INTERNET_OPTION_PROXY_PASSWORD
are needed.

 - If InternetSetOptionW for INTERNET_OPTION_PROXY_USERNAME return FALSE, then
INTERNET_OPTION_PROXY_PASSWORD is not set, fdm.exe fail to download files;
 - If InternetSetOptionW for INTERNET_OPTION_PROXY_USERNAME return TRUE, then
the application will try to set INTERNET_OPTION_PROXY_PASSWORD:
   - If InternetSetOptionW for INTERNET_OPTION_PROXY_PASSWORD return FALSE,
then fdm.exe will still fail to download 
   - Instead, if InternetSetOptionW for INTERNET_OPTION_PROXY_PASSWORD return
TRUE as well, fdm.exe will start to download.

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