Displaying 3 results from an estimated 3 matches for "wsaeopnotsupp".
2010 Oct 23
1
Steam-Counter Strike 1.6
...e called Counter-Strike 1.6. So far, always managed to start with you, but now none of the servers do not let you. In the game into the console prints the following error. This game is played on a console, type:
Code:
NET Ports: server 27015, client 27005
WARNING: IPX_Socket: port: 27015 socket: WSAEOPNOTSUPP
WARNING: IPX_Socket: port: 27005 socket: WSAEOPNOTSUPP
WARNING: IPX_Socket: port: -1 socket: WSAEOPNOTSUPP
Server IP address xxx..xx.xx.xx:27015
Connecting to xx.xxx.xxx.x:27045...
Connection accepted by xx.xxx.xxx.x:27045
* Privilege
x is the local IP address.
Wine start the terminal there was...
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here:
https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw
This is the port to Windows using native Windows APIs (not MSYS or
Cygwin).
This patch series is at the point where it basically now works. I can
run the server with the memory plugin, and access it remotely using
guestfish, creating filesystems and so on without any apparent
problems.
Nevertheless there are many
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here:
https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib
After a lot of work I have made the port to Windows work without using
a separate library. Instead, on Windows only, we build an "import
library" (library of stubs) which resolves references to nbdkit_*
functions in the main program and fixes up the plugin, basically the
first technique outlined in