This was tested on version 0.199.531 on the LvD world copy on the dev server. When doing an import of "Mineapalooza-v1.1", all the entities that are docked to planet plates or asteroids fail to load. This import is used as part of a quest on the main LvD server.
Description
Description
Details
Details
- Commits
- Restricted Diffusion Commit
- Task Type
- Bug
Testing Results
- Affected Gamemode(s)
- none/unspecified
- Reproducible
- uncertain
- Last tested (version)
- 0.199.528
- Category
- none/unspecified
Hardware/Software/System
- OS-Specific
- No
- Hardware-Specific
- No
- Video Card Vendor
- uncertain
Steps to reproduce
- Make sure the Lvd copy on the dev server is running and connect to it.
- Make sure NOT to be in sector 2600 2600 2600, and ensure it is unloaded.
- As an admin, run the command following command: /import_sector 2600 2600 2600 Mineapalooza-v1.1
- Go to sector 2600 2600 2600 and you will notice there are no ship entities in the sector. There should be some mining rigs attached to several planet plates and asteroids.
Tester information (Internal use only)
ClassCastException and missing planet cores?
Not entirely sure, logs:
[2017-04-21 00:05:40] [SERVER][ERROR] Exception Loading Sector ENTITY_SHIP_Pirate_Mining_rig_bigger_1477415350057rl00rl000_2300_2300_2300_6500_6500_6500_54_54_54.ent; [2017-04-21 00:05:40] java.lang.ClassCastException: java.lang.Byte cannot be cast to [Lobfuscated.aQh; [2017-04-21 00:05:40] at obfuscated.abu.a(SourceFile:104) [2017-04-21 00:05:40] at obfuscated.aaH.a(SourceFile:48) [2017-04-21 00:05:40] at obfuscated.aaz.a(SourceFile:246) [2017-04-21 00:05:40] at obfuscated.aaz.a(SourceFile:216) [2017-04-21 00:05:40] at obfuscated.aaz.a(SourceFile:2343) [2017-04-21 00:05:40] at obfuscated.Yc.fromTagStructure(SourceFile:2494) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.loadEntity(SourceFile:372) [2017-04-21 00:05:40] at obfuscated.ajG.a(SourceFile:1422) [2017-04-21 00:05:40] at obfuscated.ajG.a(SourceFile:1390) [2017-04-21 00:05:40] at obfuscated.ajG.a(SourceFile:1302) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.loadOrGenerateSector(SourceFile:996) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.getSector(SourceFile:688) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.getSector(SourceFile:682) [2017-04-21 00:05:40] at obfuscated.axP.b(SourceFile:739) [2017-04-21 00:05:40] at obfuscated.axP.a(SourceFile:2410) [2017-04-21 00:05:40] at org.schema.game.server.controller.GameServerController.update(SourceFile:1029) [2017-04-21 00:05:40] at org.schema.schine.network.server.ServerController.run(SourceFile:275) [2017-04-21 00:05:40] at java.lang.Thread.run(Unknown Source)
and a whole bunch of other ones.
Sector export file:
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
Comment Actions
-Confirmed-
ClassCastException and missing planet cores?
Not entirely sure, logs:
[2017-04-21 00:05:40] [SERVER][ERROR] Exception Loading Sector ENTITY_SHIP_Pirate_Mining_rig_bigger_1477415350057rl00rl000_2300_2300_2300_6500_6500_6500_54_54_54.ent; [2017-04-21 00:05:40] java.lang.ClassCastException: java.lang.Byte cannot be cast to [Lobfuscated.aQh; [2017-04-21 00:05:40] at obfuscated.abu.a(SourceFile:104) [2017-04-21 00:05:40] at obfuscated.aaH.a(SourceFile:48) [2017-04-21 00:05:40] at obfuscated.aaz.a(SourceFile:246) [2017-04-21 00:05:40] at obfuscated.aaz.a(SourceFile:216) [2017-04-21 00:05:40] at obfuscated.aaz.a(SourceFile:2343) [2017-04-21 00:05:40] at obfuscated.Yc.fromTagStructure(SourceFile:2494) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.loadEntity(SourceFile:372) [2017-04-21 00:05:40] at obfuscated.ajG.a(SourceFile:1422) [2017-04-21 00:05:40] at obfuscated.ajG.a(SourceFile:1390) [2017-04-21 00:05:40] at obfuscated.ajG.a(SourceFile:1302) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.loadOrGenerateSector(SourceFile:996) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.getSector(SourceFile:688) [2017-04-21 00:05:40] at org.schema.game.common.data.world.Universe.getSector(SourceFile:682) [2017-04-21 00:05:40] at obfuscated.axP.b(SourceFile:739) [2017-04-21 00:05:40] at obfuscated.axP.a(SourceFile:2410) [2017-04-21 00:05:40] at org.schema.game.server.controller.GameServerController.update(SourceFile:1029) [2017-04-21 00:05:40] at org.schema.schine.network.server.ServerController.run(SourceFile:275) [2017-04-21 00:05:40] at java.lang.Thread.run(Unknown Source)
and a whole bunch of other ones.
Sector export file:
Comment Actions
Just thought I'd update this. Entities are now spawning in when the sector import is completed. I did not check if there are still errors in the logs though.