Mod Pack: Direwolf20 1.0.23/22
Mod & Version: LogisticsPipes 0.7.4.dev.172/ComputerCraft 1.5.7
Pastebin link to crash log: N/A (Game does not crash)
The bug: LogisticsPipes is not providing its peripheral API to ComputerCraft. This is because as of commit
485b444 of LogisticsPipes, LogisticsPipes was upgraded to ComputerCraft 1.6. This breaks compatibility with ComputerCraft 1.5.7, meaning that LogisticsPipes loads a dummy Proxy, and the peripheral API is no longer available.
Solution: Not super easy to fix, either downgrade LogisticsPipes (bad idea, could break more things), or update ComputerCraft to 1.6 (also could break stuff).
Evidence:
Code:
2014-05-23 18:23:00 [INFO] [LogisticsPipes|Main] Loaded CC DummyProxy
Repeatability: Consistently repeatable. Simply query the peripheral API of a Logistics pipe with ComputerCraft, it will not have the correct methods available.