Soren90 / cs2-docker

Dockerized cs2 server
MIT License
34 stars 5 forks source link

boot error #11

Closed escaparrac closed 12 months ago

escaparrac commented 12 months ago

I get this error at boot. Any idea? I created the volume manually too and it's not working :(

Connecting anonymously to Steam Public...OK

-- type 'quit' to exit --

Waiting for client config...OK

Work thread 'CJobMgr::m_WorkThreadPool:1' is marked exited, but we could not immediately join prior to deleting -- proceeding without join

Error! App '730' state is 0x202 after update job.

Please use force_install_dir before logon!

 Update state (0x5) verifying install, progress: 7.95 (2821849808 / 35491303349)

Waiting for user info...OK

OK

Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory

/entrypoint.sh: line 65: /mnt/server/cs2/game/cs2.sh: No such file or directory

Steam Console Client (c) Valve Corporation - version 1700160359

[----] Verifying installation...

[  0%] Checking for available updates...

Logging directory: '/mnt/server/Steam/logs'

Redirecting stderr to '/mnt/server/Steam/logs/stderr.txt'
Soren90 commented 12 months ago

Can you share your Docker compose file?

escaparrac commented 12 months ago

Can you share your Docker compose file?

My bad. I already had that same folder there from another installation with other files and permissions (but the volume was deleted from portainer). Now it's updating correctly.

You can mark this as solved.

Soren90 commented 12 months ago

All right! Glad that it works!

I'll close it for now!