JEI Area Fixer

JEI Area Fixer

421k Downloads

Crash on opening workbench

ls314 opened this issue · 5 comments

commented

Here is the crash report:

crash-2025-06-07_12.50.42-client.txt

commented

This is due to some code injection to CraftingTweaks failing, which should never happen under normal circumstances. And unfortunately I myself is unable to replicate this issue, do you have latest.log for that launch?

commented
commented

Unfortunately I'm still unable to replicate the crash, as it should not happen in the first place. Can you try disabling the config in the image below before launching the game and see if it still crashes:

Image

The config file is at <your game folder>/config/jei_area_fixer.cfg.

Or alternatively, you can launch into the game, and go to the Mods -> JEI Area Fixer -> Options -> Crafting Tweaks -> change Tabs to false, and restart the game.

commented

some issue
Perhaps Crafting Tweaks Unofficial isn't supported? Why not try switching your support from the official Crafting Tweaks to the unofficial version?

commented

Version 2.2.1 added a sanity check for CraftingTweaks support to fix this problem: https://www.curseforge.com/minecraft/mc-mods/jei-area-fixer/files/7103058

Why not try switching your support from the official Crafting Tweaks to the unofficial version?

Actually JEI Area Fixer is targeting CraftingTweaks Unofficial:

//[CraftingTweaks_1.12.2-9.0.1](https://www.curseforge.com/minecraft/mc-mods/crafting-tweaks-unofficial/files/3852709)
compileOnly(rfg.deobf("curse.maven:crafting-tweaks-unofficial-633720:3852709"))

And I believe the issue is related to the Mixin instead of CraftingTweaks, but I'm still unable to replicate it