Created
July 20, 2013 05:57
-
-
Save Cazzar/6044031 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.VerifyError: (class: net/minecraft/tileentity/TileEntityRecordPlayer, method: func_70316_g signature: ()Z) Stack size too large | |
at java.lang.Class.getDeclaredConstructors0(Native Method) | |
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) | |
at java.lang.Class.getConstructor0(Class.java:2699) | |
at java.lang.Class.newInstance0(Class.java:326) | |
at java.lang.Class.newInstance(Class.java:308) | |
at net.minecraft.tileentity.TileEntity.createAndLoadEntity(TileEntity.java:140) | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.readChunkFromNBT(AnvilChunkLoader.java:440) | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT(AnvilChunkLoader.java:103) | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk(AnvilChunkLoader.java:83) | |
at net.minecraft.world.gen.ChunkProviderServer.safeLoadChunk(ChunkProviderServer.java:182) | |
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) | |
at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:292) | |
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:90) | |
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:107) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443) | |
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment