Polyfrost / PolyPatcher

A Forge mod full of Vanilla bug fixes, Quality of Life improvements, and performance enhancements.
https://modrinth.com/mod/patcher/
Other
32 stars 13 forks source link

Multiple mixin warnings and errors in log #76

Open TheDGOfficial opened 3 months ago

TheDGOfficial commented 3 months ago

During and after startup, there is multiple mixin warnings and errors in log.

[16:05:46] [main/ERROR]: Critical problem: mixins.patcher.json:accessors.optifine.ConfigAccessor target Config was loaded too early.
[16:05:46] [main/ERROR]: Critical problem: mixins.patcher.json:features.optifine.ConfigMixin_SimplifyFpsCounter target Config was loaded too early.

[16:08:37] [Client thread/WARN]: Injection warning: LVT in net/minecraft/client/renderer/ImageBufferDownload::func_78432_a(Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage; has incompatible changes at opcode 671 in callback mixins.patcher.json:features.ImageBufferDownloadMixin_ImprovedHeadRendering->@Inject::patcher$callPreprocess(Ljava/awt/image/BufferedImage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/awt/image/BufferedImage;Ljava/awt/Graphics;)V.
 Expected: [Ljava/awt/image/BufferedImage;, Ljava/awt/Graphics;]
    Found: [Ljava/awt/image/BufferedImage;, I]
Available: [Ljava/awt/image/BufferedImage;, I, I, I, Ljava/awt/image/BufferedImage;, Ljava/awt/Graphics;]

[16:11:25] [Client thread/ERROR]: Unable to get OptiFine's Custom Color
java.lang.NoSuchMethodError: Config.invokeIsCustomColors_$md$9d5e21$0()Z
    at club.sk1er.patcher.mixins.accessors.optifine.ConfigAccessor.invokeIsCustomColors(ConfigAccessor.java) ~[ConfigAccessor.class:?]

None of them seems to appear in the log when using original Patcher.

Relevant version information:

TheDGOfficial commented 1 week ago

2 warnings seems to be fixed with commit f7946749bf6c097f342841d13d788d793cb40951, edited issue to remove the fixed ones.