06-14-2012, 10:44 AM
hey there, i ´m trying to bring up my own xonotic server on current ubuntu. so i cloned the xonotic/xonotic.git, updated, got the overkill mod and compiled the server.
now when i try to bring it up as dedicated server, i run into 100% load, get plenty of "program not loaded" lines and the server does not come up.
the tail of the server output looks like this:
notice the missing of the lines where ip and port are reported, it seems like the server is hanging there. would be great if someone could give me a hint.
-AB
now when i try to bring it up as dedicated server, i run into 100% load, get plenty of "program not loaded" lines and the server does not come up.
the tail of the server output looks like this:
Code:
client: program is not loaded
execing autoexec/empty.cfg
execing autoexec.cfg
Loaded public key key_0.d0pk
Loaded private ID key_0.d0si for key_0.d0pk
Loaded public key key_15.d0pk [...]
there is already a signed private key for 0
SpawnServer: no map file named maps/_init/_init.bsp
execing server.cfg
"maxplayers" set to "20"
Host_Mingled: time stepped forward (went from 0.000000 to 1339687960.845915, difference 1339687960.845915)
notice the missing of the lines where ip and port are reported, it seems like the server is hanging there. would be great if someone could give me a hint.
-AB