http://bugs.winehq.org/show_bug.cgi?id=14383
--- Comment #1 from Shaddy Baddah shaddy_baddah@hotmail.com 2008-07-09 00:35:04 --- Created an attachment (id=14684) --> (http://bugs.winehq.org/attachment.cgi?id=14684) Output from env WINEPREFIX=/tmp/me/wine-playarea wine iexplore http://www.winehq.org/
I think the original reporter got a raw deal with the original problem.
This is a genuine bug. I've experienced it with 1.1.0, by doing:
env WINEPREFIX=/tmp/me/wine-playarea wine iexplore http://www.winehq.org/
I've attached the output.
Now what happens is that wine hits http://source.winehq.org/winegecko.php?v=0.1.0, and gets a HTTP 302 re-direction to a sourceforge site, such as http://nchc.dl.sourceforge.net/sourceforge/wine/wine_gecko-0.1.0.cab. Instead of then making a new http connection to the sourceforge site, it takes the path portion of the URL, /sourceforge/wine/wine_gecko-0.1.0.cab and tries to find it against the original HTTP server, http://source.winehq.org.
I've confirmed this over wireshark, but don't know how to attach wireshark output without including private details such as MAC addresses, etc.