http://bugs.winehq.org/show_bug.cgi?id=27621
Summary: SDP Downloader: "TTCP: socket connect failed: 10061" error Product: Wine Version: 1.3.23 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: atalanttore@googlemail.com
Hi
I try to use SDP Downloader 2.3.0 [1] on Kubuntu 11.04 x64. The program GUI is rendered correctly, but starting a download in SDP Downloader will cause a "TTCP: socket connect failed: 10061" error.
[1] http://appdb.winehq.org/objectManager.php?sClass=version&iId=10959
Regards, E. Atalan
http://bugs.winehq.org/show_bug.cgi?id=27621
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://sdp.ppona.com/ Component|winsock |-unknown
--- Comment #1 from Austin English austinenglish@gmail.com 2011-06-27 13:10:21 CDT --- Terminal output? Do you have a sample url that can be used for testing?
http://bugs.winehq.org/show_bug.cgi?id=27621
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2011-06-27 16:08:50 CDT --- That error is WSAECONNREFUSED. Do you get the same error under Windows?
http://bugs.winehq.org/show_bug.cgi?id=27621
--- Comment #3 from Ettore Atalan atalanttore@googlemail.com 2011-06-30 13:35:33 CDT --- (In reply to comment #1)
Terminal output? Do you have a sample url that can be used for testing?
You can try any url. It's always the same error.
(In reply to comment #2)
That error is WSAECONNREFUSED. Do you get the same error under Windows?
No, it works properly on Windows.
http://bugs.winehq.org/show_bug.cgi?id=27621
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2011-07-31 16:07:41 CDT --- Maybe the program is using an unsupported way to resolve the address or is interpreting a return value wrongly.
Example URL: http://www.mediacollege.com/video/format/windows-media/streaming/videofilena...
Program screen log:
OPEN : http://www.mediacollege.com/video/format/windows-media/streaming/videofilena... SAVE : C:\Program Files\SDP Downloader\videofilename.wmv URL : http://www.mediacollege.com/video/format/windows-media/streaming/videofilena... Connecting... Resolving DNS IP address, please wait... TTCP: socket connect failed: 10061
The only relevant line from console: warn:winsock:wsaErrno errno 115, (Operation now in progress).
http://bugs.winehq.org/show_bug.cgi?id=27621
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com 2011-07-31 18:56:40 CDT --- Created an attachment (id=35763) --> (http://bugs.winehq.org/attachment.cgi?id=35763) SDP Config Screen
http://bugs.winehq.org/show_bug.cgi?id=27621
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com 2011-07-31 19:00:01 CDT --- After some more debugging I noticed the program is trying to connect to port 1755 instead of 80. 1755 is the default port for MMS protocol. It does not analyze the URL to check the protocol, it simply uses the configuration port. After switching to HTTP as shown in the attachment the program worked flawlessly. I guess this is an invalid bug then.
http://bugs.winehq.org/show_bug.cgi?id=27621
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2011-08-30 09:03:03 CDT --- Retested on Windows, the default configuration is to connect to port 1755. Exact same behaviour from wine. I'm more confident that this bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=27621
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #8 from Juan Lang juan_lang@yahoo.com 2011-08-30 10:44:37 CDT --- Agreed, it appears invalid.
http://bugs.winehq.org/show_bug.cgi?id=27621
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2011-08-30 10:45:05 CDT --- Closing invalid. Ettore, please configure the program to use port 80 instead.