Hey!
Everytime I try to run my SRCDS server on my Ubuntu Server 12.10
I installed SRCDS with this:
#!/bin/bash
echo "Garry's Mod Installer"
echo "A screen may ask you to agree, just type yes when this happens!"
echo "Starting in five seconds!"
sleep 5
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
./steam
./steam -command update -game tf -dir .
./steam -command update -game garrysmod -dir .
echo "Installed! Any problems should have been reported!"
server I get this error:
Auto detecting CPUntinue to launch in 1 secondss
Using default binary: ./srcds_linux
Enabling debug mode
./srcds_run: 1: ./srcds_run: gdb: not found
WARNING: Please install gdb first.
goto http://www.gnu.org/software/gdb/
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Segmentation fault (core dumped)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Nov 8 19:43:39 CST 2012: Server restart in 10 seconds
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Segmentation fault (core dumped)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Nov 8 19:43:51 CST 2012: Server restart in 10 seconds
Thu Nov 8 19:43:57 CST 2012: Server Quit
Any idea on whats going on?
I have run the sudo apt-get install gdb, so I shouldn't get any issues with that.
I have ran this command in a bid to fix what happened:
cd /srcds/
rm -rf bin
./steam -command update -game tf -dir . -verify_all
Ran fine but didnt fix the problem.
Any ideas?
Running on Ubuntu 12.10
Everytime I try to run my SRCDS server on my Ubuntu Server 12.10
I installed SRCDS with this:
#!/bin/bash
echo "Garry's Mod Installer"
echo "A screen may ask you to agree, just type yes when this happens!"
echo "Starting in five seconds!"
sleep 5
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
./steam
./steam -command update -game tf -dir .
./steam -command update -game garrysmod -dir .
echo "Installed! Any problems should have been reported!"
server I get this error:
Auto detecting CPUntinue to launch in 1 secondss
Using default binary: ./srcds_linux
Enabling debug mode
./srcds_run: 1: ./srcds_run: gdb: not found
WARNING: Please install gdb first.
goto http://www.gnu.org/software/gdb/
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Segmentation fault (core dumped)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Nov 8 19:43:39 CST 2012: Server restart in 10 seconds
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Segmentation fault (core dumped)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Nov 8 19:43:51 CST 2012: Server restart in 10 seconds
Thu Nov 8 19:43:57 CST 2012: Server Quit
Any idea on whats going on?
I have run the sudo apt-get install gdb, so I shouldn't get any issues with that.
I have ran this command in a bid to fix what happened:
cd /srcds/
rm -rf bin
./steam -command update -game tf -dir . -verify_all
Ran fine but didnt fix the problem.
Any ideas?
Running on Ubuntu 12.10