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

Multiple mixin warnings and errors in log #76

Open
TheDGOfficial opened this issue Aug 24, 2024 · 1 comment
Open

Multiple mixin warnings and errors in log #76

TheDGOfficial opened this issue Aug 24, 2024 · 1 comment

Comments

@TheDGOfficial
Copy link

TheDGOfficial commented Aug 24, 2024

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:

  • PolyPatcher 1.10.1
  • Optifine HD U M6 pre2
  • Mixin 0.8.4 (Loaded by Essential)
@TheDGOfficial
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant