Server crashes when ENABLE_BREAK_OFF = true{F716}
Description
Description
Details
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
Related Objects
- Duplicates Merged Here
- T2439: Game closes down in combat (break off)
Event Timeline
Comment Actions
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!
Comment Actions
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)
Comment Actions
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)