Guest User

Untitled

a guest
Mar 15th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Description: Ticking block entity
  2.  
  3. java.lang.IllegalArgumentException: Item Damage out of range
  4. at logisticspipes.utils.item.ItemIdentifier.get(ItemIdentifier.java:237)
  5. at logisticspipes.utils.item.ItemIdentifier.get(ItemIdentifier.java:255)
  6. at logisticspipes.proxy.specialinventoryhandler.AEInterfaceInventoryHandler.getItems(AEInterfaceInventoryHandler.java:105)
  7. at logisticspipes.pipes.PipeItemsProviderLogistics.getSpecificInterests(PipeItemsProviderLogistics.java:429)
  8. at logisticspipes.routing.ServerRouter.updateInterests(ServerRouter.java:996)
  9. at logisticspipes.routing.ServerRouter.update(ServerRouter.java:871)
  10. at logisticspipes.pipes.basic.CoreRoutedPipe.updateEntity(CoreRoutedPipe.java:378)
  11. at logisticspipes.pipes.basic.LogisticsTileGenericPipe.func_145845_h(LogisticsTileGenericPipe.java:188)
  12. at net.minecraft.world.World.func_72939_s(World.java:2491)
  13. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  16. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  18. at java.lang.Thread.run(Thread.java:745)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Stacktrace:
  26. at logisticspipes.utils.item.ItemIdentifier.get(ItemIdentifier.java:237)
  27. at logisticspipes.utils.item.ItemIdentifier.get(ItemIdentifier.java:255)
  28. at logisticspipes.proxy.specialinventoryhandler.AEInterfaceInventoryHandler.getItems(AEInterfaceInventoryHandler.java:105)
  29. at logisticspipes.pipes.PipeItemsProviderLogistics.getSpecificInterests(PipeItemsProviderLogistics.java:429)
  30. at logisticspipes.routing.ServerRouter.updateInterests(ServerRouter.java:996)
  31. at logisticspipes.routing.ServerRouter.update(ServerRouter.java:871)
  32. at logisticspipes.pipes.basic.CoreRoutedPipe.updateEntity(CoreRoutedPipe.java:378)
  33. at logisticspipes.pipes.basic.LogisticsTileGenericPipe.func_145845_h(LogisticsTileGenericPipe.java:188)
  34.  
  35. -- Block entity being ticked --
  36. Details:
  37. Name: logisticspipes.pipes.basic.LogisticsTileGenericPipe // logisticspipes.pipes.basic.LogisticsTileGenericPipe
  38. Block type: ID #2299 (tile.null // logisticspipes.pipes.basic.LogisticsBlockGenericPipe)
  39. Block data value: 0 / 0x0 / 0b0000
  40. Block location: World: (225,69,247), Chunk: (at 1,4,7 in 14,15; contains blocks 224,0,240 to 239,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511$
  41. Actual block type: ID #2299 (tile.null // logisticspipes.pipes.basic.LogisticsBlockGenericPipe)
  42. Actual block data value: 0 / 0x0 / 0b0000
  43. LP-Version: 0.8.3.108:false
  44. Pipe: logisticspipes.pipes.PipeItemsProviderLogistics
  45. Transport: logisticspipes.transport.PipeTransportLogistics
  46. Router: ServerRouter: {ID: 1, UUID: 5ae73fe6-948b-4bb5-a09f-2c1da624cdbd, AT: (0, 225, 69, 247), Version: 1), Destroied: false}
  47. stillNeedReplace: false
  48. Stacktrace:
  49. at net.minecraft.world.World.func_72939_s(World.java:2491)
  50. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
Advertisement
Add Comment
Please, Sign In to add comment