
๐ [NeoForge 1.21.7] Game crash on startup: Mixin injection failure in GameRendererMixin
votoka12 opened this issue ยท 1 comments
Minecraft Version
1.21.7
MidnightControls Version
1.11.1
(for NeoForge)
NeoForge Version
21.7.17-beta
Crash Description
Game crashes during initialization when using MidnightControls on Minecraft 1.21.7
with NeoForge, even though this version claims to support both.
Crash is caused by a failed mixin injection in GameRendererMixin
.
Crash Log (excerpt)
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError:
Critical injection failure: Callback method midnightcontrols$renderVirtualCursor
(...) in midnightcontrols.mixins.json:GameRendererMixin from mod midnightcontrols
failed injection check, (0/1) succeeded. Scanned 0 target(s). No refMap loaded.
Full Crash Report
crash-2025-07-10_22.41.48-client.txt
Notes
- This seems to be due to an incorrect method signature or outdated Mixin target.
- The mod tries to inject into a method that does not exist in Minecraft 1.21.7 (
GameRenderer
structure may have changed). - Please verify if the correct mappings / refmap are being used in this release.