[Bug 8075] IL-2 Sturmovik (all versions): Network connections do not work

Wine Bugs wine-bugs at winehq.org
Mon Apr 16 18:40:10 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8075





------- Additional Comments From auronsrv at 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 ...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list