ArsMagica2 icon indicating copy to clipboard operation
ArsMagica2 copied to clipboard

1.7.10 - ShapeGroupMeta NBT messed up?

Open Saitoyui opened this issue 7 years ago • 1 comments

The byte[] NBT tag "ShapeGroupMeta_XX" contained in the NBT data of every spell might not be in the proper format.

As a result of this, CustomNPCs cannot load NPC clones carrying spells, and it throws this error when it tries. [SEVERE][noppes.npcs.controllers.ServerCloneController:106] noppes.npcs.util.JsonException: Unable to convert: 0bytes to a number: Line: 57, Pos: 49, Text: "ShapeGroupMeta_02": [0 bytes], [B#349] at noppes.npcs.util.NBTJsonUtil.ReadValue(NBTJsonUtil.java:164) [B#349] at noppes.npcs.util.NBTJsonUtil.ReadValue(NBTJsonUtil.java:93) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:62) [B#349] at noppes.npcs.util.NBTJsonUtil.ReadValue(NBTJsonUtil.java:81) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:62) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.ReadValue(NBTJsonUtil.java:81) [B#349] at noppes.npcs.util.NBTJsonUtil.ReadValue(NBTJsonUtil.java:93) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:62) [B#349] at noppes.npcs.util.NBTJsonUtil.ReadValue(NBTJsonUtil.java:81) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:62) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.FillCompound(NBTJsonUtil.java:74) [B#349] at noppes.npcs.util.NBTJsonUtil.Convert(NBTJsonUtil.java:46) [B#349] at noppes.npcs.util.NBTJsonUtil.LoadFile(NBTJsonUtil.java:315) [B#349] at noppes.npcs.controllers.ServerCloneController.getCloneData(ServerCloneController.java:104) [B#349] at noppes.npcs.client.gui.GuiNpcMobSpawner.getCompound(GuiNpcMobSpawner.java:152) [B#349] at noppes.npcs.client.gui.GuiNpcMobSpawner.func_146284_a(GuiNpcMobSpawner.java:179) [B#349] at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225) [B#349] at noppes.npcs.client.gui.util.GuiNPCInterface.func_73864_a(GuiNPCInterface.java:122) [B#349] at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296) [B#349] at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268) [B#349] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640) [B#349] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [B#349] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [B#349] at net.minecraft.client.main.Main.main(SourceFile:148) [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [B#349] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [B#349] at java.lang.reflect.Method.invoke(Method.java:498) [B#349] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [B#349] at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Removing the offending tags and then executing the spell causes this crash: ]: Encountered an unexpected exception [B#349] net.minecraft.util.ReportedException: Reading NBT data [B#349] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) ~[nc.class:?] [B#349] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) ~[MinecraftServer.class:?] [B#349] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?] [B#349] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?] [B#349] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] [B#349] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [B#349] Caused by: java.lang.ClassCastException: net.minecraft.nbt.NBTTagList cannot be cast to net.minecraft.nbt.NBTTagIntArray [B#349] at net.minecraft.nbt.NBTTagCompound.func_74759_k(NBTTagCompound.java:245) ~[dh.class:?] [B#349] at am2.spell.SpellUtils.getModifiersForStage(SpellUtils.java:666) ~[SpellUtils.class:?] [B#349] at am2.spell.SpellUtils.constructSpellStack(SpellUtils.java:564) ~[SpellUtils.class:?] [B#349] at am2.items.SpellBase.func_77615_a(SpellBase.java:162) ~[SpellBase.class:?] [B#349] at net.minecraft.item.ItemStack.func_77974_b(ItemStack.java:402) ~[add.class:?] [B#349] at net.minecraft.entity.player.EntityPlayer.func_71034_by(EntityPlayer.java:196) ~[yz.class:?] [B#349] at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:439) ~[nh.class:?] [B#349] at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53) ~[ji.class:?] [B#349] at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8) ~[ji.class:?] [B#349] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] [B#349] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[nc.class:?] [B#349] ... 5 more [B#349] [21:19:50] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Saito\AppData\Roaming\.technic\modpacks\freelancer-initiative\crash-reports\crash-2017-04-04_21.19.47-server.txt [B#349] [21:19:50] [Server thread/INFO]: Stopping server [B#349] [21:19:50] [Server thread/INFO]: Saving players [B#349] [21:19:50] [Server thread/INFO]: Saving worlds [B#349] [21:19:50] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld [B#349] [21:19:50] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs. [B#349] [21:19:50] [Netty Client IO #0/INFO] [EnderCore]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler [B#349] [21:19:50] [Netty Client IO #0/INFO] [EnderCore]: Reset configs to client values for tterrag.wailaplugins.config.WPConfigHandler [B#349] [21:19:50] [Server thread/INFO]: Saving chunks for level 'New World'/Nether [B#349] [21:19:50] [Server thread/INFO]: Saving chunks for level 'New World'/The Last Millenium [B#349] [21:19:51] [Server thread/INFO] [FML]: Unloading dimension 0 [B#349] [21:19:51] [Server thread/INFO] [FML]: Unloading dimension -1 [B#349] [21:19:51] [Server thread/INFO] [FML]: Unloading dimension -112 [B#349] [21:19:54] [Client thread/FATAL]: Reported exception thrown! [B#349] net.minecraft.util.ReportedException: Reading NBT data [B#349] at net.minecraft.nbt.NBTTagCompound.func_74759_k(NBTTagCompound.java:249) ~[dh.class:?] [B#349] at am2.spell.SpellUtils.getModifiersForStage(SpellUtils.java:666) ~[SpellUtils.class:?] [B#349] at am2.spell.SpellUtils.constructSpellStack(SpellUtils.java:564) ~[SpellUtils.class:?] [B#349] at am2.items.SpellBase.func_77615_a(SpellBase.java:162) ~[SpellBase.class:?] [B#349] at net.minecraft.item.ItemStack.func_77974_b(ItemStack.java:402) ~[add.class:?] [B#349] at net.minecraft.entity.player.EntityPlayer.func_71034_by(EntityPlayer.java:196) ~[yz.class:?] [B#349] at net.minecraft.client.multiplayer.PlayerControllerMP.func_78766_c(PlayerControllerMP.java:449) ~[bje.class:?] [B#349] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1918) ~[bao.class:?] [B#349] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?] [B#349] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?] [B#349] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] [B#349] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] [B#349] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] [B#349] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] [B#349] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] [B#349] Caused by: java.lang.ClassCastException: net.minecraft.nbt.NBTTagList cannot be cast to net.minecraft.nbt.NBTTagIntArray [B#349] at net.minecraft.nbt.NBTTagCompound.func_74759_k(NBTTagCompound.java:245) ~[dh.class:?] [B#349] ... 16 more [B#349] [21:19:54] [Server thread/INFO] [FML]: Applying holder lookups [B#349] [21:19:54] [Server thread/INFO] [FML]: Holder lookups applied [B#349] [21:19:54] [Armourer's Workshop Server Skin Thread/INFO] [Armourer's Workshop]: Stopped server skin thread. [B#349] [21:19:54] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded. [B#349] [21:19:55] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ---- [B#349] // Oops. [B#349] [B#349] Time: 4/4/17 9:19 PM [B#349] Description: Reading NBT data [B#349] [B#349] java.lang.ClassCastException: net.minecraft.nbt.NBTTagList cannot be cast to net.minecraft.nbt.NBTTagIntArray [B#349] at net.minecraft.nbt.NBTTagCompound.func_74759_k(NBTTagCompound.java:245) [B#349] at am2.spell.SpellUtils.getModifiersForStage(SpellUtils.java:666) [B#349] at am2.spell.SpellUtils.constructSpellStack(SpellUtils.java:564) [B#349] at am2.items.SpellBase.func_77615_a(SpellBase.java:162) [B#349] at net.minecraft.item.ItemStack.func_77974_b(ItemStack.java:402) [B#349] at net.minecraft.entity.player.EntityPlayer.func_71034_by(EntityPlayer.java:196) [B#349] at net.minecraft.client.multiplayer.PlayerControllerMP.func_78766_c(PlayerControllerMP.java:449) [B#349] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1918) [B#349] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [B#349] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [B#349] at net.minecraft.client.main.Main.main(SourceFile:148) [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [B#349] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [B#349] at java.lang.reflect.Method.invoke(Method.java:498) [B#349] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [B#349] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [B#349] [B#349] [B#349] A detailed walkthrough of the error, its code path and all known details is as follows: [B#349] --------------------------------------------------------------------------------------- [B#349] [B#349] -- Head -- [B#349] Stacktrace: [B#349] at net.minecraft.nbt.NBTTagCompound.func_74759_k(NBTTagCompound.java:245) [B#349] [B#349] -- Corrupt NBT tag -- [B#349] Details: [B#349] Tag type found: LIST [B#349] Tag type expected: INT[] [B#349] Tag name: SpellModifierIDs_0 [B#349] Stacktrace: [B#349] at net.minecraft.nbt.NBTTagCompound.func_74759_k(NBTTagCompound.java:245) [B#349] at am2.spell.SpellUtils.getModifiersForStage(SpellUtils.java:666) [B#349] at am2.spell.SpellUtils.constructSpellStack(SpellUtils.java:564) [B#349] at am2.items.SpellBase.func_77615_a(SpellBase.java:162) [B#349] at net.minecraft.item.ItemStack.func_77974_b(ItemStack.java:402) [B#349] at net.minecraft.entity.player.EntityPlayer.func_71034_by(EntityPlayer.java:196) [B#349] at net.minecraft.client.multiplayer.PlayerControllerMP.func_78766_c(PlayerControllerMP.java:449) [B#349] [B#349] -- Affected level -- [B#349] Details: [B#349] Level name: MpServer [B#349] All players: 5 total; [MCH_ViewEntityDummy['McHeliDummyEntity'/735, l='MpServer', x=-24.50, y=66.62, z=361.50], MCH_ViewEntityDummy['McHeliDummyEntity'/1076, l='MpServer', x=-24.50, y=66.62, z=361.50], MCH_ViewEntityDummy['McHeliDummyEntity'/1093, l='MpServer', x=-24.50, y=66.62, z=361.50], MCH_ViewEntityDummy['McHeliDummyEntity'/1093, l='MpServer', x=-24.50, y=66.62, z=361.50], EntityClientPlayerMP['SaitoYui'/455, l='MpServer', x=-24.49, y=65.62, z=351.21]] [B#349] Chunk stats: MultiplayerChunkCache: 592, 674 [B#349] Level seed: 0 [B#349] Level generator: ID 00 - default, ver 1. Features enabled: false [B#349] Level generator options: [B#349] Level spawn location: World: (-25,64,361), Chunk: (at 7,4,9 in -2,22; contains blocks -32,0,352 to -17,255,367), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) [B#349] Level time: 24643 game time, 100874 day time [B#349] Level dimension: 0 [B#349] Level storage version: 0x00000 - Unknown? [B#349] Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) [B#349] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false [B#349] Forced entities: 127 total; [EntityXPOrb['Experience Orb'/567832, l='MpServer', x=-137.38, y=64.25, z=211.38], EntityItem['item.tile.dirt.default'/1114112, l='MpServer', x=-71.22, y=14.13, z=398.31], EntitySpider['Spider'/1113663, l='MpServer', x=-58.00, y=27.00, z=368.72], EntityZombie['Zombie'/1101344, l='MpServer', x=-90.59, y=44.00, z=414.97], EntitySpider['Spider'/1100884, l='MpServer', x=-3.50, y=35.00, z=337.50], MCH_ViewEntityDummy['McHeliDummyEntity'/1093, l='MpServer', x=-24.50, y=66.62, z=361.50], EntityCreeper['Creeper'/1100892, l='MpServer', x=-10.50, y=49.00, z=313.50], EntitySkeleton['Skeleton'/1121887, l='MpServer', x=1.98, y=36.00, z=348.12], EntitySpider['Spider'/1113666, l='MpServer', x=26.91, y=24.00, z=330.16], EntityZombie['Zombie'/1113667, l='MpServer', x=-83.50, y=46.00, z=395.50], EntityAspectOrb['Aspect Orb'/1121863, l='MpServer', x=52.06, y=72.06, z=425.63], EntitySheep['Sheep'/113, l='MpServer', x=-96.69, y=66.00, z=388.34], EntitySheep['Sheep'/121, l='MpServer', x=-88.97, y=64.00, z=381.53], EntitySheep['Sheep'/122, l='MpServer', x=-94.97, y=66.00, z=389.44], EntitySheep['Sheep'/123, l='MpServer', x=-93.50, y=67.00, z=391.50], EntityClientPlayerMP['SaitoYui'/455, l='MpServer', x=-24.49, y=65.62, z=351.21], EntityZombie['Zombie'/1102993, l='MpServer', x=-43.22, y=30.00, z=357.84], EntityXPOrb['Experience Orb'/368257, l='MpServer', x=-120.50, y=63.25, z=212.34], EntityCreeper['Creeper'/1116337, l='MpServer', x=-73.28, y=27.00, z=400.97], EntityChicken['Chicken'/176, l='MpServer', x=-46.59, y=62.35, z=329.56], EntitySkeleton['Spined Skeleton'/1110689, l='MpServer', x=-57.50, y=22.00, z=378.50], EntityZombie['Zombie'/1110690, l='MpServer', x=-28.44, y=24.00, z=403.50], EntityZombie['Zombie'/1110691, l='MpServer', x=-32.88, y=24.00, z=396.66], EntityXPOrb['Experience Orb'/367805, l='MpServer', x=-122.34, y=63.25, z=211.97], EntityBat['Bat'/1121491, l='MpServer', x=-91.25, y=24.64, z=376.06], EntityPig['Pig'/197, l='MpServer', x=-0.13, y=63.00, z=326.63], EntityChicken['Chicken'/202, l='MpServer', x=-30.50, y=73.00, z=431.50], EntityBat['Bat'/1121500, l='MpServer', x=-54.44, y=17.16, z=379.75], EntityCreeper['Creeper'/1118919, l='MpServer', x=-84.03, y=21.00, z=414.47], EntityChicken['Chicken'/215, l='MpServer', x=-23.47, y=63.00, z=313.47], EntityZombie['Zombie'/1112781, l='MpServer', x=-66.50, y=23.00, z=398.50], EntityCustomNpc['UCDF Supply Carrier'/222, l='MpServer', x=-12.50, y=64.00, z=358.50], EntityPig['Pig'/224, l='MpServer', x=-16.22, y=63.00, z=343.06], EntitySkeleton['Skeleton'/1101041, l='MpServer', x=7.50, y=20.00, z=322.50], EntityCreeper['Creeper'/1119475, l='MpServer', x=-32.03, y=25.00, z=406.47], EntityZombie['Zombie'/1119477, l='MpServer', x=-92.50, y=54.00, z=293.50], EntityBat['Bat'/1101045, l='MpServer', x=20.73, y=23.74, z=367.51], EntityZombie['Zombie'/1119476, l='MpServer', x=-95.50, y=54.00, z=292.50], EntitySquid['Squid'/1113335, l='MpServer', x=-54.13, y=61.13, z=317.81], EntityBat['Bat'/1101048, l='MpServer', x=-81.53, y=7.00, z=358.28], EntitySquid['Squid'/1113336, l='MpServer', x=-53.47, y=59.13, z=324.78], EntitySquid['Squid'/1113337, l='MpServer', x=-54.22, y=61.31, z=325.31], EntitySquid['Squid'/1113338, l='MpServer', x=-54.34, y=60.31, z=324.13], EntityZombie['Zombie'/1112829, l='MpServer', x=-67.41, y=23.00, z=398.25], EntitySquid['Squid'/1113343, l='MpServer', x=-55.53, y=60.31, z=302.16], EntitySheep['Sheep'/244, l='MpServer', x=5.91, y=62.00, z=355.35], EntitySheep['Sheep'/246, l='MpServer', x=7.55, y=62.00, z=353.45], EntitySheep['Sheep'/247, l='MpServer', x=3.47, y=87.00, z=359.50], EntitySheep['Sheep'/248, l='MpServer', x=4.53, y=87.00, z=359.50], EntityZombie['Zombie'/1103597, l='MpServer', x=-68.50, y=18.00, z=419.50], EntityCustomNpc['UCDF Supply Carrier'/254, l='MpServer', x=28.50, y=64.00, z=300.50], EntityBat['Bat'/1119983, l='MpServer', x=-91.16, y=17.00, z=298.44], EntityCustomNpc['Elven Spell Cache'/256, l='MpServer', x=27.50, y=64.00, z=303.50], EntityCreeper['Creeper'/1122577, l='MpServer', x=1.50, y=37.00, z=350.50], EntityVoidMonster['Void Monster'/1100561, l='MpServer', x=-31.72, y=-3.00, z=356.50], EntityCreeper['Creeper'/1122578, l='MpServer', x=-96.50, y=17.00, z=296.50], EntitySheep['Sheep'/261, l='MpServer', x=29.06, y=68.00, z=342.13], EntityBat['Bat'/1100568, l='MpServer', x=-17.78, y=39.10, z=339.94], EntitySkeleton['Skeleton'/1122585, l='MpServer', x=33.50, y=19.00, z=283.50], EntityChicken['Chicken'/265, l='MpServer', x=19.50, y=63.00, z=396.50], EntitySkeleton['Skeleton'/86794, l='MpServer', x=49.25, y=-12.15, z=-19.23], EntityCaveSpider['Cave Spider'/86797, l='MpServer', x=49.25, y=-5.15, z=-19.23], EntitySquid['Squid'/1100572, l='MpServer', x=28.69, y=61.34, z=391.34], EntitySquid['Squid'/1100575, l='MpServer', x=-60.09, y=61.31, z=405.91], EntitySquid['Squid'/1113344, l='MpServer', x=-33.28, y=60.00, z=396.69], EntityZombie['Zombie'/86803, l='MpServer', x=49.25, y=-19.15, z=-19.23], EntitySquid['Squid'/1113346, l='MpServer', x=-37.50, y=58.34, z=390.50], EntityZombie['Zombie'/1112835, l='MpServer', x=-69.06, y=24.00, z=400.44], EntitySquid['Squid'/1113347, l='MpServer', x=-34.56, y=60.34, z=397.56], EntitySkeleton['Skeleton'/86817, l='MpServer', x=49.12, y=-26.15, z=-18.99], EntityPig['Pig'/297, l='MpServer', x=52.19, y=64.00, z=281.16], EntitySpider['Spider'/86829, l='MpServer', x=44.25, y=-5.15, z=-19.23], EntitySkeleton['Skeleton'/1101628, l='MpServer', x=-88.50, y=17.00, z=402.50], EntityZombie['Zombie'/86831, l='MpServer', x=44.25, y=-12.15, z=-19.23], EntityEnderman['Enderman'/1110847, l='MpServer', x=21.00, y=19.00, z=367.63], EntitySkeleton['Skeleton'/1122593, l='MpServer', x=30.50, y=19.00, z=283.50], EntityCreeper['Creeper'/1101603, l='MpServer', x=6.50, y=38.00, z=341.50], EntitySkeleton['Skeleton'/1122594, l='MpServer', x=-71.09, y=22.00, z=393.34], EntityZombie['Zombie'/86837, l='MpServer', x=44.12, y=-19.15, z=-18.99], EntityBat['Bat'/1111332, l='MpServer', x=-2.41, y=20.51, z=372.55], EntityChicken['Chicken'/309, l='MpServer', x=50.50, y=72.00, z=422.50], EntityBat['Bat'/1111333, l='MpServer', x=-45.59, y=24.00, z=273.38], EntityChicken['Chicken'/310, l='MpServer', x=53.50, y=72.00, z=423.50], EntityChicken['Chicken'/311, l='MpServer', x=51.50, y=71.00, z=420.50], EntitySkeleton['Skeleton'/86841, l='MpServer', x=49.12, y=-33.15, z=-18.99], EntitySkeleton['Skeleton'/1120553, l='MpServer', x=16.88, y=21.00, z=369.56], EntityChicken['Chicken'/312, l='MpServer', x=48.34, y=71.00, z=418.16], EntityEnderman['Enderman'/1120552, l='MpServer', x=18.53, y=20.00, z=368.03], EntitySpider['Spider'/86851, l='MpServer', x=44.12, y=-26.15, z=-18.99], EntitySkeleton['Skeleton'/1114963, l='MpServer', x=-80.50, y=45.00, z=399.50], EntitySkeleton['Skeleton'/1114964, l='MpServer', x=-76.50, y=45.00, z=398.50], EntityCustomNpc['Elven Spell Cache'/1119042, l='MpServer', x=-32.50, y=63.00, z=360.50], EntityZombie['Zombie'/86877, l='MpServer', x=44.12, y=-33.15, z=-18.99], EntityCaveSpider['Cave Spider'/86876, l='MpServer', x=3.06, y=-5345.11, z=1.96], EntitySkeleton['Skeleton'/1114481, l='MpServer', x=-76.50, y=45.00, z=404.50], EntityAspectOrb['Aspect Orb'/1122684, l='MpServer', x=49.94, y=74.06, z=427.25], EntityCreeper['Creeper'/1110882, l='MpServer', x=-41.72, y=44.00, z=391.94], EntitySpider['Spider'/1110885, l='MpServer', x=-57.22, y=28.00, z=361.66], EntityZombie['Zombie'/1120104, l='MpServer', x=-71.91, y=42.00, z=428.56], EntityXPOrb['Experience Orb'/372607, l='MpServer', x=-131.25, y=64.25, z=211.25], EntityZombie['Zombie'/88445, l='MpServer', x=-13.29, y=-3545.73, z=0.68], EntityZombie['Zombie'/1101166, l='MpServer', x=23.50, y=20.00, z=358.50], EntityZombie['Zombie'/86917, l='MpServer', x=44.02, y=-40.15, z=-18.78], EntitySkeleton['Skeleton'/86929, l='MpServer', x=3.06, y=-5352.11, z=1.96], EntityBat['Bat'/1110410, l='MpServer', x=-101.22, y=45.00, z=407.44], EntityBat['Bat'/1100683, l='MpServer', x=-14.25, y=27.10, z=338.25], EntityXPOrb['Experience Orb'/372149, l='MpServer', x=-135.00, y=64.25, z=212.41], EntityXPOrb['Experience Orb'/372150, l='MpServer', x=-134.53, y=64.25, z=217.31], EntityWitch['Witch'/1099691, l='MpServer', x=19.50, [B#349] y=37.00, z=342.50], EntityClientPlayerMP['SaitoYui'/455, l='MpServer', x=-78.90, y=65.62, z=124.60], EntityZombie['Zombie'/1116122, l='MpServer', x=-5.50, y=51.00, z=307.50], EntityBat['Bat'/1121732, l='MpServer', x=-64.40, y=28.64, z=361.53], EntityItem['item.tile.stonebrick'/1114097, l='MpServer', x=-73.03, y=15.13, z=397.91], EntitySkeleton['Skeleton'/1100788, l='MpServer', x=-55.94, y=59.00, z=370.44], EntityItem['item.tile.stonebrick'/1114100, l='MpServer', x=-71.28, y=14.13, z=398.56], EntityItem['item.tile.stonebrick'/1114103, l='MpServer', x=-72.03, y=14.13, z=397.31], EntityItem['item.tile.stonebrick'/1114104, l='MpServer', x=-71.81, y=14.13, z=396.03], EntityItem['item.tile.dirt.default'/1114105, l='MpServer', x=-73.78, y=15.13, z=395.13], EntityItem['item.tile.dirt.default'/1114106, l='MpServer', x=-73.78, y=15.13, z=398.75], EntityItem['item.tile.dirt.default'/1114108, l='MpServer', x=-72.63, y=14.13, z=395.16], EntityItem['item.tile.stonebrick'/1114109, l='MpServer', x=-70.16, y=15.13, z=397.00], EntityItem['item.tile.dirt.default'/1114110, l='MpServer', x=-72.09, y=14.13, z=397.41], EntityCreeper['Creeper'/1111521, l='MpServer', x=-36.50, y=16.00, z=404.50], EntityCreeper['Creeper'/1114594, l='MpServer', x=-93.50, y=17.00, z=295.50], EntitySkeleton['Skeleton'/1101285, l='MpServer', x=17.50, y=20.00, z=338.50], EntitySkeleton['Skeleton'/1119206, l='MpServer', x=25.13, y=20.00, z=362.50], EntityItem['item.tile.dirt.default'/1114092, l='MpServer', x=-70.81, y=15.13, z=396.50]] [B#349] Retry entities: 0 total; [] [B#349] Server brand: fml,forge [B#349] Server type: Integrated singleplayer server [B#349] Stacktrace: [B#349] at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425) [B#349] at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) [B#349] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919) [B#349] at net.minecraft.client.main.Main.main(SourceFile:148) [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [B#349] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [B#349] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [B#349] at java.lang.reflect.Method.invoke(Method.java:498) [B#349] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [B#349] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [B#349]

NBTedit crashes my game when it attempts to leave the values of these tags as they are.

Saitoyui avatar Apr 05 '17 04:04 Saitoyui

Not much cane be done with this without breaking existing worlds, the issue probably persists in 1.10 but will hopefully be fixed by the changes in 1.11.

TheIcyOne avatar Apr 05 '17 13:04 TheIcyOne