http://bugs.winehq.org/show_bug.cgi?id=27113
--- Comment #4 from Qian Hong fracting@gmail.com 2012-01-28 04:17:26 CST --- (In reply to comment #3)
I can't reproduce in 1.4-rc1. I tried downloading the own FDM installer. Does the file need to be bigger or maybe take a mych longer time?
I can see the same fixmes you posted in comment 0 but I don't get the log errors =(
FDM about box shows version 2.1 build 494.
That's strange, I tried to download the FDM installer too, but I always see the same error in the FDM log window: --- snip --- 0% 18:11:32 2012-1-28 Starting download... 18:11:32 2012-1-28 Unknown network error 18:11:32 2012-1-28 Pause 5 sec. 18:11:37 2012-1-28 Starting download... 18:11:37 2012-1-28 Unknown network error 18:11:37 2012-1-28 Pause 5 sec. --- snip ---
I found a dirty hack, simply force InternetSetOptionW returning TRUE will cheat the FDM and let the downloading start.
I can't find the source code of FDM v2.1, but I can download the FDM v2.5 from http://sourceforge.net/projects/freedownload/files/Free%20Download%20Manager...
By looking at the v2.5 code,I found InternetSetOptionW is called by the static linked shdowvw library. Have no idea what to do yet.