shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
326 stars 65 forks source link

[Bug] Recipes not showing up when i press the "show recipe" hotkey #1543

Open Korinnest opened 9 months ago

Korinnest commented 9 months ago

What happened?

Greetings, I have ran into an issue that causes me to see the tags of an item instead of its recipe when i press the relevant hotkey. This happened with the latest versions of both the dependencies and the main mod. This is also in mc version 1.20.2

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

Relevant log output

The full logs are linked in the files section but here is the relevant log that was mentioned in the rei-issues.log file: 
[18:13:36] [Render thread/ERROR] [REI] Detected missing stage: END! This is possibly due to issues during client recipe reload! REI will force a reload of the recipes now!
[18:13:36] [Render thread/DEBUG] [REI] Starting Reload Plugins of stage END
java.lang.Throwable
    at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.reloadPlugins(RoughlyEnoughItemsCoreClient.java:482)
    at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$13(RoughlyEnoughItemsCoreClient.java:341)
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
    at dev.architectury.event.EventFactory.invokeMethod(EventFactory.java:53)
    at dev.architectury.event.EventFactory$2.handleInvocation(EventFactory.java:81)
    at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
    at jdk.proxy2/jdk.proxy2.$Proxy93.init(Unknown Source)
    at net.minecraft.class_437.handler$zdl000$architectury$preInit(class_437.java:722)
    at net.minecraft.class_437.method_25423(class_437.java:298)
    at net.minecraft.class_310.method_1507(class_310.java:1135)
    at net.minecraft.class_310.method_1508(class_310.java:2059)
    at net.minecraft.class_310.method_1574(class_310.java:1933)
    at net.minecraft.class_310.method_1523(class_310.java:1237)
    at net.minecraft.class_310.method_1514(class_310.java:856)
    at net.minecraft.client.main.Main.main(Main.java:253)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

Anything else?

https://github.com/shedaniel/RoughlyEnoughItems/assets/110349483/b3a66310-2793-4e26-b18e-77ab5749436c latest.log rei.log rei-issues.log

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.