
AE reports non accessible items in autocrafting simulation while it is clearly in stock and has recipe encoded
Dm5354 opened this issue · 2 comments
AE reports non accessible items in autocrafting simulation while it is clearly in stock and has recipe encoded
I don't know a proper way to reproduce this bug, I for a fact don't use compacting drawers which is almost always a cause!
In this case the item it tries to access is an Annihilation Core form one of the 16K storage disk which is in the ME drive!
Expected beahviour should be that this doesn't happen!
So far it was working, but now after a server restart it started doing this with all encoded recipies!
Modpack - Nomifactory CEu - 1.4
No crashlog only console text which is as follows:
System reported 1 Annihilation Core available but could not extract anything - Multiple times
Modpack is running on a Server hosted by viteza.cloud
As mentioned Modpack is Nomifactory CEu - 1.4
Mods are latest
- Minecraft Version: 1.12.2
- AE2 Version: AE2 Extended Life rv6-stable-7-estneded
- Forge Version: 14.23.5.2680
AE config file:
https://pastebin.pl/view/4ff551b0
EDIT:
Tested with different recipies, reports non available but craftable items as not extractable as well!
Here is a copy from the server console of the error message:
[18:58:51] [Server thread/FATAL] [LoliASM]: Error executing task
java.util.concurrent.ExecutionException: java.lang.ClassCastException: appeng.util.item.AEItemStack cannot be cast to appeng.api.storage.data.IAEFluidStack
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_342]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_342]
at net.minecraft.util.Util.runTask(SourceFile:1031) [h.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.handler$zzf000$newWhileLoop(MinecraftServer.java:2301) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:493) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342]
Caused by: java.lang.ClassCastException: appeng.util.item.AEItemStack cannot be cast to appeng.api.storage.data.IAEFluidStack
at appeng.fluids.util.FluidList.findPrecise(FluidList.java:33) ~[FluidList.class:?]
at appeng.util.prioritylist.PrecisePriorityList.isListed(PrecisePriorityList.java:39) ~[PrecisePriorityList.class:?]
at appeng.me.storage.MEInventoryHandler.isPrioritized(MEInventoryHandler.java:148) ~[MEInventoryHandler.class:?]
at appeng.me.storage.NetworkInventoryHandler.injectItems(NetworkInventoryHandler.java:99) ~[NetworkInventoryHandler.class:?]
at appeng.me.cache.NetworkMonitor.injectItems(NetworkMonitor.java:159) ~[NetworkMonitor.class:?]
at p455w0rd.ae2wtlib.helpers.WTGuiObjectImpl.injectItems(WTGuiObjectImpl.java:203) ~[WTGuiObjectImpl.class:?]
at appeng.util.Platform.poweredInsert(Platform.java:1238) ~[Platform.class:?]
at appeng.util.Platform.poweredInsert(Platform.java:1227) ~[Platform.class:?]
at p455w0rd.wct.container.ContainerWCT.shiftStoreItem(ContainerWCT.java:1143) ~[ContainerWCT.class:?]
at p455w0rd.wct.container.ContainerWCT.transferStackInSlot(ContainerWCT.java:989) ~[ContainerWCT.class:?]
at net.minecraft.inventory.Container.slotClick(Container.java:246) ~[afr.class:?]
at p455w0rd.wct.container.ContainerWCT.slotClick(ContainerWCT.java:1154) ~[ContainerWCT.class:?]
at net.minecraft.network.NetHandlerPlayServer.processClickWindow(NetHandlerPlayServer.java:1162) ~[pa.class:?]
at net.minecraft.network.play.client.CPacketClickWindow.processPacket(CPacketClickWindow.java:38) ~[lf.class:?]
at net.minecraft.network.play.client.CPacketClickWindow.processPacket(CPacketClickWindow.java:12) ~[lf.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_342]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_342]
at net.minecraft.util.Util.runTask(SourceFile:1029) ~[h.class:?]
... 6 more