Quote:
Originally Posted by sven.heyens
Error Message : checking server. Please check Notice Board.
idk what i do wrong ... i only need to change all the IP adresses (127.0.0.1) with my IP private adress on the *Ini files and in the server patch config. btw... my private IP adress begins with 169.254....... is this correct ?
|
The error is caused by the client not being able to find the serving running at the specified address.
First make sure all services are running ">".
Second
If the server and the client are running on the same machine. Use IP 127.0.0.1
If The Server and client are on local network but not on the same machine. Use the local Network Address. Example " 192.168.#.# ".
If the server and the client are not on a local netowrk or on the same computer use the external IP Example "169.254......."
Make sure your firewall and or router are configured to allow connections.
Make sure this is the IP used both in the game.exe and in the server ini files
located @ "SERVER\PSM_Client\Bin\Config\ps_game.ini"
Example for ini File
[GAMEINFO]
GameName=Your Server Name
GamePublicIP=Your Selected IP
;)