Just Enough Items (JEI)

Just Enough Items (JEI)

392M Downloads

Creative Gui Screen Crash

BedrockLegends opened this issue ยท 2 comments

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

Thanks for the report!
It looks like there are several mods that edit the vanilla method that JEI is calling:
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:852) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
(formatted nicer:)

{
	re:mixin,
	pl:accesstransformer:B,
	pl:runtimedistcleaner:A,
	re:classloading,
	pl:accesstransformer:B,
	pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,
	pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,
	pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,
	pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,
	pl:mixin:A,
	pl:runtimedistcleaner:A
}

randompatches, mining_helmet, immersiveengineering, and botania are all involved. Please try removing these mods and see if the crash still occurs.