Et Futurum Requiem

Et Futurum Requiem

105k Downloads

Not a crash, but a possible bug with the composter

RaidhoSketch opened this issue ยท 6 comments

commented

Initial Questions

  • I have searched this issue tracker and there is nothing similar already, and this is not on the list of known issues. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
  • I have verified that this issue occurs in a SUPPORTED environment, meaning I can reproduce this WITHOUT OptiFine, and without Bukkit+Forge server software like KCauldron, Thermos, Crucible, Mohist etc

Mod Version

Et_Futurum_Requiem-2.5.1+nomixin

Describe the Issue

When attempting to press buttons in NEICustomDiagram's Ender Chest handler, prints out a red chat line about being unable to load a recipe. This is, somewhat hilariously, fixed by disabling the composter. So bizarre.

Conflicting Mods

EnderStorage-1.5.0.jar
NEICustomDiagram-1.5.15.jar
Et_Futurum_Requiem-2.5.1+nomixin.jar

Crash Report

No response

Other Details

No response

commented

Please send the exact log errors.

commented
[08:50:36] [ForkJoinPool-1-worker-0/ERROR] [NotEnoughItems/]: Error while looking up usage recipe
[08:50:36] [ForkJoinPool-1-worker-0/ERROR] [NotEnoughItems/]: inputId: neicustomdiagram.diagramgroup.enderstorage.chestoverview-personal
[08:50:36] [ForkJoinPool-1-worker-0/ERROR] [NotEnoughItems/]: ingredients: []
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 0
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at ganymedes01.etfuturum.compat.nei.ComposterHandler.loadUsageRecipes(ComposterHandler.java:149)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:611)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.recipe.GuiUsageRecipe.getUsageOrCatalystHandler(GuiUsageRecipe.java:81)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.recipe.GuiUsageRecipe.lambda$getUsageHandlers$1(GuiUsageRecipe.java:48)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.recipe.RecipeHandlerQuery.lambda$null$3(RecipeHandlerQuery.java:81)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.stream.ReduceOps$ReduceTask.doLeaf(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.stream.ReduceOps$ReduceTask.doLeaf(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.stream.AbstractTask.compute(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.concurrent.CountedCompleter.exec(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
[08:50:36] [ForkJoinPool-1-worker-0/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
commented

Looks like a duplicate of #379 which should be fixed already in the dev builds.

commented

But that's a crash and this isn't.

Looks like a duplicate of #379 which should be fixed already in the dev builds.

commented

I'm guessing that's because this user is using GTNH's NEI fork, which catches exceptions, while the previous one used upstream which doesn't.

commented

Reporting as fixed in the new release.