Devidian / docker-spaceengineers

A Docker for Space Engineers Dedicated Server
89 stars 22 forks source link

C# redis not included? #1

Closed pironic closed 3 years ago

pironic commented 3 years ago
space-engineers-server-1 | 2020-11-22T19:38:04.532232533Z WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
space-engineers-server-1 | 2020-11-22T19:38:04.532299062Z Redirecting stderr to '/root/Steam/logs/stderr.txt'
space-engineers-server-1 | 2020-11-22T19:38:04.532321886Z [  0%] Checking for available updates...
space-engineers-server-1 | 2020-11-22T19:38:04.532341815Z [----] Verifying installation...
space-engineers-server-1 | 2020-11-22T19:38:04.532362001Z Steam Console Client (c) Valve Corporation
space-engineers-server-1 | 2020-11-22T19:38:04.532381585Z -- type 'quit' to exit --
space-engineers-server-1 | 2020-11-22T19:38:04.532400815Z Loading Steam API...OK.
space-engineers-server-1 | 2020-11-22T19:38:04.532419763Z
space-engineers-server-1 | 2020-11-22T19:38:05.721997112Z Connecting anonymously to Steam Public...Logged in OK
space-engineers-server-1 | 2020-11-22T19:38:05.803489787Z Waiting for user info...OK
space-engineers-server-1 | 2020-11-22T19:38:05.803543214Z "@sSteamCmdForcePlatformType" = "windows"
space-engineers-server-1 | 2020-11-22T19:38:07.387631196Z Success! App '298740' already up to date.
space-engineers-server-1 | 2020-11-22T19:38:14.317194178Z 2020-11-22 19:38:14.315: App Version: 01_196_019
space-engineers-server-1 | 2020-11-22T19:38:14.329746680Z 2020-11-22 19:38:14.329: Is official: True [NO][NIS][NAMP]
space-engineers-server-1 | 2020-11-22T19:38:14.329819303Z 2020-11-22 19:38:14.329: Environment.ProcessorCount: 16
space-engineers-server-1 | 2020-11-22T19:38:14.340129481Z 2020-11-22 19:38:14.339: Environment.OSVersion: Microsoft Windows 7 Professional (Microsoft Windows NT 6.1.7601 Service Pack 1)
space-engineers-server-1 | 2020-11-22T19:38:14.340190079Z 2020-11-22 19:38:14.339: Environment.CommandLine: "Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64\SpaceEngineersDedicated.exe" -noconsole -ignorelastsession -path Z:\appdata\space-engineers\instances\TestInstance
space-engineers-server-1 | 2020-11-22T19:38:14.340206453Z 2020-11-22 19:38:14.339: Environment.Is64BitProcess: True
space-engineers-server-1 | 2020-11-22T19:38:14.340218810Z 2020-11-22 19:38:14.339: Environment.Is64BitOperatingSystem: True
space-engineers-server-1 | 2020-11-22T19:38:14.340235292Z 2020-11-22 19:38:14.340: Environment.Version: .NET Framework 4.8.3761.0
space-engineers-server-1 | 2020-11-22T19:38:14.340248227Z 2020-11-22 19:38:14.340: Environment.CurrentDirectory: Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64
space-engineers-server-1 | 2020-11-22T19:38:14.340424928Z 2020-11-22 19:38:14.340: CPU Info: Common KVM processor
space-engineers-server-1 | 2020-11-22T19:38:14.341123686Z Computer does not meet minimum requirements, forcing Experimental mode
space-engineers-server-1 | 2020-11-22T19:38:14.661202717Z ERROR: Could not load necessary assembly dependencies. C# redistributable may be missing. Affected file: file:///Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64\SpaceEngineers.ObjectBuilders.dll
space-engineers-server-1 | 2020-11-22T19:38:14.805923645Z --------------------------------END-------------------------------
Devidian commented 3 years ago

Hi there,

the docker image should have all it needs. Did you build yourself or using the docker-hub version? Maybe during image build something went wrong that did not break the build process but broke the runtime.

-------------------------------START------------------------------
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK.

Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
"@sSteamCmdForcePlatformType" = "windows"
ESC[0mSuccess! App '298740' already up to date.
2020-11-19 15:14:08.115: App Version: 01_196_019
2020-11-19 15:14:08.126: Is official: True [NO][NIS][NAMP]
2020-11-19 15:14:08.126: Environment.ProcessorCount: 16
2020-11-19 15:14:08.131: Environment.OSVersion: Microsoft Windows 7 Professional (Microsoft Windows NT 6.1.7601 Service Pack 1)
2020-11-19 15:14:08.131: Environment.CommandLine: "Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64\SpaceEngineersDedicated.exe" -noconsole -ignorelastsession -path Z:\appdata\space-engineers\instances\DOS_Universe
2020-11-19 15:14:08.131: Environment.Is64BitProcess: True
2020-11-19 15:14:08.131: Environment.Is64BitOperatingSystem: True
2020-11-19 15:14:08.131: Environment.Version: .NET Framework 4.8.3761.0
2020-11-19 15:14:08.131: Environment.CurrentDirectory: Z:\appdata\space-engineers\SpaceEngineersDedicated\DedicatedServer64
2020-11-19 15:14:08.131: CPU Info: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
Computer does not meet minimum requirements, forcing Experimental mode
2020-11-19 15:14:11.592: Bind IP : 0.0.0.0:27016
2020-11-19 15:14:18.765: Server successfully started
2020-11-19 15:14:18.765: Product name: Space Engineers
2020-11-19 15:14:18.765: Desc: Space Engineers
...

This is how it looks on my VM

pironic commented 3 years ago

Thanks for the reply @Devidian. I did use the docker-hub version directly and was trying to build on a vm running rancheros which is a ubuntu flavour. I'm going to close for now, because i've found that just spinning up another vm to run windows will give me more options for administration like using TorchAPI. Thanks anyway.