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 Minecraft 1.20.1 - Mixin Transformation Failure in PlayerChunkWatchingManagerMixin #81

Open
ZuidVolt opened this issue Jan 25, 2025 · 0 comments
Assignees
Labels
bug Something isn't working compat Problem with mods compatibility

Comments

@ZuidVolt
Copy link

What operating systems are you seeing the problem on?

MacOS

What the loader are you seeing the problem on?

Fabric

Describe the bug

The game crashes during server startup with a Mixin transformation error related to PlayerChunkWatchingManagerMixin when using Palladium 1.0.3 on Minecraft 1.20.1 . This prevents the game from launching.

Environment:
Minecraft Version: 1.20.1 (fabric 016.9)
Palladium Version: 1.20-1.20.4-1.0.3 (from crash context)
OS: macOS 15.3 (Apple M3)
Java: Azul OpenJDK 21.0.4

Error log:

// Key excerpt from crash report
java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3210 failed
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: 
@Inject annotation on getPlayers could not find any targets matching 'Lnet/minecraft/class_3210;method_14083()Ljava/util/Set;'
...
Mixin [palladium.mixins.json:PlayerChunkWatchingManagerMixin from mod palladium] FAILED during APPLY:cite[1]:cite[7]

Steps to reproduce

No response

What version of the palladium are you using?

1.1.3-1.20-1.20.2-fabric

@ZuidVolt ZuidVolt added bug Something isn't working compat Problem with mods compatibility labels Jan 25, 2025
@ZuidVolt ZuidVolt changed the title Crash on Minecraft 1.20.1 (Forge 47.3.0) - Mixin Transformation Failure in PlayerChunkWatchingManagerMixin Crash on Minecraft 1.20.1 - Mixin Transformation Failure in PlayerChunkWatchingManagerMixin Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compat Problem with mods compatibility
Projects
None yet
Development

No branches or pull requests

2 participants