load issues (100%) while trying to start the server - 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: load issues (100%) while trying to start the server (/showthread.php?tid=3138) |
load issues (100%) while trying to start the server - acidbuddha - 06-14-2012 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: Code: client: program is not loaded 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 RE: load issues (100%) while trying to start the server - Mr. Bougo - 06-14-2012 Oh wow, that's strange. This here is not normal at all: Code: SpawnServer: no map file named maps/_init/_init.bsp The server startup relies on this dummy map to load completely. Are you sure that all the needed repositories are cloned properly? Does ./all update show anything strange happenning? Try ./all checkout. You do have a clone of the map repo in data/xonotic-maps.pk3dir, right? RE: load issues (100%) while trying to start the server - acidbuddha - 06-14-2012 hey mr. bougo ! what i did: Code: git clone git://git.xonotic.org/xonotic/xonotic.git well, i find lots of files in the data/xonotic-data.pk3dir/ but i haven´t actually cloned the map repo you´re mentioning. isn´t the xonotic.git above containing all needed files? i just updated again, recompiled. tail of what the compile output was: Code: + /var/xonotic-git/xonotic/all update-maps what about the invalid object name 'HEAD' ?? RE: load issues (100%) while trying to start the server - Mr. Bougo - 06-14-2012 Can you do ./all update and ./all checkout please? It seems your maps repo is broken, hence the git error message. RE: load issues (100%) while trying to start the server - acidbuddha - 06-15-2012 Code: + cd /var/xonotic-git/xonotic/data/xonotic-maps.pk3dir checking the whole thing out again. RE: load issues (100%) while trying to start the server - Mr. Bougo - 06-15-2012 Don't! You're wasting bandwidth on your link and on Xonotic's servers! You already have most of the data, you don't need to redownload everything. Just remove xonotic-maps.pk3dir and run ./all update again. Or maybe even try ./all clean --reclone before doing that. |