need help again, stupid game.
•
18 Jan 2007, 14:20
•
Journals
When I connect to a server it is loading the map but then the loading is done but I cant get in game :/
I see this error in console: Netsend_packet: WSAEADDRNOTAVAIL
Can someone tell me what the fuck this and how to fix it?
Solved
I see this error in console: Netsend_packet: WSAEADDRNOTAVAIL
Can someone tell me what the fuck this and how to fix it?
Solved
I guess the server can't resolve your IP. But dunno :<
Sry.
Specified address is not available.
This error occurs when an application attempts to connect to a remote host, and the address is not available from the local system.
The "address" it refers to is the remote socket name (protocol, port and address). This error occurs when the sin_port value is zero in a sockaddr_in structure for connect or sendto.
+set net_IP xxx.xxx.xxx.xxx (your EXTERNAL IP)
Maybe check for some firewall setting that prevents u from connecting...