Advanced Peripherals

Advanced Peripherals

29M Downloads

NullPointer whenn calling isItemCrafting

mcenderdragon opened this issue ยท 3 comments

commented

Descripe

when calling isItemCRafting a nUllPointerException occurs.

java.lang.NullPointerException: null
        at de.srendi.advancedperipherals.common.addons.refinedstorage.RefinedStorage.getItems(RefinedStorage.java:182) ~[advancedperipherals:0.6r] {re:classloading}
        at de.srendi.advancedperipherals.common.addons.refinedstorage.RefinedStorage.listItems(RefinedStorage.java:74) ~[advancedperipherals:0.6r] {re:classloading}
        at de.srendi.advancedperipherals.common.addons.computercraft.peripheral.RsBridgePeripheral.listItems(RsBridgePeripheral.java:55) ~[advancedperipherals:0.6r] {re:classloading}
        at de.srendi.advancedperipherals.common.addons.computercraft.peripheral.RsBridgePeripheral$cc$listItems118.apply(CC generated method) ~[?:?] {re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading}
        at dan200.computercraft.shared.peripheral.modem.wired.WiredModemPeripheral$RemotePeripheralWrapper.callMethod(WiredModemPeripheral.java:350) ~[computercraft:1.97.0] {re:clas

Steps to reproduce

wrap a RsBridge
call isCraftable

Version

0.6r

Minecraft, Forge and maybe other related mods versions

36.1.32

Screenshots or Videos

Crashlog/log

commented

Duplicate of #166

commented

But a conncurent modification exception is something entierly different - it happens becuase if threading this will always happen even when no import/export is going on.

commented

ohh I see, intern this is also just calling listCraftableItems and then fails.