Page MenuHomeSchine - Phabricator

Starmade | Server Crashing with enable break off is true
Confirmed task for development, NormalPublic

Description

Server crashes when ENABLE_BREAK_OFF = true{F716}

Details

Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Yes
Last tested (version)
0.19362 (Dev-Build)
Category
Engine
First occurrence (version)
0.175
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
uncertain
Tester information (Internal use only)

The current stacktrace is old and is probably not relevant anymore.
Break off crashes still happen though.

[2017-06-21 22:55:50] Exiting (normal) because of exception java.lang.NullPointerException: Exception: REQUESTED TYPE 0 IS NULL
[2017-06-21 22:55:50] java.lang.NullPointerException: Exception: REQUESTED TYPE 0 IS NULL
[2017-06-21 22:55:50] 	at org.schema.game.common.data.element.ElementKeyMap.getInfo(SourceFile:643)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.EditableSendableSegmentController.handleHit(SourceFile:1494)
[2017-06-21 22:55:50] 	at obfuscated.YA.handleHit(SourceFile:334)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.hitBlock(SourceFile:524)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.checkCollision(SourceFile:390)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.updateParticle(SourceFile:1150)
[2017-06-21 22:55:50] 	at obfuscated.aLm.update(SourceFile:167)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:1188)
[2017-06-21 22:55:50] 	at obfuscated.ajG.a(SourceFile:2318)
[2017-06-21 22:55:50] 	at org.schema.game.common.data.world.Universe.updateSector(SourceFile:1133)
[2017-06-21 22:55:50] 	at org.schema.game.common.data.world.Universe.update(SourceFile:1197)
[2017-06-21 22:55:50] 	at org.schema.game.server.controller.GameServerController.update(SourceFile:1295)
[2017-06-21 22:55:50] 	at org.schema.schine.network.server.ServerController.run(SourceFile:275)
[2017-06-21 22:55:50] 	at java.lang.Thread.run(Unknown Source)

Related Objects

Event Timeline

SmilingDemon updated the task description. (Show Details)Jun 30 2015, 7:44 AM
SmilingDemon changed the visibility from "Custom Policy" to "Public (No Login Required)".
SmilingDemon changed the edit policy from "Task Author" to "Starmade (Project)".
SmilingDemon changed Category from none/unspecified to Engine.
SmilingDemon changed Affected Gamemode(s) from none/unspecified to Single and Multi.
SmilingDemon set First occurrence (version) to 0.175.
SmilingDemon changed Reproducible from uncertain to Yes.
SmilingDemon set Last tested (version) to 0.19198 (Dev-Build).
SmilingDemon edited Serverconfig (server.cfg). (Show Details)
SmilingDemon edited Clientconfig (settings.cfg). (Show Details)
SmilingDemon moved this task from Unclassed to Issue affecting current release on the Starmade board.
SmilingDemon created this task.
SmilingDemon raised the priority of this task from to Normal.
SmilingDemon changed the task status from Open to In Queue (Game).
Restricted Application edited projects, added Game Development; removed Issue Navigation. · View Herald TranscriptJun 30 2015, 9:18 AM
schema added a subscriber: schema.Jul 2 2015, 7:38 PM
schema changed the task status from In Queue (Game) to Resolved.

fixed for 0.19303

Restricted Application edited projects, added Quality Assurance; removed Game Development. · View Herald TranscriptJul 2 2015, 7:38 PM
lancake changed the task status from Resolved to In Queue (Game).

Crashes when you create an entity that breaks off, full log:

[2015-07-03 14:00:06] java.lang.ArrayIndexOutOfBoundsException
[2015-07-03 14:00:06] 	at java.lang.System.arraycopy(Native Method)
[2015-07-03 14:00:06] 	at org.schema.game.common.data.world.SegmentData.applySegmentData(SourceFile:470)
[2015-07-03 14:00:06] 	at org.schema.game.common.data.world.SegmentData.apply(SourceFile:1103)
[2015-07-03 14:00:06] 	at obfuscated.UP.a(SourceFile:541)
[2015-07-03 14:00:06] 	at obfuscated.LF.updateDirtySegments(SourceFile:380)
[2015-07-03 14:00:06] 	at obfuscated.LF.updateLocal(SourceFile:1630)
[2015-07-03 14:00:06] 	at org.schema.game.common.controller.EditableSendableSegmentController.updateLocal(SourceFile:2644)
[2015-07-03 14:00:06] 	at obfuscated.LO.updateLocal(SourceFile:1102)
[2015-07-03 14:00:06] 	at obfuscated.C.update(SourceFile:2857)
[2015-07-03 14:00:06] 	at obfuscated.apb.a(SourceFile:1189)
[2015-07-03 14:00:06] 	at obfuscated.apb.a(SourceFile:1181)
[2015-07-03 14:00:06] 	at obfuscated.C.h(SourceFile:2329)
[2015-07-03 14:00:06] 	at obfuscated.Ke.run(SourceFile:86)
[2015-07-03 14:00:06] 	at java.lang.Thread.run(Unknown Source)
[2015-07-03 14:00:06] [SERVER] WRITING ENTITY TAG: Asteroid(148)sec[2](!)
[2015-07-03 14:00:06] [SERVER][SEGMENTCONTROLLER] PERMANENTLY DELETING ENTITY: ENTITY_FLOATINGROCK_DEBRIS_1435924805983.ent
[2015-07-03 14:00:06] [ERROR] Bad asteroid unique identifier
[2015-07-03 14:00:06] Exiting (normal) because of exception java.lang.NullPointerException
[2015-07-03 14:00:06] java.lang.NullPointerException
[2015-07-03 14:00:06] 	at org.schema.schine.network.objects.remote.RemoteComparable.set(SourceFile:37)
[2015-07-03 14:00:06] 	at org.schema.schine.network.objects.remote.RemoteComparable.set(SourceFile:28)
[2015-07-03 14:00:06] 	at obfuscated.LF.updateToFullNetworkObject(SourceFile:1745)
[2015-07-03 14:00:06] 	at obfuscated.KR.updateToFullNetworkObject(SourceFile:96)
[2015-07-03 14:00:06] 	at org.schema.schine.network.SynchronizationContainerController.addImmediateSynchronizedObject(SourceFile:53)
[2015-07-03 14:00:06] 	at obfuscated.KO.destroyPersistent(SourceFile:285)
[2015-07-03 14:00:06] 	at obfuscated.aiQ.a(SourceFile:1505)
[2015-07-03 14:00:06] 	at org.schema.game.server.controller.GameServerController.update(SourceFile:2213)
[2015-07-03 14:00:06] 	at org.schema.schine.network.server.ServerController.run(SourceFile:323)
[2015-07-03 14:00:06] 	at java.lang.Thread.run(Unknown Source)
[2015-07-03 14:00:06] [SERVER] SERVER SHUTDOWN. Dumping server State!
Restricted Application edited projects, added Game Development; removed Quality Assurance. · View Herald TranscriptJul 3 2015, 12:04 PM
lancake set Task Type to Bug.Jul 3 2015, 12:04 PM
lancake changed Last tested (version) from 0.19198 (Dev-Build) to 0.19304 (Dev-Build).
lancake edited a custom field.
lancake set OS-Specific to No.
lancake set Hardware-Specific to No.
lancake set Video Card Vendor to uncertain.
AndyP moved this task from Delayed to schema on the Game Development board.Jul 3 2015, 2:04 PM

Slightly different logs

[2015-08-09 19:30:54] java.lang.ArrayIndexOutOfBoundsException
[2015-08-09 19:30:54]     at java.lang.System.arraycopy(Native Method)
[2015-08-09 19:30:54]     at org.schema.game.common.data.world.SegmentData.applySegmentData(SourceFile:452)
[2015-08-09 19:30:54]     at org.schema.game.common.data.world.SegmentData.apply(SourceFile:1193)
[2015-08-09 19:30:54]     at obfuscated.VT.a(SourceFile:530)
[2015-08-09 19:30:54]     at obfuscated.MB.updateDirtySegments(SourceFile:888)
[2015-08-09 19:30:54]     at obfuscated.MB.updateLocal(SourceFile:513)
[2015-08-09 19:30:54]     at org.schema.game.common.controller.EditableSendableSegmentController.updateLocal(SourceFile:1071)
[2015-08-09 19:30:54]     at obfuscated.LT.updateLocal(SourceFile:702)
[2015-08-09 19:30:54]     at obfuscated.C.update(SourceFile:1147)
[2015-08-09 19:30:54]     at obfuscated.aql.a(SourceFile:1158)
[2015-08-09 19:30:54]     at obfuscated.aql.a(SourceFile:1149)
[2015-08-09 19:30:54]     at obfuscated.C.h(SourceFile:2696)
[2015-08-09 19:30:54]     at obfuscated.KW.run(SourceFile:87)
[2015-08-09 19:30:54]     at java.lang.Thread.run(Unknown Source)
lancake changed Last tested (version) from 0.19304 (Dev-Build) to 0.19362 (Dev-Build).Aug 9 2015, 6:16 PM
Gamel added a subscriber: Gamel.Aug 10 2015, 1:27 AM
Megacrafter127 shifted this object from the S1 Public space to the S3 Starmade space.Aug 11 2015, 11:05 PM
Megacrafter127 changed the edit policy from "Starmade (Project)" to "All Users".
Megacrafter127 edited Serverconfig (server.cfg). (Show Details)
Megacrafter127 edited Clientconfig (settings.cfg). (Show Details)
Megacrafter127 added a subscriber: Megacrafter127.
Megacrafter127 claimed this task.
Megacrafter127 removed Megacrafter127 as the assignee of this task.

respacing

lancake claimed this task.Sep 21 2015, 11:02 AM
AndyP changed the task status from In Queue (Game) to In Queue.Mar 10 2017, 5:14 PM
Restricted Application added a project: Engine. · View Herald TranscriptMar 10 2017, 5:14 PM
AndyP moved this task from Backlog / Unclassed to Crashes on the Engine board.Mar 15 2017, 6:33 PM
AndyP edited projects, added Engine (Crashes); removed Engine.
AndyP moved this task from Beta to Alpha on the Engine (Crashes) board.
lancake added a subscriber: Rubiks_cube.

The current stacktrace is old and is probably not relevant anymore.
Break off crashes still happen though.

[2017-06-21 22:55:50] Exiting (normal) because of exception java.lang.NullPointerException: Exception: REQUESTED TYPE 0 IS NULL
[2017-06-21 22:55:50] java.lang.NullPointerException: Exception: REQUESTED TYPE 0 IS NULL
[2017-06-21 22:55:50] 	at org.schema.game.common.data.element.ElementKeyMap.getInfo(SourceFile:643)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.EditableSendableSegmentController.handleHit(SourceFile:1494)
[2017-06-21 22:55:50] 	at obfuscated.YA.handleHit(SourceFile:334)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.hitBlock(SourceFile:524)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.checkCollision(SourceFile:390)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.updateParticle(SourceFile:1150)
[2017-06-21 22:55:50] 	at obfuscated.aLm.update(SourceFile:167)
[2017-06-21 22:55:50] 	at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:1188)
[2017-06-21 22:55:50] 	at obfuscated.ajG.a(SourceFile:2318)
[2017-06-21 22:55:50] 	at org.schema.game.common.data.world.Universe.updateSector(SourceFile:1133)
[2017-06-21 22:55:50] 	at org.schema.game.common.data.world.Universe.update(SourceFile:1197)
[2017-06-21 22:55:50] 	at org.schema.game.server.controller.GameServerController.update(SourceFile:1295)
[2017-06-21 22:55:50] 	at org.schema.schine.network.server.ServerController.run(SourceFile:275)
[2017-06-21 22:55:50] 	at java.lang.Thread.run(Unknown Source)
lancake edited Tester information (Internal use only). (Show Details)Jun 22 2017, 10:52 PM
lancake edited Tester information (Internal use only). (Show Details)
lancake edited Tester information (Internal use only). (Show Details)