Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 2/28/15 11:05 AM
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at mytown.core.Utils.isOp(Utils.java:19)
  9. at mytown.entities.Town.checkPermission(Town.java:608)
  10. at mytown.protection.Protections.onPlayerInteract(Protections.java:438)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_423_Protections_onPlayerInteract_PlayerInteractEvent.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  14. at thermalexpansion.block.BlockTEBase.func_149727_a(BlockTEBase.java:57)
  15. at thermalexpansion.block.device.TileActivator.simRightClick2(TileActivator.java:346)
  16. at thermalexpansion.block.device.TileActivator.simRightClick(TileActivator.java:309)
  17. at thermalexpansion.block.device.TileActivator.doDeploy(TileActivator.java:155)
  18. at thermalexpansion.block.device.TileActivator.func_145845_h(TileActivator.java:130)
  19. at net.minecraft.world.World.func_72939_s(World.java:2491)
  20. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  21. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  25. at java.lang.Thread.run(Thread.java:722)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Stacktrace:
  33. at mytown.core.Utils.isOp(Utils.java:19)
  34. at mytown.entities.Town.checkPermission(Town.java:608)
  35. at mytown.protection.Protections.onPlayerInteract(Protections.java:438)
  36. at cpw.mods.fml.common.eventhandler.ASMEventHandler_423_Protections_onPlayerInteract_PlayerInteractEvent.invoke(.dynamic)
  37. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  38. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  39. at thermalexpansion.block.BlockTEBase.func_149727_a(BlockTEBase.java:57)
  40. at thermalexpansion.block.device.TileActivator.simRightClick2(TileActivator.java:346)
  41. at thermalexpansion.block.device.TileActivator.simRightClick(TileActivator.java:309)
  42. at thermalexpansion.block.device.TileActivator.doDeploy(TileActivator.java:155)
  43. at thermalexpansion.block.device.TileActivator.func_145845_h(TileActivator.java:130)
  44.  
  45. -- Block entity being ticked --
  46. Details:
  47. Name: thermalexpansion.Activator // thermalexpansion.block.device.TileActivator
  48. Block type: ID #1846 (tile.thermalexpansion.device // thermalexpansion.block.device.BlockDevice)
  49. Block data value: 2 / 0x2 / 0b0010
  50. Block location: World: (-3042,33,-2183), Chunk: (at 14,2,9 in -191,-137; contains blocks -3056,0,-2192 to -3041,255,-2177), Region: (-6,-5; contains chunks -192,-160 to -161,-129, blocks -3072,0,-2560 to -2561,255,-2049)
  51. Actual block type: ID #1846 (tile.thermalexpansion.device // thermalexpansion.block.device.BlockDevice)
  52. Actual block data value: 2 / 0x2 / 0b0010
  53. Stacktrace:
  54. at net.minecraft.world.World.func_72939_s(World.java:2491)
  55. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement