We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fatal error caused by injection failure
https://gist.github.com/EagleOfFire/3871608e3d1ebbc858eed6b7b73a12e1
IntelliJ error message
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on onScreenRemove could not find any targets matching 'Lnet/minecraft/client/Minecraft;m_91152_(Lnet/minecraft/client/gui/screens/Screen;)V' in net.minecraft.client.Minecraft. Using refmap fabric-screen-api-v1-refmap.json [PREINJECT Applicator Phase -> fabric-screen-api-v1.mixins.json:MinecraftClientMixin -> Prepare Injections -> -> handler$zdb000$onScreenRemove(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
The text was updated successfully, but these errors were encountered:
Could someone please look at this? Im getting the exact same error
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Fatal error caused by injection failure
Steps to reproduce
...
Logs
https://gist.github.com/EagleOfFire/3871608e3d1ebbc858eed6b7b73a12e1
Additional context
IntelliJ error message
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on onScreenRemove could not find any targets matching 'Lnet/minecraft/client/Minecraft;m_91152_(Lnet/minecraft/client/gui/screens/Screen;)V' in net.minecraft.client.Minecraft. Using refmap fabric-screen-api-v1-refmap.json [PREINJECT Applicator Phase -> fabric-screen-api-v1.mixins.json:MinecraftClientMixin -> Prepare Injections -> -> handler$zdb000$onScreenRemove(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
The text was updated successfully, but these errors were encountered: