Server crashed and
GAME: GARRYSMOD
OS: ubuntu server 64 bit
3gb ram
amd athlon x64 dualcore 2.8ghz
network 10/30M
#!/bin/bash
echo "Starting up Garry's Mod 10 server."
sleep 5
screen -A -m -d -S gm10server ./srcds_run -console -game garrysmod -ip 80.221.38.244 -port 27027 -pingboost 3 +maxplayers 20 +map gm_bigcity +sv_loadingurl "80.221.38.244/garrysmod/rules" -debug
echo "Started. Type screen -x to resume!"
and this is my startup script
problem started 2 days ago at first it didnt even start then I used verify_all with updating and it went up. but now I just get these random crashes all the time
I've even tryed chmod -R 777 to make all files accessible
Code:
Console initialized.
Segmentation fault (core dumped)
(unreachable)/srcds/orangebox/core: No such file or directory.
No stack.
debug.cmds:2: Error in sourced command file:
No frame selected.
email debug.log to linux@valvesoftware.com
Mon Mar 12 23:55:13 EET 2012: Server restart in 10 seconds
GAME: GARRYSMOD
OS: ubuntu server 64 bit
3gb ram
amd athlon x64 dualcore 2.8ghz
network 10/30M
#!/bin/bash
echo "Starting up Garry's Mod 10 server."
sleep 5
screen -A -m -d -S gm10server ./srcds_run -console -game garrysmod -ip 80.221.38.244 -port 27027 -pingboost 3 +maxplayers 20 +map gm_bigcity +sv_loadingurl "80.221.38.244/garrysmod/rules" -debug
echo "Started. Type screen -x to resume!"
and this is my startup script
problem started 2 days ago at first it didnt even start then I used verify_all with updating and it went up. but now I just get these random crashes all the time
I've even tryed chmod -R 777 to make all files accessible