Skip to content

Commit 5363cab

Browse files
authored
documentation: mention possible update error (#44)
* documentation: mention possible update error * Update README.md * wording fixes * fix missing double whitespace
1 parent d54c1a1 commit 5363cab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ environment:
9090
Images tagged as `latest` are **tested and known to work.**[^3]
9191
Any other tag represents active development and/or automated **untested** builds.
9292
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+
93106
## :information_source: Footnotes
94107
95108
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

Comments
 (0)