[Bug 11640] Unable to use multiplayer in Sins of a Solar Empire: WSAIoctl unsupported WS_IOCTL cmd 98000004 + unknown address family

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 21 21:49:11 CDT 2008


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





--- Comment #2 from Jeff Zaroyko <jeffzaroyko at gmail.com>  2008-03-21 21:49:11 ---
It looks like connected udp sockets are not catered to in ws_sockaddr_u2ws
after being called in WS2_recv.  The msghdr struct contains a member
msg_namelen which is zero when msg_name is not set after recv is called.  This
is the reason for the fixme's being printed, as a switch statement switches on
uninitialized data.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list