I'm having the same issue as the rest of the past dozen users. Upon each enshrouded server update, I restart the docker and am presented with the same Error! App '2278520' state is 0x6 after update job. I don't think it's necessarily something you've down with the docker image, but possibly with steamcmd itself. There's definitely an issue with the appmanifest* in the <file-path>/enshrouded[_proton]/steamapps. This happens in both the enshrouded and enshrouded_proton containers. If you remove the appmanifest or just rename it, then steamcmd will finally update the game. Also, you never included Validate as a variable in the container configs, so unless a user knows how to set that up or look for that then they'd never know. Here's a diff of appmanifest_2278520.acf to appmanifest_2278520.acf.old. Ignore the LastUpdated = 0, I set that to see if it would still work without renaming or deleting. It didn't. diff appmanifest_2278520.acf appmanifest_2278520.acf.old
6c6
< "StateFlags" "4"
---
> "StateFlags" "6"
8c8
< "LastUpdated" "1764228930"
---
> "LastUpdated" "0"
10c10
< "SizeOnDisk" "6848442794"
---
> "SizeOnDisk" "6844372906"
12c12
< "buildid" "20918472"
---
> "buildid" "20783276"
15,19c15,19
< "UpdateResult" "0"
< "BytesToDownload" "2724901856"
< "BytesDownloaded" "2724901856"
< "BytesToStage" "6888033077"
< "BytesStaged" "6888033077"
---
> "UpdateResult" "6"
> "BytesToDownload" "0"
> "BytesDownloaded" "0"
> "BytesToStage" "0"
> "BytesStaged" "0"
23c23
< "ScheduledAutoUpdate" "0"
---
> "ScheduledAutoUpdate" "1764228849"
33,34c33,34
< "manifest" "1290776277620247429"
< "size" "6792781130"
---
> "manifest" "6789046064164845738"
> "size" "6788711242" Here's the diff of appmanifest_228980.acf to appmanifest_228980.acf.old: diff appmanifest_228980.acf appmanifest_228980.acf.old
6c6
< "StateFlags" "4"
---
> "StateFlags" "2"
8c8
< "LastUpdated" "1764228915"
---
> "LastUpdated" "0"
10c10
< "SizeOnDisk" "39590283"
---
> "SizeOnDisk" "0"
12c12
< "buildid" "19222509"
---
> "buildid" "0"
20,28d19
< "228989"
< {
< "manifest" "3514306556860204959"
< "size" "39590283"
< }
< }
< "InstallScripts"
< {
< "228989" "_CommonRedist\\vcredist\\2022\\installscript.vdf"Also here are the perms set for the appmanifest* by default. Note: appmanifest* are set with 777 on installation. Once they're updated after the server install/update they change to 770. ls -al /mnt/user/appdata/enshrouded_proton/steamapps/
total 16
drwxrwx--- 1 nobody users 226 Nov 26 23:35 ./
drwxrwx--- 1 nobody users 2220 Nov 26 23:35 ../
-rwxrwx--- 1 nobody users 840 Nov 26 23:35 appmanifest_2278520.acf*
-rwxrwx--- 1 nobody users 804 Nov 26 23:33 appmanifest_2278520.acf.old*
-rwxrwx--- 1 nobody users 635 Nov 26 23:35 appmanifest_228980.acf*
-rwxrwx--- 1 nobody users 447 Nov 26 23:33 appmanifest_228980.acf.old*
drwxrwx--- 1 nobody users 0 Nov 26 23:35 downloading/
drwxrwx--- 1 nobody users 0 Nov 26 23:35 temp/