Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I found this in the middle of my log file. I think this occurred during a autosave due to pauseing, note that the error timestamp is one minute after that. The error did not repeat anywhere, and did not make any report visible from the game. I was trying to turn on my microcontroller (I made several attempts). The microcontroller is supposed to emit redstone signals and it is not doing that. The analyzer isn't reporting any errors either.
- [01:09:19] [Server thread/INFO]: Saving and pausing game...
- [01:09:19] [Server thread/INFO]: Saving chunks for level 'Planetfall'/Overworld
- [01:09:19] [Server thread/INFO]: [Mod/teleporter]: [Teleporter][writeToNBT] Saved worldData node 0
- [01:09:19] [Server thread/INFO]: [Mod/teleporter]: [Teleporter][writeToNBT] Saved worldData node 1
- [01:09:19] [Server thread/INFO]: Saving chunks for level 'Planetfall'/Nether
- [01:09:19] [Server thread/INFO]: Saving chunks for level 'Planetfall'/The End
- [01:10:18] [Server thread/WARN]: There was a problem writing a TileEntity description packet. Please report this if you see it!
- java.lang.NullPointerException
- at li.cil.oc.server.network.Node$class.connect(Node.scala:39) ~[Node$class.class:?]
- at li.cil.oc.server.network.Network$ComponentConnectorBuilder$$anon$1.connect(Network.scala:626) ~[Network$ComponentConnectorBuilder$$anon$1.class:?]
- at li.cil.oc.common.tileentity.Microcontroller.connectItemNode(Microcontroller.scala:135) ~[Microcontroller.class:?]
- at li.cil.oc.common.inventory.ComponentInventory$$anonfun$connectComponents$3.applyOrElse(ComponentInventory.scala:66) ~[ComponentInventory$$anonfun$connectComponents$3.class:?]
- at li.cil.oc.common.inventory.ComponentInventory$$anonfun$connectComponents$3.applyOrElse(ComponentInventory.scala:65) ~[ComponentInventory$$anonfun$connectComponents$3.class:?]
- at scala.PartialFunction$$anonfun$runWith$1.apply(PartialFunction.scala:136) ~[PartialFunction$$anonfun$runWith$1.class:?]
- at scala.PartialFunction$$anonfun$runWith$1.apply(PartialFunction.scala:135) ~[PartialFunction$$anonfun$runWith$1.class:?]
- at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) ~[IndexedSeqOptimized$class.class:?]
- at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186) ~[ArrayOps$ofRef.class:?]
- at scala.collection.TraversableLike$class.collect(TraversableLike.scala:282) ~[TraversableLike$class.class:?]
- at scala.collection.mutable.ArrayOps$ofRef.collect(ArrayOps.scala:186) ~[ArrayOps$ofRef.class:?]
- at li.cil.oc.common.inventory.ComponentInventory$class.connectComponents(ComponentInventory.scala:65) ~[ComponentInventory$class.class:?]
- at li.cil.oc.common.tileentity.Microcontroller.connectComponents(Microcontroller.scala:25) ~[Microcontroller.class:?]
- at li.cil.oc.common.tileentity.traits.ComponentInventory$class.writeToNBTForClient(ComponentInventory.scala:30) ~[ComponentInventory$class.class:?]
- at li.cil.oc.common.tileentity.Microcontroller.li$cil$oc$common$tileentity$traits$RedstoneAware$$super$writeToNBTForClient(Microcontroller.scala:25) ~[Microcontroller.class:?]
- at li.cil.oc.common.tileentity.traits.RedstoneAware$class.writeToNBTForClient(RedstoneAware.scala:118) ~[RedstoneAware$class.class:?]
- at li.cil.oc.common.tileentity.Microcontroller.li$cil$oc$common$tileentity$traits$Computer$$super$writeToNBTForClient(Microcontroller.scala:25) ~[Microcontroller.class:?]
- at li.cil.oc.common.tileentity.traits.Computer$class.writeToNBTForClient(Computer.scala:165) ~[Computer$class.class:?]
- at li.cil.oc.common.tileentity.Microcontroller.writeToNBTForClient(Microcontroller.scala:219) ~[Microcontroller.class:?]
- at li.cil.oc.common.tileentity.traits.TileEntity$class.getDescriptionPacket(TileEntity.scala:101) [TileEntity$class.class:?]
- at li.cil.oc.common.tileentity.Microcontroller.func_145844_m(Microcontroller.scala:25) [Microcontroller.class:?]
- at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:594) [qr.class:?]
- at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:579) [qr.class:?]
- at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:69) [qq.class:?]
- at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223) [qt.class:?]
- at WorldServerOF.func_72835_b(WorldServerOF.java:37) [WorldServerOF.class:?]
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:692) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) [MinecraftServer.class:?]
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258) [cyk.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
- at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement