Open MarkinhosMLP opened 1 year ago
I confirmed I could start 1.19.2 + optifine 1.19.2_HD_U_I1_pre4 with the limited mod set.
[✔] fabric-api-0.69.0+1.19.2
[✔] optifabric-1.13.16
[✔] preview_OptiFine_1.19.2_HD_U_I1_pre4
But if optifine changes its implementation, it might break other fabric mods (and optifabric's mod compatibility layers).
I confirmed I could start 1.19.2 + optifine 1.19.2_HD_U_I1_pre4 with the limited mod set.
[✔] fabric-api-0.69.0+1.19.2 [✔] optifabric-1.13.16 [✔] preview_OptiFine_1.19.2_HD_U_I1_pre4
But if optifine changes its implementation, it might break other fabric mods (and optifabric's mod compatibility layers).
the "preview_optifine_1.19.2_hd_u_l1_pre4" is the optifine installer or the mod itself??? cause the mod have to be extracted, when you donwload the installer it has the name preview_optifine, but when you install it, it turns into OptiFine_1.19.2_HD_U_I1_pre4_MOD.jar
It's the optifine installer. optifabric works with the installer, so I don't try installing it myself.
this is weird... everytime i try i get this error
Minecraft has crashed!
net.fabricmc.loader.impl.FormattedException: java.lang.ExceptionInInitializerError
at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:463)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.ExceptionInInitializerError
at net.minecraft.util.crash.CrashReport.asString(CrashReport:175)
at net.minecraft.util.crash.CrashReport.initCrashReport(CrashReport:345)
at net.minecraft.client.main.Main.method_44604(Main:159)
at net.minecraft.client.main.Main.main(Main:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
... 2 more
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_2586 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
at java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:186)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
at java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at net.optifine.reflect.Reflector.
but its fully functional with full releases
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Delegate constructor lookup failed for @Inject target on mixins.cardinal_components_block.json:common.MixinBlockEntity from mod cardinal-components-block->@Inject::init(Lnet/minecraft/class_2591;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V
This should be another optifine compatibility issue between optifine and cardinal-components mod, introduced by new modifications with optifine pre-release versions.
hmmm, makes sense do u have any speculation for what type of mods it could be? like, mods that mess with rendering, and stuff like that?
Optifine seems to decompile and recompile the target class, create binary diff and distribute it. So, any optifine patching class may cause compatibility issues.
For a surprising (to me) example, JEI incompatibility is caused by Keyboard Hander.
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method beforeCharTypedEvent(Lnet/minecraft/class_364;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V in jei.mixins.json:KeyboardHandlerMixin from mod jei failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap jei-1.19.2-fabric-refmap.json
I haven't checked thoroughly, but I think "GUI and rendering" are likely. it might be broader than what you want, but I can only say this.
there is a lot of pre-releases for 1.19.2 and even some for 1.18.2 but its not working with optifabric, and some of them add a bunch of features that is useful for resourcepacks and stuffs, for example i need to use the latest release which was last month