http://bugs.winehq.org/show_bug.cgi?id=2243
Summary: winsock: Unimplemented or unknown socket level Product: Wine Version: unspecified Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: anssi.hannula@mbnet.fi
When running Space Empires IV, I got the following lines at startup:
fixme:winsock:convert_sockopt Unimplemented or unknown socket level err:winsock:WS_setsockopt Invalid level (65407) or optname (128) fixme:winsock:convert_sockopt Unimplemented or unknown socket level err:winsock:WS_setsockopt Invalid level (65407) or optname (128) fixme:winsock:convert_sockopt Unknown SOL_SOCKET optname 0xff7f err:winsock:WS_setsockopt Invalid level (1) or optname (65407)
The network playing is not fully working. It can create server, and other client can connect to it, but when the server is supposed to send a game-file to the clients, nothing happens.