Drippy Loading Screen

Drippy Loading Screen

64M Downloads

Error for Minecraft 1.21.6 Fabric Crash

Arc-Lira opened this issue ยท 1 comments

commented

Core Issue
The crash occurs during game initialization due to a critical Mixin transformation failure involving two mods:
drippyloadingscreen (Drippy Loading Screen v3.0.14)
fancymenu (FancyMenu v3.5.3)

Failure Chain
java
java.lang.RuntimeException: Mixin transformation of de.keksuccino.fancymenu.customization.layout.editor.LayoutEditorScreen failed
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException:
@Inject annotation on before_scaling_in_init_Drippy could not find any targets matching 'init'
in de/keksuccino/fancymenu/customization/layout/editor/LayoutEditorScreen

Root Cause
Drippy Loading Screen attempts to inject custom code into the init() method of FancyMenu's LayoutEditorScreen class via Mixin.
The injection fails because the target method init() no longer exists or has been significantly modified in FancyMenu v3.5.3 for Minecraft 1.21.6.

latest.log

commented

Fixed in Drippy v3.0.15!