Skip to content
New issue

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

Crash on starting client #117

Open
EagleOfFire opened this issue Apr 13, 2024 · 0 comments
Open

Crash on starting client #117

EagleOfFire opened this issue Apr 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@EagleOfFire
Copy link

Describe the bug

Fatal error caused by injection failure

Steps to reproduce

  1. Start a new forge project for minecraft 1.20.1
  2. make some call to the API
  3. run client
    ...

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]

@EagleOfFire EagleOfFire added the bug Something isn't working label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant