There were two crashes back to back last night on the LvD server.
Note: This was NOT on version 0.199.491 (as is locked in on this form), but was on version 0.199.523#20170415_011448. (Note that we will not be updating to the most recent RC version until I have time to handle the testing and restoring of backups immediately upon critical issues with a new RC version.)
**The Problem:** The server shut down with no error code. My emergency scripting caught it and restarted the server. The two shutdowns seemed to have a similar reason specified in the logs.
Here is a snippet of the logs:
```
[2017-04-18 03:35:02] org.schema.game.common.data.world.SegmentDataWriteException: SEGDATA CLASS: class obfuscated.ajW
[2017-04-18 03:35:02] at org.schema.game.common.data.world.SegmentData.setType(SourceFile:491)
[2017-04-18 03:35:02] at obfuscated.adN.c(SourceFile:331)
[2017-04-18 03:35:02] at org.schema.game.server.controller.GameServerController.l(SourceFile:2755)
[2017-04-18 03:35:02] at org.schema.game.server.controller.GameServerController.update(SourceFile:1191)
[2017-04-18 03:35:02] at org.schema.schine.network.server.ServerController.run(SourceFile:275)
[2017-04-18 03:35:02] at java.lang.Thread.run(Thread.java:745)
[2017-04-18 03:35:02] Exiting (normal) because of exception java.lang.RuntimeException: SegmentData should already be normal version
[2017-04-18 03:35:02] java.lang.RuntimeException: SegmentData should already be normal version
[2017-04-18 03:35:02] at obfuscated.adN.c(SourceFile:331)
[2017-04-18 03:35:02] at org.schema.game.server.controller.GameServerController.l(SourceFile:2755)
[2017-04-18 03:35:02] at org.schema.game.server.controller.GameServerController.update(SourceFile:1191)
[2017-04-18 03:35:02] at org.schema.schine.network.server.ServerController.run(SourceFile:275)
[2017-04-18 03:35:02] at java.lang.Thread.run(Thread.java:745)
[2017-04-18 03:35:02] Caused by: org.schema.game.common.data.world.SegmentDataWriteException: SEGDATA CLASS: class obfuscated.ajW
[2017-04-18 03:35:02] at org.schema.game.common.data.world.SegmentData.setType(SourceFile:491)
[2017-04-18 03:35:02] ... 5 more
```
Here are links to the packaged logs:
[[ http://lvdserver.b33r.us/logsForAndy/StarMade/[04-18-17][03:37:09]-SoftCrash.zip | http://lvdserver.b33r.us/logsForAndy/StarMade/[04-18-17][03:37:09]-SoftCrash.zip ]]
[[ http://lvdserver.b33r.us/logsForAndy/StarMade/[04-18-17][03:45:19]-SoftCrash.zip | http://lvdserver.b33r.us/logsForAndy/StarMade/[04-18-17][03:45:19]-SoftCrash.zip ]]