PDA

View Full Version : Server crashing on startup


Rockmonster
05-21-2004, 02:04 AM
Hello, ok here is my issue, I hope that the collective brainpower on this site can blow me away.

I am running a linux server over ssh. I dl the dedicated linux server and installed. I then created a config file from the SOS website.

I start the server with the following command line

./cod_lnxded +set dedicated 2 net_port 28960 +exec paladin4.cfg +map_rotate &

When I start it everything seems to be going fine and then I get the following error

Could not find script 'maps\mp\gametypes\_gameobjects': (file 'maps\mp\gametypes\tdm.gsc', line 91)

Then the server shuts down on ERROR: script compile error

Any help would be greatly appreciated because right now we are :x(

Anex
05-21-2004, 10:29 AM
Looks like you're missing a pk3 containing all the gametype setup; chech your install to make sure you have everything.

Rockmonster
05-21-2004, 11:49 AM
The file that it says it can't find is located in the Pak8.pk3 file. I have double checked it and made sure that it was there. One thing I find interesting though is the directory it is looking for is maps/mp but on the pk3 files the directories are maps/MP. If I am not mistaken that should make a huge difference in linux, but I would have no way of knowing how to redirect it.

Rockmonster
05-22-2004, 08:45 PM
Got it, I didn't realize that besides the dedicated server I had to load all those files up the server from the CD. OMG it was like 1.2 GB of them.

Anyway, server is up and running.