Page MenuHomeSchine - Phabricator

Starmade | nullpointer when removing fleet mothership while mining
Confirmed task for development, LowPublic

Description

Was testing a carrier-miner, wanted to delete the mothership and add it to a fleet of combat vessels so it acted as a waypoint to form up on in the middle of the sector (As, AI Stop at the sector border when entering the sector when ordered to defend while the order was given to them several sectors away while a player is inside it)

Immediately after deleting the main ship from the fleet, game hung, then crashed. Logs are as below.

 <[2017-05-07 00:34:51] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:34:51] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:34:51] [FACTIONMANAGER] Faction Offers Changed
[2017-05-07 00:34:54] [CLIENT][PlayerInput] successfully deactivated obfuscated.zI@6d3ca3ce
[2017-05-07 00:34:54] GLFRAME processErrorDialogException()
[2017-05-07 00:34:54] java.lang.NullPointerException
[2017-05-07 00:34:54] 	at org.schema.game.common.data.fleet.Fleet.getFlagShipSector(SourceFile:301)
[2017-05-07 00:34:54] 	at obfuscated.An.toString(SourceFile:159)
[2017-05-07 00:34:54] 	at obfuscated.aIy.e_(SourceFile:180)
[2017-05-07 00:34:54] 	at obfuscated.aHE.e_(SourceFile:36)
[2017-05-07 00:34:54] 	at obfuscated.aHP.e_(SourceFile:71)
[2017-05-07 00:34:54] 	at obfuscated.aIb.e_(SourceFile:65)
[2017-05-07 00:34:54] 	at obfuscated.aKS.e_(SourceFile:611)
[2017-05-07 00:34:54] 	at obfuscated.aHU.b(SourceFile:229)
[2017-05-07 00:34:54] 	at obfuscated.aHU.e_(SourceFile:91)
[2017-05-07 00:34:54] 	at obfuscated.aIn.e_(SourceFile:188)
[2017-05-07 00:34:54] 	at obfuscated.aKN.e_(SourceFile:166)
[2017-05-07 00:34:54] 	at obfuscated.aHE.e_(SourceFile:36)
[2017-05-07 00:34:54] 	at obfuscated.aHE.e_(SourceFile:36)
[2017-05-07 00:34:54] 	at obfuscated.aJG.e_(SourceFile:64)
[2017-05-07 00:34:54] 	at obfuscated.aJd.e_(SourceFile:211)
[2017-05-07 00:34:54] 	at obfuscated.aJQ.e_(SourceFile:106)
[2017-05-07 00:34:54] 	at obfuscated.Ah.e_(SourceFile:37)
[2017-05-07 00:34:54] 	at obfuscated.nG.e_(SourceFile:287)
[2017-05-07 00:34:54] 	at obfuscated.nC.e_(SourceFile:193)
[2017-05-07 00:34:54] 	at obfuscated.hU.f(SourceFile:832)
[2017-05-07 00:34:54] 	at obfuscated.hv.b(SourceFile:808)
[2017-05-07 00:34:54] 	at obfuscated.hv.e_(SourceFile:439)
[2017-05-07 00:34:54] 	at obfuscated.aFN.g(SourceFile:546)
[2017-05-07 00:34:54] 	at obfuscated.aFN.a(SourceFile:687)
[2017-05-07 00:34:54] 	at obfuscated.aFT.b(SourceFile:703)
[2017-05-07 00:34:54] 	at obfuscated.V.e(SourceFile:1110)
[2017-05-07 00:34:54] 	at org.schema.game.common.Starter.startMainMenu(SourceFile:1489)
[2017-05-07 00:34:54] 	at org.schema.game.common.Starter.main(SourceFile:1034)
[2017-05-07 00:35:52] AGAIN PRINTING STACK TRACE
[2017-05-07 00:35:52] java.lang.NullPointerException
[2017-05-07 00:35:52] 	at org.schema.game.common.data.fleet.Fleet.getFlagShipSector(SourceFile:301)
[2017-05-07 00:35:52] 	at obfuscated.An.toString(SourceFile:159)
[2017-05-07 00:35:52] 	at obfuscated.aIy.e_(SourceFile:180)
[2017-05-07 00:35:52] 	at obfuscated.aHE.e_(SourceFile:36)
[2017-05-07 00:35:52] 	at obfuscated.aHP.e_(SourceFile:71)
[2017-05-07 00:35:52] 	at obfuscated.aIb.e_(SourceFile:65)
[2017-05-07 00:35:52] 	at obfuscated.aKS.e_(SourceFile:611)
[2017-05-07 00:35:52] 	at obfuscated.aHU.b(SourceFile:229)
[2017-05-07 00:35:52] 	at obfuscated.aHU.e_(SourceFile:91)
[2017-05-07 00:35:52] 	at obfuscated.aIn.e_(SourceFile:188)
[2017-05-07 00:35:52] 	at obfuscated.aKN.e_(SourceFile:166)
[2017-05-07 00:35:52] 	at obfuscated.aHE.e_(SourceFile:36)
[2017-05-07 00:35:52] 	at obfuscated.aHE.e_(SourceFile:36)
[2017-05-07 00:35:52] 	at obfuscated.aJG.e_(SourceFile:64)
[2017-05-07 00:35:52] 	at obfuscated.aJd.e_(SourceFile:211)
[2017-05-07 00:35:52] 	at obfuscated.aJQ.e_(SourceFile:106)
[2017-05-07 00:35:52] 	at obfuscated.Ah.e_(SourceFile:37)
[2017-05-07 00:35:52] 	at obfuscated.nG.e_(SourceFile:287)
[2017-05-07 00:35:52] 	at obfuscated.nC.e_(SourceFile:193)
[2017-05-07 00:35:52] 	at obfuscated.hU.f(SourceFile:832)
[2017-05-07 00:35:52] 	at obfuscated.hv.b(SourceFile:808)
[2017-05-07 00:35:52] 	at obfuscated.hv.e_(SourceFile:439)
[2017-05-07 00:35:52] 	at obfuscated.aFN.g(SourceFile:546)
[2017-05-07 00:35:52] 	at obfuscated.aFN.a(SourceFile:687)
[2017-05-07 00:35:52] 	at obfuscated.aFT.b(SourceFile:703)
[2017-05-07 00:35:52] 	at obfuscated.V.e(SourceFile:1110)
[2017-05-07 00:35:52] 	at org.schema.game.common.Starter.startMainMenu(SourceFile:1489)
[2017-05-07 00:35:52] 	at org.schema.game.common.Starter.main(SourceFile:1034)
[2017-05-07 00:35:52] [CRASHREPORTER] RUNNING COMMAND: [java, -jar, W:\SteamLibraryforfuckedthings\steamapps\common\StarMade\StarMadeDEV\.\CrashAndBugReport.jar, ]
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [CLIENT][REMOTETRANSFORMABLE] sector change local for client directly
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=Wildspace Wanderers, date=1494113699394, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=Wildspace Wanderers, date=1494113699394, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113699394, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113699394, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113699394, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=City-Gate Security, date=1494113699394, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=City-Gate Security, date=1494113699394, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Traders, date=1494113699394, message=Traders offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Traders, date=1494113699394, message=Traders offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Traders, date=1494113699394, message=Traders offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113711446, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113711447, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=City-Gate Security, date=1494113711447, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=City-Gate Security, date=1494113711447, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113720459, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113720459, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113720459, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113732477, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113732477, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113744497, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113744497, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Wildspace Wanderers, date=1494113744497, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Wildspace Wanderers, date=1494113753510, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Wildspace Wanderers, date=1494113753510, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Wildspace Wanderers, date=1494113753510, message=Wildspace Wanderers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=Kaiju Design Initiative, date=1494113753510, message=Kaiju Design Initiative offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=Kaiju Design Initiative, date=1494113753510, message=Kaiju Design Initiative offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Outcasts, date=1494113753510, message=Outcasts offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Outcasts, date=1494113753510, message=Outcasts offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999997, op=Outcasts, date=1494113753510, message=Outcasts offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999997)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999997; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999998, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999998)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999998; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999995, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999995)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999995; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999999, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999999)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999999; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999998, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999998)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999998; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999995, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999995)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999995; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999999, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999999)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999999; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Iskir Clan, date=1494113753510, message=Iskir Clan offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999998, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999998)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999998; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999995, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999995)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999995; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999999, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999999)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999999; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999998, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999998)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999998; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-10000000, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-10000000)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -10000000; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999995, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999995)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999995; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999999, op=City-Gate Security, date=1494113753510, message=City-Gate Security offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999999)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999999; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Scavengers, date=1494113753510, message=Scavengers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Scavengers, date=1494113753510, message=Scavengers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999996, op=Scavengers, date=1494113753510, message=Scavengers offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999996)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999996; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Traders, date=1494113753510, message=Traders offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] trying to add news entry: FactionNewsPost [factionId=-9999994, op=Traders, date=1494113753510, message=Traders offered a peace treaty! Since you haven't been attacking for some time, we wanted to make peace, permission=0] on Client(11) -> fid(-9999994)
[2017-05-07 00:35:52] [FACTIONMANAGER] updated news on Client(11) for factionID -9999994; delete: false
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999994, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999995, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999995, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999999, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999999, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999999, b=-9999997, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999998, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999995, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999999, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999998, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999995, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999999, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999996, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999998, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999995, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999999, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999998, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-10000000, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999995, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999997, b=-9999999, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999998, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999998, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-9999998, b=-9999996, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] put relationship offer RelOffer[a=-10000000, b=-9999994, rel=NEUTRAL] on Client(11)
[2017-05-07 00:35:52] [FACTIONMANAGER] Faction Offers Changed
[2017-05-07 00:35:52] Exiting because of starting crash report
[2017-05-07 00:35:52] [CLIENT] SAVING CLIENT CHANNEL Faction10033 Open: false;
[2017-05-07 00:35:52] [CLIENT] SAVING CLIENT CHANNEL all Open: false;
[2017-05-07 00:35:52] [CLIENT] chat channels saved
[2017-05-07 00:35:54] [CLIENT-CONTROLLER][WARNING] state update took 140ms
[2017-05-07 00:35:54] [SHIP] Client(11) Ship[KDI Canning Miner-carrier mod MK1rl19](8982) AI udpate took 190
[2017-05-07 00:35:54] [CLIENT] WARNING: UPDATE OF Ship[KDI Canning Miner-carrier mod MK1rl19](8982) took 190
[2017-05-07 00:35:55] [SHIP] Client(11) Ship[KDI Canning Miner-carrier mod MK1rl14](8968) AI udpate took 45
[2017-05-07 00:35:55] [CLIENT-CONTROLLER][WARNING] state update took 285ms
[2017-05-07 00:35:55] !!!! THIS DISPLAYS THE STACKTRACE OF A REGULAR GL FRAME EXIT
[2017-05-07 00:35:55] org.schema.schine.graphicsengine.core.FinishedFrameException
[2017-05-07 00:35:55] 	at obfuscated.aFN.e(SourceFile:137)
[2017-05-07 00:35:55] 	at obfuscated.gG.exit(SourceFile:1122)
[2017-05-07 00:35:55] 	at obfuscated.aFR.run(SourceFile:410)
[2017-05-07 00:35:55] 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventQueue.access$300(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventQueue$3.run(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventQueue$3.run(Unknown Source)
[2017-05-07 00:35:55] 	at java.security.AccessController.doPrivileged(Native Method)
[2017-05-07 00:35:55] 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
[2017-05-07 00:35:55] 	at java.awt.EventDispatchThread.run(Unknown Source)
[2017-05-07 00:35:55] [GRAPHICS] Graphics Context HAS FINISHED!!!
[2017-05-07 00:36:03] [AUDIO] Cleaning up sound system
[2017-05-07 00:36:03] SoundSystem shutting down...
[2017-05-07 00:36:12]     Author: Paul Lamb, www.paulscode.com
[2017-05-07 00:36:12] [CLIENT] CLIENT SHUTDOWN. Dumping client data!
[2017-05-07 00:36:12] [SENDABLESEGMENTVONTROLLER][WRITE] WARNING: segment writing of Ship[KDI Canning Miner-carrier mod MK1](5653) on Client(11) took: 144 ms (file header: 0ms)
[2017-05-07 00:36:12] [SENDABLESEGMENTVONTROLLER][WRITE] WARNING: segment writing of Asteroid(9094)sec[9092](!) on Client(11) took: 26 ms (file header: 0ms)
[2017-05-07 00:36:12] [SENDABLESEGMENTVONTROLLER][WRITE] WARNING: segment writing of Asteroid(9093)sec[9092](!) on Client(11) took: 13 ms (file header: 0ms)
[2017-05-07 00:36:12] [SENDABLESEGMENTVONTROLLER][WRITE] WARNING: segment writing of Asteroid(9095)sec[9092](!) on Client(11) took: 11 ms (file header: 0ms)
[2017-05-07 00:36:12] [CLIENT] CLIENT SHUTDOWN. client data saved!
[2017-05-07 00:36:12] [CLIENT] CLIENT SHUTDOWN. thread pool terminated!
[2017-05-07 00:36:12] [GLFrame] terminated frame: exiting program; finished: true
[2017-05-07 00:36:12] Exiting because of terminated frame
[2017-05-07 00:36:12] org.schema.schine.network.client.ClientProcessor@1b825ac8 sending logout
[2017-05-07 00:36:12] [CLIENT] CLOSING SOCKET
[2017-05-07 00:36:12] [CLIENT] CLOSING SOCKET
[2017-05-07 00:36:12] [CLIENT] ClientSendingQueueThread Terminated
[2017-05-07 00:36:12] [CLIENT] SAVING CLIENT CHANNEL Faction10033 Open: false;
[2017-05-07 00:36:12] [CLIENT] SAVING CLIENT CHANNEL all Open: false;
[2017-05-07 00:36:12] java.net.SocketException: Socket closed
[2017-05-07 00:36:12] 	at java.net.SocketInputStream.socketRead0(Native Method)
[2017-05-07 00:36:12] 	at java.net.SocketInputStream.read(Unknown Source)
[2017-05-07 00:36:12] 	at java.net.SocketInputStream.read(Unknown Source)
[2017-05-07 00:36:12] 	at java.net.SocketInputStream.read(Unknown Source)
[2017-05-07 00:36:12] 	at java.io.DataInputStream.readInt(Unknown Source)
[2017-05-07 00:36:12] 	at org.schema.schine.network.client.ClientProcessor.run(SourceFile:336)
[2017-05-07 00:36:12] 	at java.lang.Thread.run(Unknown Source)
[2017-05-07 00:36:12] [ClientProcessor] EXIT: Input Stream closed. Terminated Client Processor
[2017-05-07 00:36:12] [CLIENT] PacketHandler Terminated
[2017-05-07 00:36:12] java.net.SocketException: Socket is closed
[2017-05-07 00:36:12] 	at java.net.Socket.shutdownInput(Unknown Source)
[2017-05-07 00:36:12] 	at org.schema.schine.network.client.ClientToServerConnection.disconnect(SourceFile:195)
[2017-05-07 00:36:12] 	at obfuscated.J.j(SourceFile:3448)
[2017-05-07 00:36:12] 	at obfuscated.Wf.b(SourceFile:311)
[2017-05-07 00:36:12] 	at org.schema.game.common.Starter.stopClient(SourceFile:1464)
[2017-05-07 00:36:12] 	at obfuscated.gG.stopClient(SourceFile:1643)
[2017-05-07 00:36:12] 	at obfuscated.W.run(SourceFile:135)
[2017-05-07 00:36:12] 	at java.lang.Thread.run(Unknown Source)
[2017-05-07 00:36:13] [CLIENT] chat channels saved
[2017-05-07 00:36:13] [GLFrame] Client System.exit()
[2017-05-07 00:36:13] java.lang.Exception: System.exit() called
[2017-05-07 00:36:13] 	at obfuscated.aFN.a(SourceFile:610)
[2017-05-07 00:36:13] 	at obfuscated.aFT.b(SourceFile:730)
[2017-05-07 00:36:13] 	at obfuscated.V.e(SourceFile:1110)
[2017-05-07 00:36:13] 	at org.schema.game.common.Starter.startMainMenu(SourceFile:1489)
[2017-05-07 00:36:13] 	at org.schema.game.common.Starter.main(SourceFile:1034)
[2017-05-07 00:36:13] WARNING: USING EMERGENCY SHUTDOWN HOOK
[2017-05-07 00:36:13] java.lang.Exception: Server Shutdown: true
>

This has happened once so far, just reporting it before I fall asleep lest I forget to post the bug report.

Details

Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Not on purpose
Last tested (version)
0.199.535
Category
Fleets
First occurrence (version)
0.199.535
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
uncertain
User/Reporter/Contact
Username on Registry
Napther
Steps to reproduce
  1. create fleet
  2. tell fleet to perform action, such as Mine this Sector
  3. delete mothership from fleet menu
Tester information (Internal use only)

Can't reproduce it, issue is probably still there though. Logs might be enough to fix it, if not then this can be rejected.

Serverconfig (server.cfg)
 <replace this block with the file content, 
but do not remove the first and last line. 
Before using the paste function, mark the area from the 
opening angle bracket to the closing angle bracket>
Clientconfig (settings.cfg)
 <replace this block with the file content, 
but do not remove the first and last line. 
Before using the paste function, mark the area from the 
opening angle bracket to the closing angle bracket>

Event Timeline

Napther created this task.May 6 2017, 11:47 PM
lancake added a subscriber: lancake.
lancake changed the task status from Open to In Queue.
lancake claimed this task.

-validated- and -confirmed-

Can't reproduce it, issue is probably still there though. Logs might be enough to fix it, if not then this can be rejected.

Restricted Application removed a project: Issue Navigation. · View Herald TranscriptMar 13 2018, 10:57 PM
lancake shifted this object from the S1 Public space to the S3 Starmade space.Mar 13 2018, 10:59 PM
lancake changed the visibility from "Custom Policy" to "Public (No Login Required)".
lancake changed the edit policy from "Task Author" to "Starmade (Project)".
lancake edited Tester information (Internal use only). (Show Details)
lancake changed Affected Gamemode(s) from none/unspecified to Single and Multi.
lancake changed Reproducible from uncertain to Not on purpose.
lancake set First occurrence (version) to 0.199.535.
lancake renamed this task from Deleting fleet Mothership mid-action may cause crash to nullpointer when removing fleet mothership while mining.
lancake lowered the priority of this task from Normal to Low.
Restricted Application added projects: Game Development, Fleets. · View Herald TranscriptMar 13 2018, 10:59 PM