Console Spam
WolfyZv opened this issue ยท 0 comments
Game Version : 1.21
Mod Version : 1.21-2.0.3-fabric
Fabric 1.21
Hello, i got this spamming in my console everytime anyone access the storage
The Item in the terminal are also flashing and display not the right number of items
[22:44:00] [Server thread/INFO]: [STDERR]: java.lang.Throwable: Recursive storage access
[22:44:00] [Server thread/INFO]: [STDERR]: at com.tom.storagemod.inventory.PlatformMultiInventoryAccess.iterator(PlatformMultiInventoryAccess.java:68)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.tom.storagemod.inventory.PlatformItemHandler.iterator(PlatformItemHandler.java:65)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.tom.storagemod.inventory.PlatformMultiInventoryAccess$MultiIterator.advanceCurrentPartIterator(PlatformMultiInventoryAccess.java:112)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.tom.storagemod.inventory.PlatformMultiInventoryAccess$MultiIterator.next(PlatformMultiInventoryAccess.java:101)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.tom.storagemod.inventory.PlatformMultiInventoryAccess$MultiIterator.next(PlatformMultiInventoryAccess.java:77)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.google.common.collect.Iterators$5.computeNext(Iterators.java:672)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:145)
[22:44:00] [Server thread/INFO]: [STDERR]: at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:140)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1949)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
[22:44:00] [Server thread/INFO]: [STDERR]: at snownee.jade.addon.universal.ItemCollector.update(ItemCollector.java:65)
[22:44:00] [Server thread/INFO]: [STDERR]: at snownee.jade.addon.universal.ItemStorageProvider$Extension.getGroups(ItemStorageProvider.java:339)
[22:44:00] [Server thread/INFO]: [STDERR]: at snownee.jade.addon.universal.ItemStorageProvider.putData(ItemStorageProvider.java:210)
[22:44:00] [Server thread/INFO]: [STDERR]: at snownee.jade.addon.universal.ItemStorageProvider.appendServerData(ItemStorageProvider.java:255)
[22:44:00] [Server thread/INFO]: [STDERR]: at snownee.jade.impl.BlockAccessorImpl.lambda$handleRequest$0(BlockAccessorImpl.java:76)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.class_3738.run(class_3738.java:18)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_18859(class_1255.java:162)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.class_4093.method_18859(class_4093.java:23)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:864)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:173)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_16075(class_1255.java:136)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:846)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:840)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_5383(class_1255.java:121)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:814)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:702)
[22:44:00] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
[22:44:00] [Server thread/INFO]: [STDERR]: at java.base/java.lang.Thread.run(Thread.java:1583)