Dox
New member
Hey guys,
Running a dedicated server on an Ubuntu System 64 19.04. The server worked great for 2 weeks before encountering this issue:
Previously a fresh install FIXED the issue, I simply installed the dedicated server (copied my world and server) to a new directory and it worked great again for about 48 hours. This worked once.
Things I have tried:
Using a backup (a clone of the entire dedicated server folder) from when it was working previously.
A fresh install with my config/admin files preserved (and removed previous installs from steam directory)
A fresh install without any modifications
These now all result in the same fatal error.
A friend mentioned that it could be a 32/64bit conflict, as 7 days dedi only works on the 32bit version, but I figure if this was related, it would have never worked in the first place. I have attached the server log. https://pastebin.com/TYLZ023N
Any help and advice will be appreciated.
Edit: Log of it working https://pastebin.com/mhxKHFgL
Running a dedicated server on an Ubuntu System 64 19.04. The server worked great for 2 weeks before encountering this issue:
Code:
Exception: Magic number is wrong: 542
at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00000] in <filename unknown>:0
at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00000] in <filename unknown>:0
at System.TermInfoDriver..ctor (System.String term) [0x00000] in <filename unknown>:0
at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <filename unknown>:0
at System.ConsoleDriver..cctor () [0x00000] in <filename unknown>:0
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for System.ConsoleDriver
at System.Console.SetEncodings (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00000] in <filename unknown>:0
at System.Console..cctor () [0x00000] in <filename unknown>:0
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for System.Console
at UnityEngine.UnityLogWriter.Init () [0x00000] in <filename unknown>:0
at UnityEngine.ClassLibraryInitializer.Init () [0x00000] in <filename unknown>:0
(Filename: Line: -1)
Things I have tried:
Using a backup (a clone of the entire dedicated server folder) from when it was working previously.
A fresh install with my config/admin files preserved (and removed previous installs from steam directory)
A fresh install without any modifications
These now all result in the same fatal error.
A friend mentioned that it could be a 32/64bit conflict, as 7 days dedi only works on the 32bit version, but I figure if this was related, it would have never worked in the first place. I have attached the server log. https://pastebin.com/TYLZ023N
Any help and advice will be appreciated.
Edit: Log of it working https://pastebin.com/mhxKHFgL
Last edited by a moderator: