http://bugs.winehq.org/show_bug.cgi?id=11223
Iuri Fiedoruk protomank@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|uTorrent 1.8 alpha not |uTorrent 1.8 alpha not |working - getaddrinfo |working - GetBestInterfaceEx |problem |problem
--- Comment #2 from Iuri Fiedoruk protomank@gmail.com 2008-01-17 15:48:11 --- An update from the author after some testing:
Ah, yes, DNS is not the problem. getaddrinfo is returning valid IPs (uh, 3 IPs that are all identical? that's probably a bug.), but then uTorrent tries to ask Windows which interface would handle the connection, using GetBestInterface (and GetBestInterfaceEx for v6, but this is a v4 address). So, the WINE bug seems to be in GetBestInterface - it's returning ERROR_HOST_UNREACHABLE (1232) when it could actually route the connection.