Advertisement
vvenaya

Redlogic 56.1.0 - Crash: after crash with red logic wire

Sep 4th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1.  
  2. java.lang.NullPointerException
  3. at mods.immibis.redlogic.wires.WireTile.getDescriptionPacket(WireTile.java:241)
  4. at mods.immibis.redlogic.wires.RedAlloyTile.getDescriptionPacket(RedAlloyTile.java:302)
  5. at mods.immibis.redlogic.wires.WireTile.func_70319_e(WireTile.java:1)
  6. at net.minecraft.entity.player.EntityPlayerMP.func_71119_a(EntityPlayerMP.java:566)
  7. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:340)
  8. at net.minecraft.world.World.func_72866_a(World.java:2345)
  9. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
  10. at net.minecraft.world.World.func_72870_g(World.java:2306)
  11. at net.minecraft.world.World.func_72939_s(World.java:2152)
  12. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:548)
  13. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666)
  14. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
  15. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  17. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Stacktrace:
  25. at mods.immibis.redlogic.wires.WireTile.getDescriptionPacket(WireTile.java:241)
  26. at mods.immibis.redlogic.wires.RedAlloyTile.getDescriptionPacket(RedAlloyTile.java:302)
  27. at mods.immibis.redlogic.wires.WireTile.func_70319_e(WireTile.java:1)
  28. at net.minecraft.entity.player.EntityPlayerMP.func_71119_a(EntityPlayerMP.java:566)
  29. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:340)
  30. at net.minecraft.world.World.func_72866_a(World.java:2345)
  31. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
  32. at net.minecraft.world.World.func_72870_g(World.java:2306)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement