Xonotic Forums
A beginner's question - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: A beginner's question (/showthread.php?tid=2896)



A beginner's question - _enigma_ - 04-15-2012

Hello,
I have tried today to set up a custom server, but I got stuck while executing it. I changed some minor things the server.cfg file and ran the script (server_windows.bat, but I've also tried on Linux), but then it showed me an error message:
Code:
[...]
There is already a signed private key for 0.
Server using port 26000.
Server listening on addres 0.0.0.0:26000.
Server listening on address [0:0:0:0:0:0:0:0]:26000.
execing server.cfg
Host_Mingled: time stepped forward <went from 0.000000 to 6860.718000, difference 6860.718000>
Maplist contains no single playable map! Resetting it to default map list.
menu: program is not loaded
Server using port 26000.
Server listening on addres 0.0.0.0:26000.
Server listening on address [0:0:0:0:0:0:0:0]:26000.
I can't understand how to tweak it correctly. The IP 0.0.0.0 seems very strange since even if I change it to my IP in server.cfg it remains the same. And maplist contains all default maps! The line "program is not loaded" is quite weird too.


RE: A beginner's question - Loafers - 04-15-2012

It might help if you post your config files.


RE: A beginner's question - Mr. Bougo - 04-15-2012

0.0.0.0 is fine, unless your server has multiple IP addresses. This means it listens on port 26000 on the default interface.

You are not launching your server correctly because it can not find the data files. Where did you put the script? It should be placed in the parent directory to its original directory. Does the log indicate that server.cfg was correctly read ("execing server.cfg" with no error following)?

EDIT: Actually that menu error seems normal, I get it too. The server doesn't need menu progs to run. So what exactly is the problem? Your server seems to be running fine.

EDIT2: If you post your config, don't forget to hide your rcon password.

If your problem is that the server is not accessible or visible in the list, make sure you have forwarded port 26000 (or whichever port you're using) in UDP mode in your firewall.