Skip to content

Just Enough Items compatability problem #1034

@definitely-not-a-programmer

Description

Modloader

Fabric

Minecraft version

1.20.1

Hex Casting version

0.11.3

Modloader version

Fabric 0.19.2

Modpack info

No response

The latest.log file

https://mclo.gs/3fh8zRY

Issue description

When I open hex notebook and try to check crafting recipe via Just Enough Items mod (hotkey "U") for item in the book (E.g. black slate) game freezes, then saves the world and exit immediately.

Here is the part of the log where the error occurs:

[11:01:56] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.class_148: keyPressed event handler
        at net.minecraft.class_437.method_25412(class_437.java:414) ~[client-intermediary.jar:?]
        at net.minecraft.class_309.method_1466(class_309.java:391) ~[client-intermediary.jar:?]
        at net.minecraft.class_309.method_22678(class_309.java:477) ~[client-intermediary.jar:?]
        at net.minecraft.class_1255.execute(class_1255.java:102) ~[client-intermediary.jar:?]
        at net.minecraft.class_309.method_22676(class_309.java:477) ~[client-intermediary.jar:?]
        at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44) ~[lwjgl-glfw-3.3.1.jar:?]
        at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar:?]
        at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403) ~[lwjgl-glfw-3.3.1.jar:?]
        at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201) ~[client-intermediary.jar:?]
        at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219) ~[client-intermediary.jar:?]
        at net.minecraft.class_1041.method_15998(class_1041.java:288) ~[client-intermediary.jar:?]
        at net.minecraft.class_310.method_1523(class_310.java:1241) ~[client-intermediary.jar:?]
        at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
        at net.minecraft.client.main.Main.main(Main.java:250) ~[1.20.1-0.19.2.jar:?]
        at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514) ~[fabric-loader-0.19.2.jar:?]
        at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72) ~[fabric-loader-0.19.2.jar:?]
        at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.19.2.jar:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
        at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63) ~[theseus.jar:?]
        at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28) ~[theseus.jar:?]
Caused by: java.lang.NullPointerException: Cannot invoke "mezz.jei.api.runtime.IJeiRuntime.getJeiHelpers()" because "vazkii.patchouli.client.jei.PatchouliJeiPlugin.jeiRuntime" is null
        at vazkii.patchouli.client.jei.PatchouliJeiPlugin.handleRecipeKeybind(PatchouliJeiPlugin.java:68) ~[Patchouli-1.20.1-85-FABRIC.jar:?]
        at vazkii.patchouli.client.book.gui.GuiBook.method_25404(GuiBook.java:337) ~[Patchouli-1.20.1-85-FABRIC.jar:?]
        at vazkii.patchouli.client.book.gui.GuiBookEntry.method_25404(GuiBookEntry.java:301) ~[Patchouli-1.20.1-85-FABRIC.jar:?]
        at net.minecraft.class_309.method_1454(class_309.java:395) ~[client-intermediary.jar:?]
        at net.minecraft.class_437.method_25412(class_437.java:409) ~[client-intermediary.jar:?]
        ... 22 more

Steps to reproduce

  1. Have JEI and Hex Casting in your modpack
  2. Open any craftable or part of the craft item in a hex notebook
  3. check crafting (hotkey "U") for this item

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions