Posts: 79
Threads: 18
Joined: Feb 2009
Reputation:
0
I get these errors when i start hlds sometimes and sometimes dont:
./hlds_run: line 321: 21092 Lagersegmentfejl (core dumped) $HL_CMD
./hlds_run: line 207: gdb: command not found
Posts: 307
Threads: 18
Joined: Jan 2009
Reputation:
1
./hlds_run: line 207: gdb: command not found <<<< apt-get install gdb (debian)
./hlds_run: line 321: 21092 Lagersegmentfejl (core dumped) $HL_CMD <<<< pls check the gametype.txt
Posts: 482
Threads: 6
Joined: Apr 2008
Reputation:
5
Remove -debug from your startup parameters.
The reason for the first error (core dumped) is because the game server crashes. It usually happens because there is old version of some game server plugin installed on your game server. If it happens rarely enough you can ignore it.
The other error message about gdb is because you don't have gdb (gnu debugger) installed. Even if you had it doesn't help you or anybody else. You don't get this error if you don't use "-debug" in your startup parameters.