[Bug] Crash upon loading the game #5

Open
opened 2026-05-24 14:38:18 -04:00 by B1gBadClown · 2 comments

Minecraft: 1.21.1
Loader: NeoForge
Mod Version: 1.1.1

AI Description
The game crashes at bootstrap before reaching the main menu. The mixin menderman$dontDamageAnvil in menderman.mixins.json:Mixin_AnvilMenu fails its injection check with 0/1 targets found and no refMap loaded, causing a fatal MixinTransformerError.

Error
org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure:
Callback method menderman$dontDamageAnvil(Z)Z in menderman.mixins.json:Mixin_AnvilMenu
from mod menderman failed injection check, (0/1) succeeded.
Scanned 0 target(s). No refMap loaded.

Minecraft: 1.21.1 Loader: NeoForge Mod Version: 1.1.1 **AI Description** The game crashes at bootstrap before reaching the main menu. The mixin menderman$dontDamageAnvil in menderman.mixins.json:Mixin_AnvilMenu fails its injection check with 0/1 targets found and no refMap loaded, causing a fatal MixinTransformerError. **Error** org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method menderman$dontDamageAnvil(Z)Z in menderman.mixins.json:Mixin_AnvilMenu from mod menderman failed injection check, (0/1) succeeded. Scanned 0 target(s). No refMap loaded.
B1gBadClown changed title from [Bug] Crash uppon loading the game to [Bug] Crash upon loading the game 2026-05-24 14:38:36 -04:00

same issue.

same issue.
Owner

I've confirmed this issue on NeoForge btw.

I'll see about releasing smth over the next few days.

I've confirmed this issue on NeoForge btw. I'll see about releasing smth over the next few days.
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Modding/menderman#5
No description provided.