http://bugs.winehq.com/show_bug.cgi?id=1226
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 10:21 ------- Bug comments restored from Gmane.org:
Im trying to play StarCraft with IPX and this is what I got! :(
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-16 08:27 ------- C0000024 is STATUS_OBJECT_TYPE_MISMATCH, which then got translated into error 6 (ERROR_INVALID_HANDLE). This one sounds interesting. Please attach a --debugmsg +relay,+winsock log.
------- Additional Comments From marc <at> bazooka.se 2003-01-17 08:54 ------- this is the +winsock print... +relay is really to slow... it doesent seem to matter if I add an IPX interface or not ./ipx_interface add -p eth0 802.3 0x12345678
[marc@dhcppc2 marc]$ nice -n 20 wine -debugmsg +winsock /home/marc/starcraft/StarCraft.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /cdrom (No such file or directory), ignoring drive D: fixme:console:SetConsoleCtrlHandler (0x4c6410,1) - no error checking or testing yet fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40292110)->(00010021,00000013) fixme:x11drv:X11DRV_DDHAL_CreatePalette stub fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x40295e80,00010021,2):stub trace:winsock:DllMain 0x44070000 0x1 (nil) trace:winsock:DllMain 0x44070000 0x0 (nil) trace:winsock:DllMain 0x440c0000 0x1 (nil) trace:winsock:WSAStartup verReq=101 trace:winsock:WSAStartup succeeded trace:winsock:WS_socket af=6 type=2 protocol=1000 trace:winsock:WSASocketA af=6 type=2 protocol=1000 protocol_info=(nil) group=0 flags=0x1 trace:winsock:WS_socket af=6 type=2 protocol=1000 trace:winsock:WSASocketA af=6 type=2 protocol=1000 protocol_info=(nil) group=0 flags=0x1 fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6 trace:winsock:WS_bind socket ffffffff, ptr 0x1800ff70, length 14 trace:winsock:WSASendTo socket ffffffff, wsabuf 0x4077275c, nbufs 1, flags 0, to 0x407727a4, tolen 14, ovl (nil), func (nil) fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6 trace:winsock:WSASendTo fd=-1, type=0, flags=0 warn:winsock:WSASendTo -> ERROR 6 trace:winsock:WSASendTo socket ffffffff, wsabuf 0x4077275c, nbufs 1, flags 0, to 0x407727a4, tolen 14, ovl (nil), func (nil) fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6 trace:winsock:WSASendTo fd=-1, type=0, flags=0 warn:winsock:WSASendTo -> ERROR 6 trace:winsock:WSASendTo socket ffffffff, wsabuf 0x4077275c, nbufs 1, flags 0, to 0x407727a4, tolen 14, ovl (nil), func (nil) fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6 trace:winsock:WSASendTo fd=-1, type=0, flags=0 warn:winsock:WSASendTo -> ERROR 6 trace:winsock:WS_closesocket socket ffffffff trace:winsock:WS_closesocket socket ffffffff trace:winsock:DllMain 0x440c0000 0x0 (nil) [marc@dhcppc2 marc]$
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-19 11:37 ------- Please retry with Wine CVS in about a week; Roderick Colenbrander just submitted an IPX configure script fix that might also fix that particular issue.