PDA

View Full Version : Linux server problems


taotao
11-26-2003, 03:24 AM
When I start my server I get this:

File Handles:
handle 1: console_mp_server.log
----------------------
29625 files in pk3 files
Sys_LoadDll(/root/.callofduty/main/game.mp.i386.so)... failed
Sys_LoadDll(/home/cod/cod/main/game.mp.i386.so)... ok
Sys_LoadDll(game) found **vmMain** at 0x40a7ddd4
Sys_LoadDll(game) succeeded!

Do I have to care about that error?

Server seems to run fine except that All seeing eye shows 0/0 slots.
This is what I have in my .cfg file:

set sv_maxClients "24"
set sv_privateClients "2"

Peole can connect to server with "Force connect" but I would like to know how to get ASE show slots correctly.

taotao
11-26-2003, 07:29 AM
It works now.. :)

imported_Eroc
11-26-2003, 07:36 AM
Sys_LoadDll(/root/.callofduty/main/game.mp.i386.so)... failed
Sys_LoadDll(/home/cod/cod/main/game.mp.i386.so)... ok

btw... that is typical. The first line checks for it in your fs_path and the next line is the root of the game .... if both failed then you'd have issues !

Eroc