Devidian / docker-spaceengineers

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

Cannot start new world - Premade world not found #44

Closed Borderman2 closed 1 year ago

Borderman2 commented 1 year ago

Hello, im trying out this docker container and ran in to a issue when uploading the instance folder and changing the "INSTANCE_NAME" the server canot find the world. did i do something wrong or is it DS related?

2023-04-22 17:34:15.625: App Version: 01_202_068
2023-04-22 17:34:15.629: Is official: True [NO][NIS][NAMP]
2023-04-22 17:34:15.630: Environment.ProcessorCount: 32
2023-04-22 17:34:15.632: Environment.OSVersion: Microsoft Windows 7 Professional (Microsoft Windows NT 6.1.7601 Service Pack 1)
2023-04-22 17:34:15.632: Environment.CommandLine: "Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64\SpaceEngineersDedicated.exe" -noconsole -ignorelastsession -path Z:\appdata\space-engineers\instances\SpaceServer
2023-04-22 17:34:15.632: Environment.Is64BitProcess: True
2023-04-22 17:34:15.632: Environment.Is64BitOperatingSystem: True
2023-04-22 17:34:15.632: Environment.Version: .NET Framework 4.8.3761.0
2023-04-22 17:34:15.632: Environment.CurrentDirectory: Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64
2023-04-22 17:34:15.632: CPU Info: 13th Gen Intel(R) Core(TM) i9-13900
2023-04-22 17:34:16.493: Bind IP : 172.18.0.2:27016
Setting breakpad minidump AppID = 244850
2023-04-22 17:34:19.768: Networking service: Steam
2023-04-22 17:34:19.768: Server successfully started
2023-04-22 17:34:19.768: Product name: Space Engineers
2023-04-22 17:34:19.768: Desc: Space Engineers
2023-04-22 17:34:19.768: Public IP: 5.9.155.168
2023-04-22 17:34:19.769: User ID: [009...430]
2023-04-22 17:34:19.770: Server connected to Steam
2023-04-22 17:34:20.025: Server Name: MauStinkt
2023-04-22 17:34:20.025: World Name: CoolServer
2023-04-22 17:34:20.050: Remote Server Listener started. Listening on port 8080
2023-04-22 17:34:20.065: Auto Restart Enabled
2023-04-22 17:34:21.892: World CoolServer not found.
2023-04-22 17:34:21.892: Creating new one with same name
2023-04-22 17:34:21.893: Cannot start new world - Premade world not found

best regards 2B.

Devidian commented 1 year ago

Hi there, you have to check if the WorldName in the config file equals the directory name in the save folder. If you create a new world, the dedicated server tool appends a date to the worldname in the save directory. For example:

image

you can remove the date from the save directory or add the date to the config file worldname.

The start script must change the savegamepath and my solution just takes the worldname to change it and not the previous savegamepath ( that would be a bit more complex script)

Borderman2 commented 1 year ago

Hello, yes thank you that fixed it!

Andargor commented 1 year ago

With a new install, I am getting this error as well, no saves.

Andargor commented 1 year ago

Nevermind, I need better reading skills, I had not created the world in the SE tool :)