Closed Aminuxer closed 6 months ago
I try start this under Debian 11 in Proxmox LXC container (privileged mode), but catch this error at running ./start script:
space-engineers-dedicated-docker-linux | ../tier1/KeyValues.cpp (2925) : Assertion Failed: Error while parsing text KeyValues for resource manifest space-engineers-dedicated-docker-linux | [----] Verifying installation... space-engineers-dedicated-docker-linux | [ 0%] Downloading Update... space-engineers-dedicated-docker-linux | [ 0%] Checking for available update... space-engineers-dedicated-docker-linux | KeyValues Error: LoadFromBuffer: missing { (current key: '<!DOCTYPE') in file manifest [offset: 15] space-engineers-dedicated-docker-linux | space-engineers-dedicated-docker-linux | ../tier1/KeyValues.cpp (2925) : Assertion Failed: Error while parsing text KeyValues for resource manifest space-engineers-dedicated-docker-linux | [----] !!! Fatal Error: Steamcmd needs to be online to update. Please confirm your network connection and try again. space-engineers-dedicated-docker-linux | threadtools.cpp (3294) : Assertion Failed: Illegal termination of worker thread 'Thread(0x0x58358af0/0x0xf7c72b' space-engineers-dedicated-docker-linux | /entrypoint-space_engineers.bash: line 3: /home/wine/.bash_profile: No such file or directory space-engineers-dedicated-docker-linux | /entrypoint-space_engineers.bash: line 4: cd: /appdata/space-engineers/SpaceEngineersDedicated/DedicatedServer64/: No such file or directory space-engineers-dedicated-docker-linux | wine: cannot find L"/appdata/space-engineers/SpaceEngineersDedicated/DedicatedServer64/SpaceEngineersDedicated.exe"
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian
Filesystem Size Used Avail Use% Mounted on /dev/loop5 2.0G 1.1G 715M 62% / /dev/loop6 32G 3.9G 26G 14% /var/lib/docker
Docker version 20.10.5+dfsg1, build 55c4c88
Dockerized hello-world work correctly. Any ideas ?
LXC containers are different than docker containers. Why you're hitting this, I'm unsure. Closing as out of scope.
I try start this under Debian 11 in Proxmox LXC container (privileged mode), but catch this error at running ./start script:
cat /etc/os-release
df -h -t ext4
Filesystem Size Used Avail Use% Mounted on /dev/loop5 2.0G 1.1G 715M 62% / /dev/loop6 32G 3.9G 26G 14% /var/lib/docker
docker --version
Docker version 20.10.5+dfsg1, build 55c4c88
Dockerized hello-world work correctly. Any ideas ?