AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CSGO Server wont start. (https://forums.alliedmods.net/showthread.php?t=324965)

painlesstgp 06-02-2020 20:00

CSGO Server wont start.
 
Having this issue rn, but the linux is in the folder...!

https://i.imgur.com/pciYINg.png

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

diceboy 06-03-2020 03:10

Re: CSGO Server wont start.
 
Maybe define ip and port ? +ip xxx.xxx.xxx.xxx -port 27015 ?

painlesstgp 06-03-2020 12:01

Re: CSGO Server wont start.
 
Quote:

Originally Posted by diceboy (Post 2703766)
Maybe define ip and port ? +ip xxx.xxx.xxx.xxx -port 27015 ?

Didnt help

TomL. 06-03-2020 14:45

Re: CSGO Server wont start.
 
Make sure you have all necessary libs installed.

diceboy 06-03-2020 15:51

Re: CSGO Server wont start.
 
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

[email protected] 07-04-2020 20:00

Re: CSGO Server wont start.
 
apt-get install build-essential

& maybe somting like this ;]

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

borzaka 07-05-2020 17:42

Re: CSGO Server wont start.
 
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

asherkin 07-10-2020 12:35

Re: CSGO Server wont start.
 
You need to run srcds_run with the bash shell, you're probably on ubuntu and it has dash as the /bin/sh.


All times are GMT -4. The time now is 10:19.

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