Closed tofi92 closed 2 years ago
Those two files do get generated by the program when It boots. Following what the console log says, those two files should have been generated at startup. Can you verify that's the case? If It is, please check that the file formatting is correctly applied. Could you also tell what distro are you using for the host? And If you have managed to create a server in the past?
I included both files (from the windows download) and added them to the container - no difference. Host OS is Debian 10. Starting a server on the host works fine.
Yeah... so this isn't going to work unless you launch it with an active tty. The app runs an interactive cli.
Use docker run -itd
Edit your entrypoint to launch in screen (gross):
screen -S openworld /root/.dotnet/dotnet /openworld/Open\ World\ Server.dll
Hi, I'm trying to dockerize this server and on startup I get a NullReferenceException:
Dockerfile:
The linuxX64.zip does not contain a "Server Settings.txt" and no "World Settings.txt" - should I include/generate those?