Advertisement
Kurik_Amudnil

Logged Error OC 1.5.9

May 21st, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. 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.
  2.  
  3. [01:09:19] [Server thread/INFO]: Saving and pausing game...
  4. [01:09:19] [Server thread/INFO]: Saving chunks for level 'Planetfall'/Overworld
  5. [01:09:19] [Server thread/INFO]: [Mod/teleporter]: [Teleporter][writeToNBT] Saved worldData node 0
  6. [01:09:19] [Server thread/INFO]: [Mod/teleporter]: [Teleporter][writeToNBT] Saved worldData node 1
  7. [01:09:19] [Server thread/INFO]: Saving chunks for level 'Planetfall'/Nether
  8. [01:09:19] [Server thread/INFO]: Saving chunks for level 'Planetfall'/The End
  9. [01:10:18] [Server thread/WARN]: There was a problem writing a TileEntity description packet. Please report this if you see it!
  10. java.lang.NullPointerException
  11. at li.cil.oc.server.network.Node$class.connect(Node.scala:39) ~[Node$class.class:?]
  12. at li.cil.oc.server.network.Network$ComponentConnectorBuilder$$anon$1.connect(Network.scala:626) ~[Network$ComponentConnectorBuilder$$anon$1.class:?]
  13. at li.cil.oc.common.tileentity.Microcontroller.connectItemNode(Microcontroller.scala:135) ~[Microcontroller.class:?]
  14. at li.cil.oc.common.inventory.ComponentInventory$$anonfun$connectComponents$3.applyOrElse(ComponentInventory.scala:66) ~[ComponentInventory$$anonfun$connectComponents$3.class:?]
  15. at li.cil.oc.common.inventory.ComponentInventory$$anonfun$connectComponents$3.applyOrElse(ComponentInventory.scala:65) ~[ComponentInventory$$anonfun$connectComponents$3.class:?]
  16. at scala.PartialFunction$$anonfun$runWith$1.apply(PartialFunction.scala:136) ~[PartialFunction$$anonfun$runWith$1.class:?]
  17. at scala.PartialFunction$$anonfun$runWith$1.apply(PartialFunction.scala:135) ~[PartialFunction$$anonfun$runWith$1.class:?]
  18. at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) ~[IndexedSeqOptimized$class.class:?]
  19. at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186) ~[ArrayOps$ofRef.class:?]
  20. at scala.collection.TraversableLike$class.collect(TraversableLike.scala:282) ~[TraversableLike$class.class:?]
  21. at scala.collection.mutable.ArrayOps$ofRef.collect(ArrayOps.scala:186) ~[ArrayOps$ofRef.class:?]
  22. at li.cil.oc.common.inventory.ComponentInventory$class.connectComponents(ComponentInventory.scala:65) ~[ComponentInventory$class.class:?]
  23. at li.cil.oc.common.tileentity.Microcontroller.connectComponents(Microcontroller.scala:25) ~[Microcontroller.class:?]
  24. at li.cil.oc.common.tileentity.traits.ComponentInventory$class.writeToNBTForClient(ComponentInventory.scala:30) ~[ComponentInventory$class.class:?]
  25. at li.cil.oc.common.tileentity.Microcontroller.li$cil$oc$common$tileentity$traits$RedstoneAware$$super$writeToNBTForClient(Microcontroller.scala:25) ~[Microcontroller.class:?]
  26. at li.cil.oc.common.tileentity.traits.RedstoneAware$class.writeToNBTForClient(RedstoneAware.scala:118) ~[RedstoneAware$class.class:?]
  27. at li.cil.oc.common.tileentity.Microcontroller.li$cil$oc$common$tileentity$traits$Computer$$super$writeToNBTForClient(Microcontroller.scala:25) ~[Microcontroller.class:?]
  28. at li.cil.oc.common.tileentity.traits.Computer$class.writeToNBTForClient(Computer.scala:165) ~[Computer$class.class:?]
  29. at li.cil.oc.common.tileentity.Microcontroller.writeToNBTForClient(Microcontroller.scala:219) ~[Microcontroller.class:?]
  30. at li.cil.oc.common.tileentity.traits.TileEntity$class.getDescriptionPacket(TileEntity.scala:101) [TileEntity$class.class:?]
  31. at li.cil.oc.common.tileentity.Microcontroller.func_145844_m(Microcontroller.scala:25) [Microcontroller.class:?]
  32. at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:594) [qr.class:?]
  33. at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:579) [qr.class:?]
  34. at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:69) [qq.class:?]
  35. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223) [qt.class:?]
  36. at WorldServerOF.func_72835_b(WorldServerOF.java:37) [WorldServerOF.class:?]
  37. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:692) [MinecraftServer.class:?]
  38. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) [MinecraftServer.class:?]
  39. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258) [cyk.class:?]
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
  41. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement