Server Dies

aufweidersienaufweidersien Join Date: 2003-11-06 Member: 22332Members
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->[root@17-69 hlds_l]# ./hlds_run -game cstrike +exec server.cfg +ip 66.159.17.69 +port 27015 +maxplayers 16 +map de_dust & -debug
[1] 2381
-bash: -debug: command not found
[root@17-69 hlds_l]# Auto-restarting the server on crash
Host_Init
Added packfile /root/usr/clockwork/hlds_l/valve/pak0.pak (985 files)
Protocol version 46
Exe version 3.1.1.0
Exe build: 14:46:34 Jun 11 2002 (2056)
WON Auth Server
Server IP address 66.159.17.69:27015
LoadLibrary failed on /root/usr/user1/hlds_l/cstrike/addons/metamod/dlls/metamod_i386.so: /root/usr/user1/hlds_l/cstrike/addons/metamod/dlls/metamod_i386.so: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from /root/usr/user1/hlds_l/cstrike/addons/metamod/dlls/metamod_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /root/usr/user1/hlds_l/cstrike/addons/metamod/dlls/metamod_i386.so!


[root@17-69 hlds_l]# Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Thu Nov  6 06:58:26 PST 2003: Server Died<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

i did

export LD_LIBRARY_PATH=/user1/hlds_l:$LD_LIBRARY_PATH

what am i doing wrong?

Comments

  • joevjoev Giving grief... With a smile. Join Date: 2002-07-20 Member: 977Members, Retired Developer, NS1 Playtester, Contributor, Constellation, Reinforced - Shadow
    a) Why are you asking us how to run your counter-strike server? Go visit server.counter-strike.net. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

    b) don't add the -debug parameter *after* the & symbol. The & tells the shell to launch the job as a background job. The options to hlds_run should be given in the hlds_run command line... Given that you don't know that much I'm inclined to tell you to RTFM for Linux or FreeBSD (whichever you're using) since you clearly are new to it. Before running a HL server on Linux (let's assume) you should learn the basics of the environment. You'll reap the benefits tenfold in the future from simply learning a little background knowledge now.

    c) Your error is pretty self explanatory in any case: It cannot find metamod_i386.so - Check your paths and the existance of metamod.

    joev.
Sign In or Register to comment.