Jump to content

Home

Dedicated server error


Filosoff

Recommended Posts

Posted

I'm trying to set up Linux dedicated server. I've downlaoded binaries, made config, read FAQ and quite a big part of this Forum, but still can't solve the problem.

when I start the server, it starts running normally, parses configs and checks .pk3's and then it says:

 

Loading dll file jk2mpgame.

Sys_LoadDll(/home/games/jk2/base/jk2mpgamei386.so)...

Sys_LoadDll(/home/games/jk2/base/jk2mpgamei386.so) failed: "/home/games/jk2/base/jk2mpgamei386.so: cannot open shared object file: No such file or directory"

Sys_LoadDll(./jk2ded/base/jk2mpgamei386.so) failed: "./jk2ded/base/jk2mpgamei386.so: cannot open shared object file: Not a directory"

----- Server Shutdown -----

---------------------------

Sys_Error: Sys_LoadDll(jk2mpgame) failed dlopen() completely!

 

and then server dies.

how could it be solved anyway? :(

Posted

Add the following to your command line before you exec the server.cfg:

 

+set vm_game 2

 

So, it should look something along these lines:

 

./jk2ded +set dedicated 2 +set vm_game 2 +exec server.cfg

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...