View Single Post
Re: can`t see server on my LAN
Old
  (#6)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: can`t see server on my LAN - 27-05-2004

if you get this

WARNING: UDP_OpenSocket: port: 27015 bind: WSAEADDRINUSE
NET Ports: server 27015, client 27005
Could not get TCP/IP address, TCP/IP disabled
Reason: WSAENOTSOCK


then your server is not running on port 27010 but 27015
Try again with the default ports
I have WinXP and I run a dedicated server and a HL client to debug my bots
My command lines are:

server
D:\Jeux\Half-Life\hlds.exe -console -noipx -nomaster -game cstrike +sv_lan 1 +maxplayers 32 +map de_dust2 +developer 1

client
D:\Jeux\Half-Life\hl.exe -dev -console -win 640x480 +connect 127.0.0.1:27015

Try this already, then if it works change 127.0.0.1 to your machine's IP address.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote