You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,19 @@ environment:
90
90
Images tagged as `latest` are **tested and known to work.**[^3]
91
91
Any other tag represents active development and/or automated **untested** builds.
92
92
93
+
### :question: Game and server version don't match / cannot login
94
+
95
+
> [!NOTE]
96
+
> This is typically caused by a long-standing SteamCMD issue (affecting various games since 2015) where updates silently fail.
97
+
> Not specific to SCUM or this container.
98
+
> Check your logs for an entry like this: `Error! App '3792580' state is 0x6 after update job.`
99
+
100
+
**Workarounds that have helped others:**
101
+
- Restart the container multiple times until the update succeeds
102
+
- Delete `appmanifest_*.acf` files in `./scumserver-data/steamapps/` and retry, forcing steamcmd to validate game files
103
+
- Last resort: back up `./scumserver-data/SCUM/Saved/`, wipe game files, let SteamCMD perform a fresh
104
+
105
+
93
106
## :information_source: Footnotes
94
107
95
108
Some port exposures are unnecessary. However, I could not find clear documentation which ports and protocols are actually required. Exposing additional ports/protocols won't cause harm.
0 commit comments