LacledesLAN / gamesvr-svencoop

Sven Co-Op Server in Docker
https://hub.docker.com/r/lacledeslan/gamesvr-svencoop/
The Unlicense
7 stars 5 forks source link

unable to find image 'svends_run:latest' locally #18

Closed RENOxDECEPTION closed 2 years ago

RENOxDECEPTION commented 2 years ago
docker run svends_run -it --rm lacledeslan/gamesvr-svencoop ./svends_run -num_edicts 3072 +sv_lan 1;
Unable to find image 'svends_run:latest' locally
docker: Error response from daemon: pull access denied for svends_run, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Any fix for the above?

The counterstrike source server works perfectly, but not svencoop.

dudleycodes commented 2 years ago

@RENOxDECEPTION the documentation had a typo in it, try the command:

docker run -it --rm --net=host lacledeslan/gamesvr-svencoop ./svends_run -num_edicts 3072 +sv_lan 1;

Here's what the results should look like for you.

dudleycodes@vm-debian9:~$ docker run -it --rm --net=host lacledeslan/gamesvr-svencoop ./svends_run -num_edicts 3072 +sv_lan 1;
Unable to find image 'lacledeslan/gamesvr-svencoop:latest' locally
latest: Pulling from lacledeslan/gamesvr-svencoop
1fe172e4850f: Pull complete
8a3cafee1c24: Pull complete
e382de3731f0: Pull complete
781c12bca841: Pull complete
332790e4eba0: Pull complete
ae906ad7c131: Pull complete
06ade1ce544f: Pull complete
f30c2ddc3116: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:4d7f58a011c5a1cbb84c848c3d400966cbec87fd7a8967e7037cf1792992a024
Status: Downloaded newer image for lacledeslan/gamesvr-svencoop:latest
WARNING: No map specified! Defaulting to _server_start
Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 225840
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Threaded networking started successfully.
Protocol version 48
Engine version 5.0.1.7 (svencoop)
Engine build: 10:27:33 Jun 12 2021 (8997)
STEAM Auth Server
Initializing IP networking
Local IP address: , SV port: 27015, CL port: -1
Steam P2P networking disabled.
scandir failed:/app/svencoop/SAVE
[S_API] SteamAPI_Init(): Loaded 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
src/clientdll/applicationmanager.cpp (4229) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
src/clientdll/applicationmanager.cpp (4229) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
src/clientdll/applicationmanager.cpp (4229) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
src/clientdll/applicationmanager.cpp (4229) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
src/clientdll/applicationmanager.cpp (4394) : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
src/clientdll/applicationmanager.cpp (4394) : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
CApplicationManagerPopulateThread took 0 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)
RecordSteamInterfaceCreation (PID 28): SteamGameServer012 / GameServer
RecordSteamInterfaceCreation (PID 28): SteamUtils009 / Utils
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
RecordSteamInterfaceCreation (PID 28): SteamUtils009 /
RecordSteamInterfaceCreation (PID 28): SteamGameServer012 /
Server logging data to file logs/2022-07-10.log
L 10/07/2022 - 18:25:20: Log file started (file "logs/2022-07-10.log") (game "svencoop") (version "48/5.0.1.7/8997")
L 10/07/2022 - 18:25:20: Server cvar "sv_aim" = "0sv_allllowdownload"
couldn't exec banned.cfg
couldn't exec listip.cfg
L 10/07/2022 - 18:25:20: Server cvar "mp_banana" = "1"
L 10/07/2022 - 18:25:20: Server cvar "sv_maxspeed" = "270"
L 10/07/2022 - 18:25:20: Server is empty, map will end in 10.00 minute(s) if nobody connects.
L 10/07/2022 - 18:25:20: Started map "_server_start" (CRC "-1381622858")
L 10/07/2022 - 18:25:20: Log file closed
Server logging data to file logs/2022-07-10.log
L 10/07/2022 - 18:25:20: Log file started (file "logs/2022-07-10.log") (game "svencoop") (version "48/5.0.1.7/8997")
couldn't exec banned.cfg
couldn't exec listip.cfg
   VAC secure mode disabled.
