View previous topic :: View next topic |
Author |
Message |
compuwiz
|
Posted: Thu Feb 22, 2007 7:58 am Post subject: Server won't start |
|
|
I am running linux, webmin shows:
Code: | [hlds_i686] <defunct> |
as the process.
The thing that I noticed is that it is not using hlds_run. How can I change that?
Code: | hlds_i686 -game dod -console +ip **.**.***.*** +port 27015 +maxplayers 32 +servercfgfile port27015.cfg +exec port27015.cfg +map dod_avalanche -sport 27020 |
When I run it from the command line it uses, I get this error:
Code: | Error:libSteamValidateUserIDTickets_i386.so: cannot open shared object file: No such file or directory
Unable to load engine, image is corrupt. |
|
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Andrew Mammoth
|
Posted: Thu Feb 22, 2007 8:22 am Post subject: |
|
|
Try installing steam manually and see if that fixes it? |
|
Back to top |
|
 |
Kybber
|
|
Back to top |
|
 |
compuwiz
|
Posted: Thu Feb 22, 2007 9:58 am Post subject: |
|
|
I ma having problems with HLDS not HLTV, and tis is a fresh install oh HLDS, i just updated it. I also tried reinstalling hlds and I still have the probelm. |
|
Back to top |
|
 |
Kybber
|
Posted: Thu Feb 22, 2007 10:24 am Post subject: |
|
|
Your problem concerns the same files as I was
having problems with, so the solution is likely to be
the same or similar for hlds. I was also using a
clean installation, and it wasn't working.
Try out the following:
Code: | cd /path/to/gc/domain/hlds/
export LD_LIBRARY_PATH=`pwd`
./hlds_i686 -game dod -console +ip **.**.***.*** +port 27015 +maxplayers 32 +servercfgfile port27015.cfg +exec port27015.cfg +map dod_avalanche -sport 27020 |
If it works now, then your problem is the same as
mine, and you need to make a wrapper-script like
I did. |
|
Back to top |
|
 |
compuwiz
|
Posted: Thu Feb 22, 2007 9:48 pm Post subject: |
|
|
Hmm the last post i made is gone!
Still nothing.
Code: | Start GameCreate attempted to start Natural Selection Server. 02/22/2007 11:55:27
Stop GameCreate stopped Natural Selection Server. 02/22/2007 11:55:24
Fail Query Failure 02/22/2007 11:55:13
Start GameCreate attempted to start Natural Selection Server. 02/22/2007 11:52:36 |
|
|
Back to top |
|
 |
Kybber
|
|
Back to top |
|
 |
|