Raised This Month: $12 Target: $400
 3% 

CSGO Server wont start.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
painlesstgp
Senior Member
Join Date: May 2019
Location: Sweden
Old 06-02-2020 , 20:00   CSGO Server wont start.
Reply With Quote #1

Having this issue rn, but the linux is in the folder...!



screen -S "Counter-Strike: Global Offensive Server" ./srcds_run -game csgo -usercon +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_mirage +sv_setsteamaccount KEYS -net_port_try 1


These are my startup settings
painlesstgp is offline
diceboy
Member
Join Date: Jun 2012
Old 06-03-2020 , 03:10   Re: CSGO Server wont start.
Reply With Quote #2

Maybe define ip and port ? +ip xxx.xxx.xxx.xxx -port 27015 ?
diceboy is offline
painlesstgp
Senior Member
Join Date: May 2019
Location: Sweden
Old 06-03-2020 , 12:01   Re: CSGO Server wont start.
Reply With Quote #3

Quote:
Originally Posted by diceboy View Post
Maybe define ip and port ? +ip xxx.xxx.xxx.xxx -port 27015 ?
Didnt help
painlesstgp is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-03-2020 , 14:45   Re: CSGO Server wont start.
Reply With Quote #4

Make sure you have all necessary libs installed.

Last edited by TomL.; 06-03-2020 at 14:45.
TomL. is offline
diceboy
Member
Join Date: Jun 2012
Old 06-03-2020 , 15:51   Re: CSGO Server wont start.
Reply With Quote #5

Try this
Quote:
dpkg --add-architecture i386 # enable multi-arch
apt-get update && apt-get upgrade
apt-get install libc6:i386 # install base 32bit libraries
apt-get install lib32z1
diceboy is offline
[email protected]
Junior Member
Join Date: Dec 2019
Old 07-04-2020 , 20:00   Re: CSGO Server wont start.
Reply With Quote #6

apt-get install build-essential

& maybe somting like this ;]

cpan
# cpan> install Bundle::CPAN
# cpan> reload cpan
# cpan> exit
__________________

Last edited by [email protected]; 07-04-2020 at 20:01.
vpscfglinux@gmail.com is offline
borzaka
AlliedModders Donor
Join Date: May 2020
Location: Hungary
Old 07-05-2020 , 17:42   Re: CSGO Server wont start.
Reply With Quote #7

My working command-line parameters:
Code:
./srcds_run -game csgo -usercon -strictportbind -ip x.x.x.x -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount xxx -tickrate 128 +map de_dust2 +mapgroup mg_active +game_type 0 +game_mode 1 -nobreakpad
There is no mg_bomb mapgroup, use mg_active or:
  • mg_casualdelta
  • mg_casualsigma
  • mg_reserves
  • mg_hostage
  • mg_deathmatch
  • mg_armsrace
  • mg_demolition
  • etc...

Or you can use a mapgroup with only one map in it, for example: mg_de_dust2

If you are using Ubuntu or Debian, these are the dependencies you need to install:
Code:
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd
borzaka is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-10-2020 , 12:35   Re: CSGO Server wont start.
Reply With Quote #8

You need to run srcds_run with the bash shell, you're probably on ubuntu and it has dash as the /bin/sh.
__________________
asherkin is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode