http://bugs.winehq.org/show_bug.cgi?id=14188
Summary: utorrent - it disconnects fast leaching peers with Error 10022 Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: yvko@mail.com
Running utorrent 1.7.7 on Wine 1.0.0 (but 0.9.55 is the same) on ubuntu 7.04 feisty (Intel based).
When seeding and single peer reaches speed above approx 1MB/s it disconnects this peer with the following error: Peer error: Error 10022. Seeding to peers with speed below 1MB/s works well and is not affected by this disconnections.
Consulted with utorrent developers and they are not aware of this behavior on any other platform.
http://bugs.winehq.org/show_bug.cgi?id=14188
Yvko yvko@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yvko@mail.com
http://bugs.winehq.org/show_bug.cgi?id=14188
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.utorrent.com/down | |load.php Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #1 from Lei Zhang thestig@google.com 2008-07-06 14:03:34 --- So what do you need to test this? Two computers on a LAN, one running utorrent in Wine and seeding a file, the attempt to connect as a peer from a second computer?
http://bugs.winehq.org/show_bug.cgi?id=14188
Paranoid P4r4noid.j4ck@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |P4r4noid.j4ck@gmail.com
--- Comment #2 from Paranoid P4r4noid.j4ck@gmail.com 2008-10-07 09:26:51 --- I too suffer from the same problem in ubuntu 8.04/wine 1.1.5/utorrent 1.8.
I had to downgrade to 0.9.36 amd64 to fix the problem. Peers can now successfully get above 1MB/s when uploading to them, rather than dropping with peer error 10022.
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #3 from Austin English austinenglish@gmail.com 2008-10-07 12:43:07 --- (In reply to comment #2)
I too suffer from the same problem in ubuntu 8.04/wine 1.1.5/utorrent 1.8.
I had to downgrade to 0.9.36 amd64 to fix the problem. Peers can now successfully get above 1MB/s when uploading to them, rather than dropping with peer error 10022.
If it is a regression, run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=14188
Philip Nilsson leffeman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Philip Nilsson leffeman@gmail.com 2008-10-07 17:09:29 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #5 from Paranoid P4r4noid.j4ck@gmail.com 2008-10-08 12:19:52 --- The regression test fails due to libXext while trying to compile wine on ubuntu 8.04 but I have identified Wine 0.9.40 as the revision which the problem starts.
http://bugs.winehq.org/show_bug.cgi?id=14188
Philip Nilsson leffeman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org, | |leffeman@gmail.com
--- Comment #6 from Philip Nilsson leffeman@gmail.com 2008-10-08 12:49:28 --- Just finished my bisection. Pretty easy for me to test as anything over 20KB/s triggers the error.
9db85745409f8363481e32698fba234cf2163040 is first bad commit commit 9db85745409f8363481e32698fba234cf2163040 Author: Alexandre Julliard julliard@winehq.org Date: Thu May 31 12:15:08 2007 +0200
ws2_32: Allocate iovec buffers statically using MSG_MAXIOVLEN.
http://bugs.winehq.org/show_bug.cgi?id=14188
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #7 from Austin English austinenglish@gmail.com 2008-10-08 16:39:25 --- (In reply to comment #6)
Just finished my bisection. Pretty easy for me to test as anything over 20KB/s triggers the error.
9db85745409f8363481e32698fba234cf2163040 is first bad commit commit 9db85745409f8363481e32698fba234cf2163040 Author: Alexandre Julliard julliard@winehq.org Date: Thu May 31 12:15:08 2007 +0200
ws2_32: Allocate iovec buffers statically using MSG_MAXIOVLEN.
Can you get a +winsock trace please?
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #8 from Philip Nilsson leffeman@gmail.com 2008-10-09 03:34:28 --- Created an attachment (id=16553) --> (http://bugs.winehq.org/attachment.cgi?id=16553) +winsock trace with current GIT
Socket 0190 is the one with the error in the uTorrent log. I'm not sure what to make of it though.
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #9 from Austin English austinenglish@gmail.com 2008-10-09 08:25:27 --- (In reply to comment #8)
Created an attachment (id=16553)
--> (http://bugs.winehq.org/attachment.cgi?id=16553) [details]
+winsock trace with current GIT
Socket 0190 is the one with the error in the uTorrent log. I'm not sure what to make of it though.
Alexandre committed a fix today, can you retest in git?
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #10 from Paranoid P4r4noid.j4ck@gmail.com 2008-10-09 12:18:32 --- I`ve tested the lastest source and it seems to have fixed the problem. Peers are now connecting at speed over 1MB/s without dropping with the previous error.
http://bugs.winehq.org/show_bug.cgi?id=14188
--- Comment #11 from Philip Nilsson leffeman@gmail.com 2008-10-09 12:47:13 --- Works here as well.
http://bugs.winehq.org/show_bug.cgi?id=14188
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.0.1
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2008-10-09 13:28:20 --- Fixed by fe7c5d86e7d9e06872c2fb6ddf7ebe8d92525d9c.
http://bugs.winehq.org/show_bug.cgi?id=14188
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2008-10-10 10:09:59 --- Closing bugs fixed in 1.1.6.
http://bugs.winehq.org/show_bug.cgi?id=14188
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fe7c5d86e7d9e06872c2fb6ddf7 | |ebe8d92525d9c
https://bugs.winehq.org/show_bug.cgi?id=14188
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |winsock