http://bugs.winehq.org/show_bug.cgi?id=27816
Summary: GoToMyPC: launch/download now fails Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: clayt055@umn.edu CC: jacek@codeweavers.com
Created an attachment (id=35575) --> (http://bugs.winehq.org/attachment.cgi?id=35575) log of working on prior commit (WINEDEBUG=+wininet)
Trying to launch the GoToMyPC viewer, which last worked in 1.3.20, now fails by blocking a few seconds after running at Verifying Viewer. Logs show it is stuck trying to download the actual viewer executable, as the initial one is just some sort of downloader and launcher.
Bisect points to:
commit 193da884ad9b982d9b740b15453aa8d3c19b054f Author: Jacek Caban jacek@codeweavers.com Date: Mon May 23 16:10:09 2011 +0200
wininet: Correctly handle closed socket in HTTP_ReceiveRequestData.
:040000 040000 f70b89253b2fc4caf8cde11b8a9718e37863a0fb 8af2c3e3544dda62805544067d36e8c6f1f8e017 Makedlls
This makes sense as comparing working and failing logs shows that it fails shortly after warn:wininet:HTTP_ReceiveRequestData res 0 read 0, closing connection
Attaching a log of it working on the prior commit and failing on 1.3.24.