Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. Time: 6/27/17 7:20 PM
  2. Description: Ticking block entity
  3.  
  4. java.lang.NullPointerException: Ticking block entity
  5. at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
  6. at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
  7. at scala.collection.IndexedSeqOptimized$class.prefixLengthImpl(IndexedSeqOptimized.scala:38)
  8. at scala.collection.IndexedSeqOptimized$class.exists(IndexedSeqOptimized.scala:46)
  9. at scala.collection.mutable.ArrayOps$ofRef.exists(ArrayOps.scala:186)
  10. at li.cil.oc.common.tileentity.traits.Hub$class.isConnected(Hub.scala:20)
  11. at li.cil.oc.common.tileentity.Microcontroller.isConnected(Microcontroller.scala:30)
  12. at li.cil.oc.common.tileentity.traits.Computer$class.updateEntity(Computer.scala:102)
  13. at li.cil.oc.common.tileentity.Microcontroller.updateEntity(Microcontroller.scala:130)
  14. at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
  15. at li.cil.oc.common.tileentity.Microcontroller.func_73660_a(Microcontroller.scala:30)
  16. at net.minecraft.world.World.func_72939_s(World.java:1804)
  17. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  18. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  19. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  20. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  21. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  22. at java.lang.Thread.run(Unknown Source)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Thread: Server thread
  30. Stacktrace:
  31. at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
  32. at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
  33. at scala.collection.IndexedSeqOptimized$class.prefixLengthImpl(IndexedSeqOptimized.scala:38)
  34. at scala.collection.IndexedSeqOptimized$class.exists(IndexedSeqOptimized.scala:46)
  35. at scala.collection.mutable.ArrayOps$ofRef.exists(ArrayOps.scala:186)
  36. at li.cil.oc.common.tileentity.traits.Hub$class.isConnected(Hub.scala:20)
  37. at li.cil.oc.common.tileentity.Microcontroller.isConnected(Microcontroller.scala:30)
  38. at li.cil.oc.common.tileentity.traits.Computer$class.updateEntity(Computer.scala:102)
  39. at li.cil.oc.common.tileentity.Microcontroller.updateEntity(Microcontroller.scala:130)
  40. at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
  41. at li.cil.oc.common.tileentity.Microcontroller.func_73660_a(Microcontroller.scala:30)
  42.  
  43. -- Block entity being ticked --
  44. Details:
  45. Name: oc:microcontroller // li.cil.oc.common.tileentity.Microcontroller
  46. Block type: ID #1893 (tile.oc.microcontroller // li.cil.oc.common.block.Microcontroller)
  47. Block data value: 2 / 0x2 / 0b0010
  48. Block location: World: (1026,72,-1454), Chunk: (at 2,4,2 in 64,-91; contains blocks 1024,0,-1456 to 1039,255,-1441), Region: (2,-3; contains chunks 64,-96 to 95,-65, blocks 1024,0,-1536 to 1535,255,-1025)
  49. Actual block type: ID #1893 (tile.oc.microcontroller // li.cil.oc.common.block.Microcontroller)
  50. Actual block data value: 2 / 0x2 / 0b0010
  51. Stacktrace:
  52. at net.minecraft.world.World.func_72939_s(World.java:1804)
  53. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  54.  
  55. -- Affected level --
  56. Details:
  57. Level name: world
  58. All players: 1 total; [EntityPlayerMP['Dragonracer73'/44, l='world', x=1024.23, y=71.89, z=-1450.60]]
  59. Chunk stats: ServerChunkCache: 1090 Drop: 0
  60. Level seed: -8212426093536100018
  61. Level generator: ID 00 - default, ver 1. Features enabled: true
  62. Level generator options:
  63. Level spawn location: World: (130,64,-141), Chunk: (at 2,4,3 in 8,-9; contains blocks 128,0,-144 to 143,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  64. Level time: 138207705 game time, 12963 day time
  65. Level dimension: 0
  66. Level storage version: 0x04ABD - Anvil
  67. Level weather: Rain time: 76844 (now: false), thunder time: 24932 (now: false)
  68. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  69. Stacktrace:
  70. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  71. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  72. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  74. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement