Linux Server won't start.

Sylvertail

New member
I am renting a server from a friend and we are both stuck as to where we went wrong. We updated all files to alpha 17.2 and redid the server configuration file but for some reason our server won't start. Any help is appreciated and here is our latest log. https://pastebin.com/ES2LbmKs

Before is was giving us precise errors that we could fix but now its not being very forthcoming.

 
I think there may be an issue in the config file with the bloodmoon settings. At least the output for that is rather abnormal.

Here's the log section from one of my servers when it restarted this morning.

Code:
2019-03-23T10:06:17 15.267 INF createWorld: Old Funebu Valley, survivalofthefittest, GameModeSurvival2019-03-23T10:06:17 15.329 INF Started thread ChunkRegeneration
2019-03-23T10:06:17 15.329 INF Started thread ChunkCalc
2019-03-23T10:06:17 15.417 INF World.Load: Old Funebu Valley
2019-03-23T10:06:17 15.442 INF BloodMoon SetDay: day 245, last day 238, freq 7, range 0
2019-03-23T10:06:18 15.461 INF BloodMoon SetDay: day 245, last day 238, freq 7, range 0
2019-03-23T10:06:23 21.335 INF Started thread GenerateChunks
Here's what yours looks like

Code:
2019-03-23T10:54:35 15.035 INF createWorld: Random Gen, EssentialGamers, GameModeSurvival
2019-03-23T10:54:35 15.100 INF Started thread ChunkRegeneration
2019-03-23T10:54:35 15.100 INF Started thread ChunkCalc
2019-03-23T10:54:35 15.184 INF World.Load: Random Gen
2019-03-23T10:54:35 15.185 INF Loading base world file header...
2019-03-23T10:54:35 15.192 INF BloodMoon SetDay: day 14, last day 0, freq 7, range 7
2019-03-23T10:54:35 15.200 INF BloodMoon SetDay: day 9, last day 0, freq 7, range 7
2019-03-23T10:54:35 15.201 INF BloodMoon SetDay: day 14, last day 0, freq 7, range 7
NullReferenceException: Object reference not set to an instance of an object
 at World+<LoadWorld>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0 
 at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0 

(Filename:  Line: -1)
It's possible it's an error in the map settings too. Pretty sure it's config related though.

 
Very common cause for that is leaving SteamNetworking as one of the disabled protocols. Dunno why they still have that in the default config.

 
Back
Top