Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Time: 6/27/17 7:20 PM
- Description: Ticking block entity
- java.lang.NullPointerException: Ticking block entity
- at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
- at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
- at scala.collection.IndexedSeqOptimized$class.prefixLengthImpl(IndexedSeqOptimized.scala:38)
- at scala.collection.IndexedSeqOptimized$class.exists(IndexedSeqOptimized.scala:46)
- at scala.collection.mutable.ArrayOps$ofRef.exists(ArrayOps.scala:186)
- at li.cil.oc.common.tileentity.traits.Hub$class.isConnected(Hub.scala:20)
- at li.cil.oc.common.tileentity.Microcontroller.isConnected(Microcontroller.scala:30)
- at li.cil.oc.common.tileentity.traits.Computer$class.updateEntity(Computer.scala:102)
- at li.cil.oc.common.tileentity.Microcontroller.updateEntity(Microcontroller.scala:130)
- at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
- at li.cil.oc.common.tileentity.Microcontroller.func_73660_a(Microcontroller.scala:30)
- at net.minecraft.world.World.func_72939_s(World.java:1804)
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
- at java.lang.Thread.run(Unknown Source)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
- at li.cil.oc.common.tileentity.traits.Hub$$anonfun$isConnected$1.apply(Hub.scala:20)
- at scala.collection.IndexedSeqOptimized$class.prefixLengthImpl(IndexedSeqOptimized.scala:38)
- at scala.collection.IndexedSeqOptimized$class.exists(IndexedSeqOptimized.scala:46)
- at scala.collection.mutable.ArrayOps$ofRef.exists(ArrayOps.scala:186)
- at li.cil.oc.common.tileentity.traits.Hub$class.isConnected(Hub.scala:20)
- at li.cil.oc.common.tileentity.Microcontroller.isConnected(Microcontroller.scala:30)
- at li.cil.oc.common.tileentity.traits.Computer$class.updateEntity(Computer.scala:102)
- at li.cil.oc.common.tileentity.Microcontroller.updateEntity(Microcontroller.scala:130)
- at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
- at li.cil.oc.common.tileentity.Microcontroller.func_73660_a(Microcontroller.scala:30)
- -- Block entity being ticked --
- Details:
- Name: oc:microcontroller // li.cil.oc.common.tileentity.Microcontroller
- Block type: ID #1893 (tile.oc.microcontroller // li.cil.oc.common.block.Microcontroller)
- Block data value: 2 / 0x2 / 0b0010
- 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)
- Actual block type: ID #1893 (tile.oc.microcontroller // li.cil.oc.common.block.Microcontroller)
- Actual block data value: 2 / 0x2 / 0b0010
- Stacktrace:
- at net.minecraft.world.World.func_72939_s(World.java:1804)
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
- -- Affected level --
- Details:
- Level name: world
- All players: 1 total; [EntityPlayerMP['Dragonracer73'/44, l='world', x=1024.23, y=71.89, z=-1450.60]]
- Chunk stats: ServerChunkCache: 1090 Drop: 0
- Level seed: -8212426093536100018
- Level generator: ID 00 - default, ver 1. Features enabled: true
- Level generator options:
- 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)
- Level time: 138207705 game time, 12963 day time
- Level dimension: 0
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 76844 (now: false), thunder time: 24932 (now: false)
- Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
- Stacktrace:
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
- at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement