[18:50:21] [main/INFO]:Added Lets Encrypt root certificates as additional trust
[18:50:21] [main/INFO]:SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/D:/CurseForge/Install/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=CLIENT
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config scplockdown.mixin.json
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.addConfig(MixinPlatformManager.java:262)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault.prepare(MixinPlatformAgentDefault.java:46)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinContainer.prepare(MixinContainer.java:122)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.createContainerFor(MixinPlatformManager.java:144)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer(MixinPlatformManager.java:134)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.addNestedContainers(MixinPlatformManager.java:152)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.scanForContainers(MixinPlatformManager.java:213)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:186)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:202)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:201)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:195)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchPluginHandler$$Lambda$456/1848900782.accept(Unknown Source)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at java.util.HashMap.forEach(HashMap.java:1280)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.IllegalArgumentException: The requested compatibility level JAVA_16 could not be set. Level is not supported by the active JRE or ASM version (Java 1.8, ASM 9.1 (ASM10_EXPERIMENTAL))
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.asm.mixin.MixinEnvironment.setCompatibilityLevel(MixinEnvironment.java:1570)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.asm.mixin.transformer.MixinConfig.initCompatibilityLevel(MixinConfig.java:555)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.asm.mixin.transformer.MixinConfig.postInit(MixinConfig.java:500)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.asm.mixin.transformer.MixinConfig.onLoad(MixinConfig.java:428)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1285)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148)
[18:50:22] [main/INFO]:[java.lang.ThreadGroup:uncaughtException:1061]: ... 21 more