-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
Describe the bug
Environment Information
- Minecraft Version: 1.20.1
- VulkanMod Version: 0.5.2
- Fabric Loader Version: 0.18.4
- Java Version: 17.0.17
- Operating System: Windows 11
Issue Description
The game crashes on startup with an error message indicating that VulkanMod's mixin is trying to overwrite a public method with a private method, causing a visibility error.
Error Message
Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE overwrite method bindTexture in vulkanmod.mixins.json:texture.MAbstractTexture from mod vulkanmod cannot reduce visibiliy of PUBLIC target method
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.conformVisibility(MixinPreProcessorStandard.java:479)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethod(MixinPreProcessorStandard.java:590)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:356)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:299)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1291)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:203)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)Steps to reproduce
- Install Minecraft 1.20.1
- Install Fabric Loader 0.18.4
- Install VulkanMod 0.5.2
- Launch the game
- The game crashes with the error message mentioned above
Log files
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels