Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with jei #11

Open
hakancqn opened this issue Sep 27, 2024 · 1 comment
Open

Crash with jei #11

hakancqn opened this issue Sep 27, 2024 · 1 comment

Comments

@hakancqn
Copy link

Steps to Reproduce the Crash

  1. Open the crafting station
  2. Search for an item in Jei search bar
  3. Try to close gui with ESC button on your keyboard and taa-daa game crashes

The game crashed whilst keypressed event handler
Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.Container.m_6643_()" because "container" is null

Text above is crash instance on minecraft launcher.

Suspected Mods:
Just Enough Items (jei), Version: 15.18.0.79
Issue tracker URL: https://github.com/mezz/JustEnoughItems/issues?q=is%3Aissue
at TRANSFORMER/[email protected]/mezz.jei.gui.recipes.RecipesGui.m_7379_(RecipesGui.java:453)

Crafting Station (craftingstation), Version: 1.20.1-1.2.2
	Issue tracker URL: https://github.com/Tfarcenim/crafting-station/issues
	at TRANSFORMER/[email protected]/tfar.craftingstation.client.CraftingStationScreen.m_7856_(CraftingStationScreen.java:54)

And this one is a part of crash report

Mod Pack URL (Optional)

https://www.curseforge.com/minecraft/modpacks/all-the-mods-9-to-the-sky

Mod Pack Version (Optional)

1.1.2

Extra Notes (Optional)

This crash only happens when i am searching while crafting station gui is open.

Crash Report

https://gist.github.com/hakancqn/aa9ee373a53788db09bc219b360ff14e

@ecrasswe
Copy link

ecrasswe commented Oct 1, 2024

I am experiencing the same issue, but with different steps to cause the issue.

Steps to reproduce

  1. Open crafting station
  2. View recipe for an item
  3. Click on the "+"/"Move items" icon
  4. Game saves and closes
Time: 2024-09-30 22:09:36
Description: mouseReleased event handler

java.lang.NullPointerException: Cannot invoke "net.minecraft.world.Container.m_6643_()" because "container" is null

Mod Pack URL

https://www.curseforge.com/minecraft/modpacks/all-the-mods-9-to-the-sky

Mod Pack Ver

1.1.2

Suspected Mods

Crafting Station (craftingstation), Version: 1.20.1-1.2.2
	Issue tracker URL: https://github.com/Tfarcenim/crafting-station/issues
	at TRANSFORMER/[email protected]/tfar.craftingstation.client.CraftingStationScreen.m_7856_(CraftingStationScreen.java:54)

Just Enough Items (jei), Version: 15.18.0.79
	Issue tracker URL: https://github.com/mezz/JustEnoughItems/issues?q=is%3Aissue
	at TRANSFORMER/[email protected]/mezz.jei.gui.recipes.RecipesGui.m_7379_(RecipesGui.java:453)

JEI Issue

mezz/JustEnoughItems#3773
Speculated on their end to be an issue with the crafting station

Extra Notes

Crash only occurs when using the crafting station, not the vanilla crafting table or the inventory

Crash Report

https://gist.github.com/ecrasswe/6463f80142aae8ae74e49f3486065ed2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants