http://bugs.winehq.org/show_bug.cgi?id=8075
------- Additional Comments From auronsrv@gmx.net 2007-16-04 18:40 ------- Possible Solution:
Comparing the arguments of the functions i recognized that there is a comma missing in the winsock error-message between the count and WS_sockaddr variable.
Take a look at the error message: trace:winsock:WS2_send fd 127, iovec 0x10acde98, count 1 addr { family 2, address 85.25.143.131, port 21000 }, len 16, flags 0
function header in socket.c: static int WS2_send( int fd, struct iovec* iov, int count, const struct WS_sockaddr *to, INT tolen, DWORD dwFlags )
Trying to find a solution for this ...