RandomPatches crash at game start in latest forge stable and dev version
FrannDzs opened this issue · 8 comments
[26ene2021 00:38:56.373] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, FrannDzs, --version, HMCL 3.3.180, --gameDir, E:\Minecraft, --assetsDir, E:\Minecraft\assets, --assetIndex, 1.16, --uuid, 72a6a693156b4d46861862888ce18584, --accessToken, ????????, --userType, mojang, --versionType, HMCL 3.3.180, --width, 854, --height, 480, --tweakClass, optifine.OptiFineTweaker, --launchTarget, fmlclient, --fml.forgeVersion, 36.0.4, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210115.111550]
[26ene2021 00:38:56.388] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_282 by AdoptOpenJDK
[26ene2021 00:38:56.920] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[26ene2021 00:38:56.920] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: E:\Minecraft\libraries\optifine\OptiFine\1.16.5_HD_U_G7_pre4\OptiFine-1.16.5_HD_U_G7_pre4.jar
[26ene2021 00:38:56.935] [main/INFO] [optifine.OptiFineTransformer/]: Target.PRE_CLASS is available
[26ene2021 00:38:57.685] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[26ene2021 00:38:57.888] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/E:/Minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[26ene2021 00:38:57.920] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[26ene2021 00:39:02.764] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[26ene2021 00:39:02.795] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 305
[26ene2021 00:39:04.061] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[26ene2021 00:39:04.311] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, HMCL 3.3.180, --gameDir, E:\Minecraft, --assetsDir, E:\Minecraft\assets, --uuid, 72a6a693156b4d46861862888ce18584, --username, FrannDzs, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, HMCL 3.3.180, --width, 854, --height, 480, --tweakClass, optifine.OptiFineTweaker]
[26ene2021 00:39:07.404] [main/INFO] [STDOUT/]: [net.minecraft.client.main.Main:main:80]: Completely ignored arguments: [--tweakClass, optifine.OptiFineTweaker]
[26ene2021 00:39:09.436] [main/FATAL] [mixin/]: Mixin apply failed randompatches.mixins.json:client.MinecraftMixin -> net.minecraft.client.Minecraft: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @reDIrect annotation on getLifecycle could not find any targets matching 'Lnet/minecraft/client/Minecraft;func_238195_a_(Ljava/lang/String;Lnet/minecraft/util/registry/DynamicRegistries$Impl;Ljava/util/function/Function;Lcom/mojang/datafixers/util/Function4;ZLnet/minecraft/client/Minecraft$WorldSelectionType;)V' in net.minecraft.client.Minecraft. Using refmap randompatches.refmap.json [PREINJECT Applicator Phase -> randompatches.mixins.json:client.MinecraftMixin -> Prepare Injections -> -> redirect$zzp000$getLifecycle(Lnet/minecraft/world/storage/IServerConfiguration;)Lcom/mojang/serialization/Lifecycle; -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @reDIrect annotation on getLifecycle could not find any targets matching 'Lnet/minecraft/client/Minecraft;func_238195_a_(Ljava/lang/String;Lnet/minecraft/util/registry/DynamicRegistries$Impl;Ljava/util/function/Function;Lcom/mojang/datafixers/util/Function4;ZLnet/minecraft/client/Minecraft$WorldSelectionType;)V' in net.minecraft.client.Minecraft. Using refmap randompatches.refmap.json [PREINJECT Applicator Phase -> randompatches.mixins.json:client.MinecraftMixin -> Prepare Injections -> -> redirect$zzp000$getLifecycle(Lnet/minecraft/world/storage/IServerConfiguration;)Lcom/mojang/serialization/Lifecycle; -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.(RedirectInjectionInfo.java:44) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_282]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_282]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.9.jar:8.0.9+86+master.3cf110c]
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_282]
at net.optifine.reflect.Reflector.(Reflector.java:494) ~[?:?]
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:101) ~[?:?]
at net.minecraft.crash.CrashReport.(CrashReport.java:54) ~[?:?]
at net.minecraft.crash.CrashReport.func_230188_h_(CrashReport.java:425) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:122) ~[1.16.5.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.0.4.jar:36.0]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.reflect.Method.invoke(Method.java:498)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 4 more
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131)
[26ene2021 00:39:09.701] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.optifine.reflect.Reflector.(Reflector.java:494)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:101)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.crash.CrashReport.(CrashReport.java:54)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.crash.CrashReport.func_230188_h_(CrashReport.java:425)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.client.main.Main.main(Main.java:122)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: ... 10 more
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [randompatches.mixins.json:client.MinecraftMixin] from phase [DEFAULT] in config [randompatches.mixins.json] FAILED during APPLY
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: ... 25 more
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @reDIrect annotation on getLifecycle could not find any targets matching 'Lnet/minecraft/client/Minecraft;func_238195_a_(Ljava/lang/String;Lnet/minecraft/util/registry/DynamicRegistries$Impl;Ljava/util/function/Function;Lcom/mojang/datafixers/util/Function4;ZLnet/minecraft/client/Minecraft$WorldSelectionType;)V' in net.minecraft.client.Minecraft. Using refmap randompatches.refmap.json [PREINJECT Applicator Phase -> randompatches.mixins.json:client.MinecraftMixin -> Prepare Injections -> -> redirect$zzp000$getLifecycle(Lnet/minecraft/world/storage/IServerConfiguration;)Lcom/mojang/serialization/Lifecycle; -> Parse]
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:275)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.(RedirectInjectionInfo.java:44)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
[26ene2021 00:39:09.717] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: ... 25 more
RandomPatches 2.2.0-forge
Forge 36.0.4
Looks like a Mixins failure
Looks like an incompatibility with another mod.
I have only Random Patches installed as mod, it seems a conflict with dynamic registries
Can confirm here as well. Worked fine on 36.0.1, then crashed on start-up after updating to .4.
I... believe this might be related to something to do with the Experimental Settings warning, since Shut Up Experimental Settings also had to patch (and my console is printing out stuff about Lifecycle
).
Unfortunately disabling the config line doesn't make the crash stop, so... We'll have to wait for a patch.
Edit:
DO NOT DO THIS, WAIT FOR A PATCH
mixin_blacklist = ["Minecraft"]
lets Minecraft load, further supporting the theory.
DO NOT DO THIS, WAIT FOR A PATCH Once you do this, you have to undo it after a patch... and have everyone else you told undo it as well. Probably. So don't do it.