Advertisement
Guest User

Untitled

a guest
May 24th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 24/05/15 23:19
  5. Description: Loading NBT data
  6.  
  7. java.io.EOFException
  8. at java.io.DataInputStream.readByte(DataInputStream.java:267)
  9. at net.minecraft.nbt.NBTTagCompound.func_152447_a(SourceFile:318)
  10. at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:37)
  11. at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329)
  12. at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41)
  13. at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:168)
  14. at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125)
  15. at net.minecraft.nbt.CompressedStreamTools.func_152458_a(CompressedStreamTools.java:214)
  16. at net.minecraft.nbt.CompressedStreamTools.func_74797_a(CompressedStreamTools.java:198)
  17. at am2.power.PowerNodeCache.LoadNBTFromFile(PowerNodeCache.java:143)
  18. at am2.power.PowerNodeCache.getNBTForChunk(PowerNodeCache.java:87)
  19. at am2.power.PowerNodeRegistry.registerPowerNodeInternal(PowerNodeRegistry.java:68)
  20. at am2.power.PowerNodeRegistry.registerPowerNode(PowerNodeRegistry.java:54)
  21. at am2.blocks.tileentities.TileEntityAMPower.func_145834_a(TileEntityAMPower.java:73)
  22. at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:974)
  23. at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:963)
  24. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:551)
  25. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:44)
  26. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
  27. at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
  28. at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
  29. at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  30. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:874)
  31. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  32. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  34. at java.lang.Thread.run(Thread.java:745)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Stacktrace:
  42. at java.io.DataInputStream.readByte(DataInputStream.java:267)
  43. at net.minecraft.nbt.NBTTagCompound.func_152447_a(SourceFile:318)
  44. at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:37)
  45.  
  46. -- NBT Tag --
  47. Details:
  48. Tag name: pnd_58_0
  49. Tag type: 10
  50. Stacktrace:
  51. at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329)
  52. at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41)
  53. at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:168)
  54. at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125)
  55. at net.minecraft.nbt.CompressedStreamTools.func_152458_a(CompressedStreamTools.java:214)
  56. at net.minecraft.nbt.CompressedStreamTools.func_74797_a(CompressedStreamTools.java:198)
  57. at am2.power.PowerNodeCache.LoadNBTFromFile(PowerNodeCache.java:143)
  58. at am2.power.PowerNodeCache.getNBTForChunk(PowerNodeCache.java:87)
  59. at am2.power.PowerNodeRegistry.registerPowerNodeInternal(PowerNodeRegistry.java:68)
  60. at am2.power.PowerNodeRegistry.registerPowerNode(PowerNodeRegistry.java:54)
  61. at am2.blocks.tileentities.TileEntityAMPower.func_145834_a(TileEntityAMPower.java:73)
  62. at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:974)
  63. at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:963)
  64. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:551)
  65. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:44)
  66. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
  67. at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
  68. at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
  69. at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  70. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:874)
  71. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  72. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  74. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement