Counter-Strike: Global Offensive Dedicated Servers Known Issues

From Valve Developer Community
Jump to navigation Jump to search

Segfault on Debian Squeeze 64bit due to presence of upper-case letters in path

Solved by Chris Strand: -confirming error and solution for Centos 6 64bit

If the full path leading up to where srcds is located is all in lower case then I have no problems. If there is a folder in the way that has a capital in then it fails. For example srcds run from /home/users/upper1case27215/server/server/csgo works fine, but /home/users/Upper1Case27215/server/server/csgo does not - giving me the same error and segmentation fault as the others here. I am running srcds as follows: ./srcds_linux -console -game csgo -port 27215 -usercon +map de_dust2_se +game_type 0 +game_mode 1 +maxplayers 12

-bash: ./srcds_run: /bin/sh^M: bad interpreter: No such file or directory on CentOS 6 64bit

use dos2unix on srcds_run
or simply start ./srcds_linux binary instead

sv_consistency reports models as not allowed

-Simply set sv_consistency to 0 for now.