I am trying to start a dedicated server on Ubuntu Server. I've installed mono and got the server to run using the dedicated arg however when I try to do check or new it crashes without creating the seversettings xml file. THe following is the error that posts in the ssh console:
Edit: can't seem to attach log files so here is a copy paste in code:
[b]25.1.16 01:19:48.7260 [IMP] Log file opened. Time UTC offset is: 00:00:00
25.1.16 01:19:48.7317 [IMP] Console logging enabled
25.1.16 01:19:48.7723 [INF] VoidExpanse Game Server Runtime v1.6.4 (running on Unix)
AtomicTorch Studio (c) 2013-2015 | atomictorch.com
All rights reserved.
25.1.16 01:19:48.7727 [IMP] The server is now launched as the dedicated server. All server data will be loaded and processed in the current server folder.
25.1.16 01:19:48.7732 [IMP] Data folders locations:
* Static data root path: /
* Dynamic data root path: /void/
* Settings file location: /void/SettingsServer.xml
25.1.16 01:19:48.7736 [INF] Enter additional arguments line
("new" for new world, "load <Number>" to load world #<Number>, "check" to check mods)
25.1.16 01:19:52.1900 [IMP] Operations timed using the system's high-resolution performance counter.
Timer is accurate within 100 nanoseconds
Timer frequency in ticks per second = 10000000
25.1.16 01:19:52.2040 [IMP] Stopping server...
25.1.16 01:19:52.2046 [ERR] Critical exception
Exception System.IO.FileNotFoundException: Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
-------------------------stack-------------------------
at BbnB7iPQMevqersvD5.xUvVZgN2ZbFYM0p6Eh.CsBPt6qS0e (APgfxAG8pKyrGelbbJI.OfIPmiGYCufY6WBHItj , Boolean ) [0x00000] in <filename unknown>:0
at BbnB7iPQMevqersvD5.xUvVZgN2ZbFYM0p6Eh.CTwgjh8Ot (System.String[] , Boolean , APgfxAG8pKyrGelbbJI.OfIPmiGYCufY6WBHItj ) [0x00000] in <filename unknown>:0
at AtomicTorch.SpaceRPG.Server.RuntimeWin.Program.Start (System.String[] args) [0x00000] in <filename unknown>:0
25.1.16 01:19:52.2047 [IMP] Press any key to exit
25.1.16 01:19:52.3390 [IMP] Log file closed
[/b]