Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 23/07/15 10:33
  5. Description: Ticking block entity
  6.  
  7. java.lang.ClassCastException: thaumic.tinkerer.common.block.tile.tablet.TabletFakePlayer cannot be cast to net.minecraft.entity.player.EntityPlayerMP
  8. at Reika.ChromatiCraft.Auxiliary.GuardianStoneManager.guardArea(GuardianStoneManager.java:145)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler_284_GuardianStoneManager_guardArea_PlayerInteractEvent.invoke(.dynamic)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  11. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  12. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  13. at thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.startBreaking(TileAnimationTablet.java:232)
  14. at thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.swingHit(TileAnimationTablet.java:170)
  15. at thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.func_145845_h(TileAnimationTablet.java:114)
  16. at net.minecraft.world.World.func_72939_s(World.java:2513)
  17. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  18. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:954)
  19. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
  20. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809)
  21. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669)
  22. at java.lang.Thread.run(Thread.java:745)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Stacktrace:
  30. at Reika.ChromatiCraft.Auxiliary.GuardianStoneManager.guardArea(GuardianStoneManager.java:145)
  31. at cpw.mods.fml.common.eventhandler.ASMEventHandler_284_GuardianStoneManager_guardArea_PlayerInteractEvent.invoke(.dynamic)
  32. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  33. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  34. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  35. at thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.startBreaking(TileAnimationTablet.java:232)
  36. at thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.swingHit(TileAnimationTablet.java:170)
  37. at thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet.func_145845_h(TileAnimationTablet.java:114)
  38.  
  39. -- Block entity being ticked --
  40. Details:
  41. Name: ttinkerer:animationTablet // thaumic.tinkerer.common.block.tile.tablet.TileAnimationTablet
  42. Block type: ID #1698 (tile.animationTablet // thaumic.tinkerer.common.block.BlockAnimationTablet)
  43. Block data value: 4 / 0x4 / 0b0100
  44. Block location: World: (-1237,65,707), Chunk: (at 11,4,3 in -78,44; contains blocks -1248,0,704 to -1233,255,719), Region: (-3,1; contains chunks -96,32 to -65,63, blocks -1536,0,512 to -1025,255,1023)
  45. Actual block type: ID #1698 (tile.animationTablet // thaumic.tinkerer.common.block.BlockAnimationTablet)
  46. Actual block data value: 4 / 0x4 / 0b0100
  47. Stacktrace:
  48. at net.minecraft.world.World.func_72939_s(World.java:2513)
  49. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  50.  
  51. -- Affected level --
  52. Details:
  53. Level name: world
  54. All players: 0 total; []
  55. Chunk stats: ServerChunkCache: 1739 Drop: 0
  56. Level seed: 138198728
  57. Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
  58. Level generator options:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement