http://bugs.winehq.org/show_bug.cgi?id=11256
Summary: WSAStringToAddressA "For AF_INET6 to succeed, IPv6 must be installed." Product: Wine Version: 0.9.53. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: citizenr@gmail.com
New uTorrent alpha http://forum.utorrent.com/viewtopic.php?id=31998 started implementing ipv6, currently it it only checking its availability using WSAStringToAddress
http://msdn2.microsoft.com/en-us/library/ms742214(VS.85).aspx
"For AF_INET6 to succeed, IPv6 must be installed."
this alpha detects ipv6 under wine-0.9.53, Logger window shows "[17:12:41] IPv6 is installed" but there is no ipv6 on my computer rasz@rasz-desktop:~$ ip a | grep inet6 rasz@rasz-desktop:~$
ill try to make a patch for it.