heddendl Posted February 14, 2013 Share Posted February 14, 2013 Hi, I've a logistic pipes setup with chests, provider pipes and one request pipe. But when I try to request an item that is in the chest and listet in the request pipe, it says "you are missing 1 (item i requested)". Please help me make this thing working. Lukas [edit] It just fails on a certain items, like iron scaffolds, emeralf blocks, sand. But much others go well: Stone, Pump, Tools, Dirt ... Link to comment Share on other sites More sharing options...
russjr08 Posted February 14, 2013 Share Posted February 14, 2013 Are you requesting items that are suppose to be requested, but you don't have enough materials of? (Autocrafting table + Craft pipe)? Link to comment Share on other sites More sharing options...
heddendl Posted February 14, 2013 Author Share Posted February 14, 2013 No, just items inside the connected chests. No crafting. Link to comment Share on other sites More sharing options...
russjr08 Posted February 14, 2013 Share Posted February 14, 2013 Hmm.. That's strange. Maybe a bug with the version in Tekkit Lite? Link to comment Share on other sites More sharing options...
heddendl Posted February 14, 2013 Author Share Posted February 14, 2013 2013-02-14 12:52:24 [sEVERE] java.lang.NullPointerException 2013-02-14 12:52:24 [sEVERE] at logisticspipes.request.RequestManager.getProviders(RequestManager.java:127) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.request.RequestManager.checkProvider(RequestManager.java:311) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.request.RequestManager.generateRequestTree(RequestManager.java:156) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.request.RequestManager.request(RequestManager.java:62) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.request.RequestHandler.request(RequestHandler.java:54) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.network.ServerPacketHandler.onRequestSubmit(ServerPacketHandler.java:490) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.network.ServerPacketHandler.onPacketData(ServerPacketHandler.java:132) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.network.ServerPacketHandler.onPacketData(ServerPacketHandler.java:83) 2013-02-14 12:52:24 [sEVERE] at logisticspipes.network.PacketHandler.onPacketData(PacketHandler.java:19) 2013-02-14 12:52:24 [sEVERE] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:253) 2013-02-14 12:52:24 [sEVERE] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:242) 2013-02-14 12:52:24 [sEVERE] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:71) 2013-02-14 12:52:24 [sEVERE] at iv.a(NetServerHandler.java:2070) 2013-02-14 12:52:24 [sEVERE] at di.a(Packet250CustomPayload.java:70) 2013-02-14 12:52:24 [sEVERE] at cg.b(TcpConnection.java:467) 2013-02-14 12:52:24 [sEVERE] at iv.d(NetServerHandler.java:220) 2013-02-14 12:52:24 [sEVERE] at iw.b(NetworkListenThread.java:57) 2013-02-14 12:52:24 [sEVERE] at ht.b(DedicatedServerListenThread.java:34) 2013-02-14 12:52:24 [sEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:981) 2013-02-14 12:52:24 [sEVERE] at ho.r(DedicatedServer.java:309) 2013-02-14 12:52:24 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857) 2013-02-14 12:52:24 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744) 2013-02-14 12:52:24 [sEVERE] at fy.run(ThreadMinecraftServer.java:16) Logistic pipes exception when ordering some items Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now