timche / docker-csgo

Counter-Strike: Global Offensive (CS:GO) Dedicated Server with automated/manual updating and optional SourceMod and PugSetup/PracticeMode integrations
https://hub.docker.com/r/timche/csgo
MIT License
194 stars 26 forks source link

server not starting #13

Closed jibin2706 closed 3 years ago

jibin2706 commented 3 years ago

Installation command

docker run \
  -v=csgo:/home/csgo/server \
  -v=/home/jibin/csgo:/usr/csgo \
  --net=host \
  --env-file=csgo-env \
  timche/csgo:pug-practice

getting this error on installation

> Checking for custom files at "/usr/csgo" ...
> Found custom files, applying ...
+ rsync -rti /usr/csgo/ /home/csgo/server/csgo
.d..t...... ./
+ set +x
> Done
> Starting server ...
+ exec /home/csgo/server/srcds_run -game csgo -console -norestart -usercon -nobreakpad +ip 0.0.0.0 -port 27015 -tickrate 128 -maxplayers_override 16 +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 +rcon_password jibin +sv_setsteamaccount X +hostname sudo_server -authkey X +tv_enable 1 +tv_delaymapchange 1 +tv_delay 45 +tv_deltacache 2 +tv_dispatchmode 1 +tv_maxclients 10 +tv_maxrate 0 +tv_overridemaster 0 +tv_snapshotrate 128 +tv_timeout 60 +tv_transmitall 1
/home/csgo/server/srcds_run: 32: /home/csgo/server/srcds_run: pushd: not found
/home/csgo/server/srcds_run: 35: /home/csgo/server/srcds_run: popd: not found
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
dlopen failed trying to load:
/home/csgo/.steam/sdk32/steamclient.so
with error:
/home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Sys_LoadModule failed to load: /home/csgo/.steam/sdk32/steamclient.so
LD_LIBRARY_PATH=/home/csgo/server/bin:/home/csgo/server:/home/csgo/server/bin:
#
#Console initialized.
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
timche commented 3 years ago

I can't help you with that, sorry, but this is also not an issue with the image.

P.S. Don't share your credentials like GSLT and API key. I've removed them for you.