Big problem with starting server

Post Reply
aDrenalinas
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Jun 06, 2015 3:07 pm

Big problem with starting server

Post by aDrenalinas »

Hi , guys.I already installed CS:GO server , but there is a problem.I can't start a server.When i write start line:
./srcds_run -game csgo -console -usercon +game_type 1 +game_mode 2 +mapgroup mg_allclassic +map de_dust

I get an error:

./srcds_run: 32: ./srcds_run: pushd: not foundss
./srcds_run: 35: ./srcds_run: popd: not found
Server will auto-restart if there is a crash.
LD_LIBRARY_PATH=/root/csgo/csgo/bin:/root/csgo/csgo:/root/csgo/csgo/bin:
#
#Console initialized.
Setting breakpad minidump AppID = 740
#Using breakpad minidump system 740/13487.187.DC
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
Segmentation fault
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Sat Jun 6 23:12:27 UTC 2015: Server restart in 10 seconds


Can you please help me guys as soon as possible?
User avatar
mennes
Compulsive poster
Compulsive poster
Posts: 73
Joined: Sat Nov 08, 2014 1:08 pm
Location: Michigan

Re: Big problem with starting server

Post by mennes »

Is this a managed server or unmanaged? I am going to assume unmanaged, since you are trying to run srcds....ya your start line is not correct im pretty sure of :P

Use this instead -

Code: Select all

Start srcds -console -usercon +game_mode 2 +mapgroup mg_reserves +map de_dust
Feel free to contact me on discordd @ Mennes34
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Big problem with starting server

Post by soja »

mennes is recommending a Windows start line, you can ignore that.

Are you running the server under root? If not, did you make sure everything from downloading steamcmd to booting the server was done as one user?

Your start line is fine.
Not a NFO employee
User avatar
mennes
Compulsive poster
Compulsive poster
Posts: 73
Joined: Sat Nov 08, 2014 1:08 pm
Location: Michigan

Re: Big problem with starting server

Post by mennes »

how can you tell this is a linux server?
Feel free to contact me on discordd @ Mennes34
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Big problem with starting server

Post by soja »

mennes wrote:how can you tell this is a linux server?
He is using srcds_run.
Not a NFO employee
User avatar
mennes
Compulsive poster
Compulsive poster
Posts: 73
Joined: Sat Nov 08, 2014 1:08 pm
Location: Michigan

Re: Big problem with starting server

Post by mennes »

Well i have learned something today (: I could only assume it was windows, but now i just looked up some linux stuff for csgo servers so i will defiantly be more of a help in the future haha.

Sorry for the false info, im still a noob at all this stuff
Feel free to contact me on discordd @ Mennes34
Post Reply