Advertisement
Guest User

enderioRSswitch

a guest
Sep 3rd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 9/3/13 9:01 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException
  8. at crazypants.enderio.conduit.redstone.RedstoneSwitch.getCollidableComponents(RedstoneSwitch.java:100)
  9. at crazypants.enderio.conduit.redstone.RedstoneSwitch.getCollidableComponents(RedstoneSwitch.java:23)
  10. at crazypants.enderio.conduit.TileConduitBundle.getCollidableComponents(TileConduitBundle.java:305)
  11. at crazypants.enderio.conduit.BlockConduitBundle.func_71871_a(BlockConduitBundle.java:493)
  12. at net.minecraft.world.World.func_72945_a(World.java:1682)
  13. at net.minecraft.entity.Entity.func_70091_d(Entity.java:740)
  14. at net.minecraft.entity.item.EntityItem.func_70071_h_(EntityItem.java:113)
  15. at net.minecraft.world.World.func_72866_a(World.java:2345)
  16. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
  17. at net.minecraft.world.World.func_72870_g(World.java:2306)
  18. at net.minecraft.world.World.func_72939_s(World.java:2152)
  19. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:548)
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666)
  21. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  24. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at crazypants.enderio.conduit.redstone.RedstoneSwitch.getCollidableComponents(RedstoneSwitch.java:100)
  33. at crazypants.enderio.conduit.redstone.RedstoneSwitch.getCollidableComponents(RedstoneSwitch.java:23)
  34. at crazypants.enderio.conduit.TileConduitBundle.getCollidableComponents(TileConduitBundle.java:305)
  35. at crazypants.enderio.conduit.BlockConduitBundle.func_71871_a(BlockConduitBundle.java:493)
  36. at net.minecraft.world.World.func_72945_a(World.java:1682)
  37. at net.minecraft.entity.Entity.func_70091_d(Entity.java:740)
  38. at net.minecraft.entity.item.EntityItem.func_70071_h_(EntityItem.java:113)
  39. at net.minecraft.world.World.func_72866_a(World.java:2345)
  40. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
  41. at net.minecraft.world.World.func_72870_g(World.java:2306)
  42.  
  43. -- Entity being ticked --
  44. Details:
  45. Entity Type: Item (net.minecraft.entity.item.EntityItem)
  46. Entity ID: 490
  47. Entity Name: item.item.apple
  48. Entity's Exact location: -2377.71, 43.09, 2280.82
  49. Entity's Block location: World: (-2378,43,2280), Chunk: (at 6,2,8 in -149,142; contains blocks -2384,0,2272 to -2369,255,2287), Region: (-5,4; contains chunks -160,128 to -129,159, blocks -2560,0,2048 to -2049,255,2559)
  50. Entity's Momentum: -0.17, -0.36, 0.09
  51. Stacktrace:
  52. at net.minecraft.world.World.func_72939_s(World.java:2152)
  53. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:548)
  54.  
  55. -- Affected level --
  56. Details:
  57. Level name: world
  58. All players: 0 total; []
  59. Chunk stats: ServerChunkCache: 679 Drop: 0
  60. Level seed: 2605091070048921901
  61. Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
  62. Level generator options:
  63. Level spawn location: World: (365,64,254), Chunk: (at 13,4,14 in 22,15; contains blocks 352,0,240 to 367,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  64. Level time: 8464741 game time, 11645595 day time
  65. Level dimension: 0
  66. Level storage version: 0x04ABD - Anvil
  67. Level weather: Rain time: 78620 (now: false), thunder time: 146496 (now: false)
  68. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  69. Stacktrace:
  70. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666)
  71. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
  72. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  74. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement