Hi, so this has been a periodic issue for a long time now, but recently it's been happening a LOT and I do not know the cause. The server just appears to shut down as though a "/shutdown" command was issued. There is no error code given, so my scripting that automatically restarts the server in the event of an abnormal shutdown doesn't restart the server. I do have other scripting in place to catch these instances, but this will be a big problem for players that have managed starmade servers, because they cannot put their own custom scripting in place. Their server will just shut down and require a manual restart of the server program through their hosting provider.
I have uploaded the logs here:
Logs show this stack-trace:
[2017-02-28 15:59:50] Exiting (normal) because of exception java.lang.NullPointerException: Added nonconform object {RigBExOrig@932909189Ship[LMC Everest III](11244);COLSHAPE:[CubesShape|SER Ship[LMC Everest III](11244)];AT(5072.4854, 755.9233, -986.6366)(SID: Sector[11201](8, 40, 38))} [2017-02-28 15:59:50] java.lang.NullPointerException: Added nonconform object {RigBExOrig@932909189Ship[LMC Everest III](11244);COLSHAPE:[CubesShape|SER Ship[LMC Everest III](11244)];AT(5072.4854, 755.9233, -986.6366)(SID: Sector[11201](8, 40, 38))} [2017-02-28 15:59:50] at obfuscated.agc.a(SourceFile:108) [2017-02-28 15:59:50] at obfuscated.aPm.a(SourceFile:391) [2017-02-28 15:59:50] at org.schema.game.common.data.world.SimpleTransformableSendableObject.onPhysicsAdd(SourceFile:1907) [2017-02-28 15:59:50] at obfuscated.XR.onPhysicsAdd(SourceFile:2469) [2017-02-28 15:59:50] at obfuscated.aup.a(SourceFile:427) [2017-02-28 15:59:50] at org.schema.game.server.controller.GameServerController.update(SourceFile:1257) [2017-02-28 15:59:50] at org.schema.schine.network.server.ServerController.run(SourceFile:275) [2017-02-28 15:59:50] at java.lang.Thread.run(Thread.java:745)