http://bugs.winehq.com/show_bug.cgi?id=1237
Summary: App doesn't like WSAESHUTDOWN from unconnected socket Product: Wine Version: unspecified Platform: PC OS/Version: Windows 2000 Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-net AssignedTo: wine-bugs@winehq.com ReportedBy: crazy@wi.rr.com
While testing ZipForm 5.0 (www.zipform.com), I found it's online registration breaks when _get_sock_fd_type calls WSASetLastError(WSAESHUTDOWN). The socket was never connected, so I changed WSAESHUTDOWN to WSAENOTCONN, then it worked. This is with Wine 20030115.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1237. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.