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

CSGO not working with the last update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thecyupy
Member
Join Date: Aug 2013
Old 11-21-2013 , 07:19   CSGO not working with the last update
Reply With Quote #1

Before the last two updates the server worked perfectly with a linux user, but now the server only works with root.


Running as user

Code:
/home/buildbot/buildslave_hpath/csgo_pcbeta_linux/build/src/datacache/mdlcache.cpp(1917): MDL Cache allocation outside the pool. player/ct_animations.mdl : 32776.
Commentary: Could not find commentary data file 'maps/de_dust2_commentary.txt'.
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
./srcds_run: line 318:  5727 Segmentation fault      (core dumped) $HL_CMD
BFD: Warning: /home/2csgopublico/privado/core is truncated: expected core file size >= 434733056, found: 1064960.
Cannot access memory at address 0xf777a8f0
Cannot access memory at address 0xffc66e90
/home/2csgopublico/privado/debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xf777a8f0
email debug.log to [email protected]
Thu Nov 21 13:04:40 CET 2013: Server restart in 10 seconds

Running as root

Code:
/home/buildbot/buildslave_hpath/csgo_pcbeta_linux/build/src/datacache/mdlcache.cpp(1917): MDL Cache allocation outside the pool. player/ct_animations.mdl : 32776.
Commentary: Could not find commentary data file 'maps/de_dust2_commentary.txt'.
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 730
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Logging into anonymous gameserver account.
Connection to Steam servers successful.
   Public IP is 178.33.160.113.
Assigned anonymous gameserver Steam ID [A:1:2652278785(3786)].
VAC secure mode is activated.

Debug

Code:
----------------------------------------------
CRASH: Thu Nov 21 12:55:38 CET 2013
Start Line: ./srcds_linux srcds_linux -game csgo -console +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2 +ip 178.33.160.113 -port 28195 +tv_port 28196 +sv_lan 0 -maxplayers 11 -tickrate 128 -debug
[New Thread 5142]
[New Thread 5150]
[New Thread 5143]
[New Thread 5145]
#0  0xf75203c7 in ?? ()
No symbol table info available.
eax            0x0	0
ecx            0xb3d58f0	188569840
edx            0xe0dfaecd	-522211635
ebx            0xf761dff4	-144580620
esp            0xffc91e90	0xffc91e90
ebp            0xffc91ea8	0xffc91ea8
esi            0x0	0
edi            0xe0d53cd0	-522896176
eip            0xf75203c7	0xf75203c7
eflags         0x200282	[ SF IF ID ]
cs             0x23	35
ss             0x2b	43
ds             0x2b	43
es             0x2b	43
fs             0x3	3
gs             0x63	99
End of Source crash report
----------------------------------------------


Please help!
thecyupy is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 11-21-2013 , 16:47   Re: CSGO not working with the last update
Reply With Quote #2

sounds like you have file permission errors...
hamilton5 is offline
thecyupy
Member
Join Date: Aug 2013
Old 11-22-2013 , 07:10   Re: CSGO not working with the last update
Reply With Quote #3

They have permisions

chmod 755 /home/2csgopublico/
chown -R 2csgopublico /home/2csgopublico/

With this is enough right?
thecyupy is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-22-2013 , 13:53   Re: CSGO not working with the last update
Reply With Quote #4

chmod -R 755 /home/2csgopublico/
chown -R 2csgopublico:2csgopublico /home/2csgopublico/

Would probably be better. Set it to owner and group, and recursive for chmod for all directories, as addons is probably root.
Maxximou5 is offline
thecyupy
Member
Join Date: Aug 2013
Old 11-22-2013 , 14:28   Re: CSGO not working with the last update
Reply With Quote #5

root@xxx:/home/2csgopublico# ls -la
total 56
drwxr-xr-x 5 2csgopublico nosftp 4096 2013-11-16 144 .
drwxr-xr-x 22 root root 4096 2013-11-22 12:40 ..
-rwxr-xr-x 1 2csgopublico nosftp 946 2013-11-22 13:11 .bash_history
-rwxr-xr-x 1 2csgopublico nosftp 220 2013-11-02 23:11 .bash_logout
-rwxr-xr-x 1 2csgopublico nosftp 3103 2013-11-02 23:11 .bashrc
drwxr-xr-x 7 2csgopublico nosftp 4096 2013-11-22 20:27 privado
-rwxr-xr-x 1 2csgopublico nosftp 2275 2013-11-16 10:08 privado.sh
-rwxr-xr-x 1 2csgopublico nosftp 675 2013-11-02 23:11 .profile
drwxr-xr-x 15 2csgopublico nosftp 4096 2013-11-07 05:51 publico
-rwxr-xr-x 1 2csgopublico nosftp 2275 2013-11-05 01:54 publico.sh
-rwxr-xr-x 1 2csgopublico nosftp 12279 2013-11-05 01:54 publico.shhhh
drwxr-xr-x 5 2csgopublico nosftp 4096 2013-11-06 07:25 Steam

Permisions are ok...
thecyupy 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 02:01.


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