Devidian / docker-spaceengineers

A Docker for Space Engineers Dedicated Server
87 stars 21 forks source link

Unable to Start World #15

Closed zergstarmaster closed 3 years ago

zergstarmaster commented 3 years ago

I have been trying to do a first time setup with the devidian/spaceengineers docker but keep running into this error: "Exception while loading world: The given key was not present in the dictionary."

I have tested generating brand new worlds as well as pre-existing worlds and get the same error. I am running Unraid 6.8.3. The container was built using the following docker run:

docker run -it --name='SpaceEngineers' --net='bridge' -e TZ="America/Chicago" -e HOST_OS="Unraid" -p '27016:27016/udp' -v '/mnt/user/appdata/space-engineers/World':'/appdata/space-engineers/instances':'rw' -v '/mnt/user/appdata/space-engineers/SpaceEngineersDedicated':'/appdata/space-engineers/SpaceEngineersDedicated':'rw' -v '/mnt/user/appdata/space-engineers/steamcmd':'/root/.steam':'rw' 'devidian/spaceengineers'

I have attached both the most recent log with the exception starting at line 140 and the .cfg file (renamed to .txt so I could upload it to Github) located in the instances directory. From what I have been able to find online, this exception occurs with either mod conflicts or an out of date game version, neither of which should be possible. I probably am overlooking something with the setup, any advise would be very appreciated!

SpaceEngineersDedicated_20210213_160752386.log SpaceEngineers-Dedicated.txt

zergstarmaster commented 3 years ago

I didn't notice when I posted this, it looks to be an identical issue from issue #13. I can take this to a different forum if that would be more appropriate.

Devidian commented 3 years ago

As there was no further post to this topic i will close it now. If you still have this issue please open a new topic including complete reproduce info (especially: how did you create the world)

I dont think this issue is related to the docker, more to the (corrupted?) save world (missing mods?)