SRCDS Steam group


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Server crashed after start.
#1
So, i installed hlds to my little server computer but it always crashes when i try to start it, i dunno why

heres debug:

Code:
lagipaska:~/hlds# ./hlds_run -game cstrike +map de_dust -debug
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash

Console initialized.
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 15:57:57 Jun 15 2009 (4617)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 127.0.1.1:27015
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
./hlds_run: line 321:  2169 Illegal instruction     (core dumped) $HL_CMD
Cannot access memory at address 0xb7f15658
Cannot access memory at address 0xbff02e38
/root/hlds/debug.cmds:3: Error in sourced command file:
Cannot access memory at address 0xb7f15658
email debug.log to linux@valvesoftware.com
Wed Nov  4 20:18:39 EET 2009: Server restart in 10 seconds
Anybody know why? Sad
Reply
#2
Have you tried to reinstall the game files?
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#3
Yes i have tried to install the server files few times, on different users..
Reply
#4
Code:
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
have you installed the server as root? don't do that. use a normal user, and use the same user to run the server...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#5
nope.. doesn't help
Code:
bearz@lagipaska:~/hlds$ ./hlds_run -game cstrike +map de_dust +ip 192.168.1.34 -debug
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/bearz/hlds/./valve/SAVE
scandir failed:/home/bearz/hlds/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 15:57:57 Jun 15 2009 (4617)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 192.168.1.34:27015
scandir failed:/home/bearz/hlds/./valve/SAVE
scandir failed:/home/bearz/hlds/./platform/SAVE
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
./hlds_run: line 321:  2158 Illegal instruction     (core dumped) $HL_CMD
Cannot access memory at address 0xb7f5f658
Cannot access memory at address 0xbfa4b8b8
/home/bearz/hlds/debug.cmds:3: Error in sourced command file:
Cannot access memory at address 0xb7f5f658
email debug.log to linux@valvesoftware.com
Fri Nov  6 15:37:09 EET 2009: Server restart in 10 seconds
Reply
#6
What CPU do you have? Write "cat /proc/cpuinfo" and paste contents. Some very old CPUs can't handle the server.

Do you have some weirdo linux distribution?

Nice server name.
Reply
#7
Code:
bearz@lagipaska:~$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 4
model name      : AMD Athlon(tm) processor
stepping        : 4
cpu MHz         : 1400.107
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
bogomips        : 2803.10
clflush size    : 32
power management:

the server did work in this computer when i had windows server 2003
Reply
#8
Code:
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow

Just what I thought. There should be sse2 in the list. At least that's what I've read.

I'd say with 90% certainty that the problem is the old CPU. Don't run servers on lagipaska. That's what you'll learn Toungue

(11-07-2009, 02:12 AM)bearz Wrote:  the server did work in this computer when i had windows server 2003

This is strange.
Reply
#9
Okay.. I guess i have to buy new server. So the CPU has to support sse2? Isn't normal "sse" enough?
Reply
#10
Well, if it ran under server 2003, then the processor is not to blame, but possibly it could be the combination of processor / operating system.
If you need a dedicated server, all my systems work fine with game servers, and they are cheap too!
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#11
err, there are different binaries for the server. it uses currently the amd optimized binary, not the i686, so it does not require sse(2) !

to be sure try to start with the "-binary ./hlds_i486" option. that should run on any i486 compatible cpu, i.e. any PC cpu...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#12
(11-07-2009, 06:46 PM)BehaartesEtwas Wrote:  err, there are different binaries for the server. it uses currently the amd optimized binary, not the i686, so it does not require sse(2) !

to be sure try to start with the "-binary ./hlds_i486" option. that should run on any i486 compatible cpu, i.e. any PC cpu...

Tried that, didn't help :/

Code:
bearz@lagipaska:~/hlds$ ./hlds_run -game cstrike +map de_dust +ip 192.168.1.34 -debug -binary ./hlds_i486
Enabling debug mode
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/bearz/hlds/./valve/SAVE
scandir failed:/home/bearz/hlds/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 15:58:15 Jun 15 2009 (4617)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 192.168.1.34:27015
scandir failed:/home/bearz/hlds/./valve/SAVE
scandir failed:/home/bearz/hlds/./platform/SAVE
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
./hlds_run: line 321:  2126 Illegal instruction     (core dumped) $HL_CMD
Cannot access memory at address 0xb7f61658
Cannot access memory at address 0xbfd4f158
/home/bearz/hlds/debug.cmds:3: Error in sourced command file:
Cannot access memory at address 0xb7f61658
email debug.log to linux@valvesoftware.com
Sat Nov  7 12:18:46 EET 2009: Server restart in 10 seconds
Reply
#13
Eh, its an old AMD anyway, you can build a dual core intel for under $300...
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#14
(11-07-2009, 09:04 PM)loopyman Wrote:  Eh, its an old AMD anyway, you can build a dual core intel for under $300...

Okay. Great. I didn't know that. Could you tell me where I can find the $300. I can't find it.
Reply
#15
I will sell you one for $300, brand new, I order them in lots of 5 or more for a little discount.
Or if you want to buy one for $300, and then colo it on 1.5TB of 100mbps for $50 per month, I can do that too :3
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)