L 10/07/2022 - 18:25:23: map<_server_start> ended, going to intermission:
L 10/07/2022 - 18:25:31: Log file closed
Server logging data to file logs/2022-07-10.log
L 10/07/2022 - 18:25:31: Log file started (file "logs/2022-07-10.log") (game "svencoop") (version "48/5.0.1.7/8997")
L 10/07/2022 - 18:25:31: Loading map "-sp_campaign_portal"
L 10/07/2022 - 18:25:31: Server cvars start
L 10/07/2022 - 18:25:31: Server cvar "adminsfile" = "admins.txt"
L 10/07/2022 - 18:25:31: Server cvar "allow_spectators" = "1.0"
L 10/07/2022 - 18:25:31: Server cvar "coop" = "0"
L 10/07/2022 - 18:25:31: Server cvar "deathmatch" = "1"
L 10/07/2022 - 18:25:31: Server cvar "edgefriction" = "2"
L 10/07/2022 - 18:25:31: Server cvar "gamebuild" = "7016"
L 10/07/2022 - 18:25:31: Server cvar "gamename" = "Sven Co-op"
L 10/07/2022 - 18:25:31: Server cvar "gameversion" = "5.25"
L 10/07/2022 - 18:25:31: Server cvar "gameversionnum" = "5.25"
L 10/07/2022 - 18:25:31: Server cvar "mapvotecfgfile" = "mapvote.cfg"
L 10/07/2022 - 18:25:31: Server cvar "max_queries_sec" = "3.0"
L 10/07/2022 - 18:25:31: Server cvar "max_queries_sec_global" = "30"
L 10/07/2022 - 18:25:31: Server cvar "max_queries_window" = "60"
L 10/07/2022 - 18:25:31: Server cvar "mp_banana" = "1"
L 10/07/2022 - 18:25:31: Server cvar "mp_consistency" = "0"
L 10/07/2022 - 18:25:31: Server cvar "mp_footsteps" = "1"
L 10/07/2022 - 18:25:31: Server cvar "mp_logfile" = "1"
L 10/07/2022 - 18:25:31: Server cvar "mp_nextmap_cycle" = "-sp_campaign_portal"
L 10/07/2022 - 18:25:31: Server cvar "mp_notimelimit" = "0.0"
L 10/07/2022 - 18:25:31: Server cvar "pausable" = "0"
L 10/07/2022 - 18:25:31: Server cvar "skillcfgfile" = "skill.cfg"
L 10/07/2022 - 18:25:31: Server cvar "sv_accelerate" = "10"
L 10/07/2022 - 18:25:31: Server cvar "sv_admin_icon" = "gfx/icons/admin.tga"
L 10/07/2022 - 18:25:31: Server cvar "sv_aim" = "0sv_allllowdownload"
L 10/07/2022 - 18:25:31: Server cvar "sv_airaccelerate" = "10"
L 10/07/2022 - 18:25:31: Server cvar "sv_allowupload" = "1"
L 10/07/2022 - 18:25:31: Server cvar "sv_alltalk" = "0"
L 10/07/2022 - 18:25:31: Server cvar "sv_bounce" = "1"
L 10/07/2022 - 18:25:31: Server cvar "sv_cheats" = "0"
L 10/07/2022 - 18:25:31: Server cvar "sv_clienttrace" = "1"
L 10/07/2022 - 18:25:31: Server cvar "sv_contact" = ""
L 10/07/2022 - 18:25:31: Server cvar "sv_friction" = "4"
L 10/07/2022 - 18:25:31: Server cvar "sv_gravity" = "800"
L 10/07/2022 - 18:25:31: Server cvar "sv_logblocks" = "0"
L 10/07/2022 - 18:25:31: Server cvar "sv_maxrate" = "0"
L 10/07/2022 - 18:25:31: Server cvar "sv_maxspeed" = "270"
L 10/07/2022 - 18:25:31: Server cvar "sv_minrate" = "0"
L 10/07/2022 - 18:25:31: Server cvar "sv_password" = ""
L 10/07/2022 - 18:25:31: Server cvar "sv_proxies" = "1"
L 10/07/2022 - 18:25:31: Server cvar "sv_stepsize" = "18"
L 10/07/2022 - 18:25:31: Server cvar "sv_stopspeed" = "100"
L 10/07/2022 - 18:25:31: Server cvar "sv_uploadmax" = "0.5"
L 10/07/2022 - 18:25:31: Server cvar "sv_voiceenable" = "1"
L 10/07/2022 - 18:25:31: Server cvar "sv_wateraccelerate" = "10"
L 10/07/2022 - 18:25:31: Server cvar "sv_waterfriction" = "1"
L 10/07/2022 - 18:25:31: Server cvars end
L 10/07/2022 - 18:25:31: Log file closed
Server logging data to file logs/2022-07-10.log
L 10/07/2022 - 18:25:31: Log file started (file "logs/2022-07-10.log") (game "svencoop") (version "48/5.0.1.7/8997")
couldn't exec banned.cfg
couldn't exec listip.cfg
L 10/07/2022 - 18:25:31: Server cvar "mp_banana" = "0"
L 10/07/2022 - 18:25:31: Server is empty, map will end in 10.00 minute(s) if nobody connects.
src/clientdll/cminterface.cpp (1389) : Assertion Failed: !BLoggedOn()
src/clientdll/cminterface.cpp (1389) : Assertion Failed: !BLoggedOn()
L 10/07/2022 - 18:25:32: Started map "-sp_campaign_portal" (CRC "1657098797")
dudleycodes commented 2 years ago

@RENOxDECEPTION - I'm going to close this issue, assuming it's been fixed.

If you don't think it's fixed, please comment and I can re-open. Or, if you're having other problems please open a new issue.

Thanks!