Created
January 18, 2015 21:40
-
-
Save thislooksfun/67323216ced275d827cc to your computer and use it in GitHub Desktop.
Crash on world load
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.InstantiationException: nbtreader.tileentity.TileEntityNBTBase | |
at java.lang.Class.newInstance(Class.java:364) | |
at net.minecraft.tileentity.TileEntity.createAndLoadEntity(TileEntity.java:123) | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:525) | |
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41) | |
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) | |
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) | |
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) | |
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) | |
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:144) | |
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119) | |
at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:305) | |
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:79) | |
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:96) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) | |
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment