http://bugs.winehq.org/show_bug.cgi?id=17851
Summary: WSAAddressToStringA AF_INET6 implementation missing Product: Wine Version: 1.0.1 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: berni@birkenwald.de
The well-known Torrent client application uTorrent gained IPv6 support in Version 1.8. When running within the Wine environment it displays [<ERROR>] instead of the literal IPv6 address for peers.
According to http://forum.utorrent.com/viewtopic.php?pid=363137#p363137 uTorrent uses the WSAAddressToStringA function to format the address to a string. Looking into dlls/ws2_32/socket.c it's pretty obvious that the wine version only supports AF_INET (IPv4).
Please support AF_INET6 in that function.