SRCDS Steam group


errors on start up
#1
Well hello i am getting a error when i start up my sever for counter strike: source and well idk what to do
Command line:
Code:
codeninja@billy ~/srcds_l $ ./srcds_run +maxplayers 20 +map de_dust -debug
Auto detecting CPU
Using default binary.
Enabling debug mode
Server will auto-restart if there is a crash.
./srcds_run: line 344:  2751 Illegal instruction     (core dumped) $HL_CMD

warning: Can't read pathname for load map: Input/output error.
email debug.log to linux@valvesoftware.com
Thu Aug 28 00:59:01 Local time zone must be set--see zic manual page 2008: Server restart in 10 seconds
^CThu Aug 28 00:59:07 Local time zone must be set--see zic manual page 2008: Server Quit
debug log:http://pcleak.com/debug.log
Distro: Gentoo
gcc: gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2)
ldd: ldd (GNU libc) 2.6.1
kernel: Linux billy 2.6.25-gentoo-r7
hardware: i don't know it because it is my friend sever and it is other side of country (I have full access to it tho "ssh, and ftp")
i can set up a sever on windows fine but not linux
Reply
#2
Start the server as root. It could be that you have access rights problem. If you can run the server as root then it's definitely access right problem.

Also, paste the contents of the following command:

Code:
cat /proc/cpuinfo
Reply
#3
root command line:
Code:
billy srcds_l # ./srcds_run +maxplayers 20 +map de_dust2 -debug
Auto detecting CPU
Using default binary.
Enabling debug mode
Server will auto-restart if there is a crash.
./srcds_run: line 344:  9032 Illegal instruction     $HL_CMD

warning: Can't read pathname for load map: Input/output error.
email debug.log to linux@valvesoftware.com
Thu Aug 28 12:32:59 Local time zone must be set--see zic manual page 2008: Server restart in 10 seconds
^CThu Aug 28 12:33:01 Local time zone must be set--see zic manual page 2008: Server Quit
cat /proc/cpuinfo:
Code:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 6
model name      : Celeron (Mendocino)
stepping        : 5
cpu MHz         : 501.159
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr up
bogomips        : 1003.08
clflush size    : 32
Reply
#4
dont forget to tell it what game

./srcds_run -console -game cstrike +map de_dust2 -maxplayers 20
Reply
#5
my account command line:
Code:
codeninja@billy ~/srcds_l $ ./srcds_run -console -game cstrike +map de_dust2 -maxplayers 20
Auto detecting CPU
Using default binary.
Server will auto-restart if there is a crash.
./srcds_run: line 344:  9452 Illegal instruction     $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Aug 28 14:04:34 Local time zone must be set--see zic manual page 2008: Server restart in 10 seconds
^CThu Aug 28 14:04:40 Local time zone must be set--see zic manual page 2008: Server Quit
root command line:
Code:
billy srcds_l # ./srcds_run -console -game cstrike +map de_dust2 -maxplayers 20
Auto detecting CPU
Using default binary.
Server will auto-restart if there is a crash.
./srcds_run: line 344:  9474 Illegal instruction     $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Aug 28 14:04:55 Local time zone must be set--see zic manual page 2008: Server restart in 10 seconds
^CThu Aug 28 14:04:58 Local time zone must be set--see zic manual page 2008: Server Quit
Reply
#6
That is very odd, because $HL_CMD in my file srcds_run appears first in line 362, not 344. Try redownloading the server.

Edit: maybe the -maxplayers should be +? Because srcds_run takes whatever commands you put in that don't affect the script and run the appropriate srcds binary with the commands, it might be a syntax error?
Reply
#7
Run

Code:
./hldsupdatetool.bin -verify_all

That will re-download all missing files etc.

Then try to restart the server. If it doesn't work, then your processor is too old. The missing feature in your processor is SSE2. Somewhere I read that you need SSE2 in the processor to run the game.

Here's the stuff that's in your CPU. There's no SSE there.
Code:
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr up

Tough luck if -verify_all doesn't fix the problem. You can't do anything but buy new computer.
Reply
#8
css Wrote:Run

Code:
./hldsupdatetool.bin -verify_all

That will re-download all missing files etc.

Then try to restart the server. If it doesn't work, then your processor is too old. The missing feature in your processor is SSE2. Somewhere I read that you need SSE2 in the processor to run the game.

Here's the stuff that's in your CPU. There's no SSE there.
Code:
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr up

Tough luck if -verify_all doesn't fix the problem. You can't do anything but buy new computer.
you were right i need different processor i got it to run now
THANKS EVERYONE
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)