Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

The game fails to launch.

Ironnoob73 opened this issue · 34 comments

commented

Whenever I try to launch the game, this message is displayed in the latest.log:

[13:21:00] [main/FATAL] [mixin]: Mixin prepare failed preparing client.MixinMainMenu in mts.mixins.json: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException Critical problem: mts.mixins.json:client.MixinMainMenu target net.minecraft.client.gui.GuiMainMenu was loaded too early.
org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: mts.mixins.json:client.MixinMainMenu target net.minecraft.client.gui.GuiMainMenu was loaded too early.
	at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:937) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:871) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:713) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:650) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:440) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:416) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:954) [?:1.8.0_322]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:899) [?:1.8.0_322]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:882) [?:1.8.0_322]
	at java.lang.Class.forNameImpl(Native Method) [?:1.8.0_322]
	at java.lang.Class.forName(Class.java:422) [?:1.8.0_322]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_322]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_322]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_322]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_322]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:51) [JavaWrapper.jar:?]
[13:21:00] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.ClassNotFoundException: net.minecraft.client.main.Main
	at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_322]
	at java.lang.Class.forName(Class.java:422) ~[?:1.8.0_322]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_322]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_322]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_322]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_322]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:51) [JavaWrapper.jar:?]

Game verison:1.12.2
Forge verison:14.23.5.2860
Mod verison:22.3.0

commented

I need the entire crash report, or I can't debug this.

commented

If I had to guess, they may have another mod that references mixins? I've had mysterious crashes regarding this before, even though no modfiles were duplicated. While a whole crash report is still in due order, it would also help to have it in order to see which mods this user has installed. Either they have another mod that uses mixins and need to find a version of it that doesn't come packaged with mixins, or we may need to reconsider packaging MTS with mixins.

commented

Curiously enough, this might possibly be false actually. I loaded two different mods that use mixins, one of which was a dedicated library mod made specifically to load mixins into the game as early as possible, and the other was SecurityCraft. Both times Minecraft successfully booted up... We'll just need a fuller crash report from OP now.

commented

TBH, I'm tempted to get rid of the mixin, but not quite sure. If the issue is just two of the same mod file installed like some people have done, then I'm fine chalking it up to PEBCAK errors and leaving it in. And now that Phosphor stuff is fixed, I haven't seen any crashes yet for anything besides the aforementioned double-mods. If that's not the case here, then I'll for sure re-evaluate. We will just have to wait and see.

commented

I coooould test this myself. Lemme get a mod that I know for sho's got mixins.

commented

No more information can be provided, the game window is not even displayed, the crash-report folder is empty, and only this small piece of information at the end of the latest.log can be found.

commented

From what little he posted, it looks like the code running that is Just Enough IDs. So maybe try that one?
at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:937) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]

commented

I need the entire log, not just a snippit of it. You have more information.

[15:13:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:13:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:13:43] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[15:13:43] [main/WARN] [LaunchWrapper]: Tweak class name optifine.OptiFineForgeTweaker has already been visited -- skipping
[15:13:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:13:43] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[15:13:43] [main/INFO] [FML]: Java is Eclipse OpenJ9 VM, version 1.8.0_322, running on Windows 11:amd64:10.0, installed at D:\minecraft\�������ħ������������V2.2���԰�\.minecraft\jdk8u322-b06\jre
[15:13:44] [main/INFO] [FML]: Searching D:\minecraft\1.12EC\.minecraft\versions\1.12.2EC-C1\mods for mods
[15:13:44] [main/INFO] [FML]: Searching D:\minecraft\1.12EC\.minecraft\versions\1.12.2EC-C1\mods\1.12.2 for mods
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [JEID]JustEnoughIDs-1.0.3-55.jar
[15:13:44] [main/WARN] [FML]: The coremod me.towdium.hecharacters.core.HechCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod HechCore (me.towdium.hecharacters.core.HechCore) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [һ������]InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod -Bansoukou- (zone.rong.bansoukou.BansoukouCoreMod) is not signed!
[15:13:44] [main/INFO] [Bansoukou]: Ikimasu!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [������]Loading-Progress-Bar-v1.0-mc[1.8-1.12.2].jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod git.jbredwards.lpb.Main does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod Loading Progress Bar Plugin (git.jbredwards.lpb.Main) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��̬����(�������)]DynamicSurroundings-1.12.2-3.6.2.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�ѵ���������]StackUp-0.2.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [���˿���]MultiMine-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod MMFMLCorePlugin (atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�෽��-ǰ��]mixinbooter-4.2.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�෽��]multiblocked-0.7.6.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.cleanroommc.multiblocked.core.MultiblockedLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod MultiblockedLoadingPlugin (com.cleanroommc.multiblocked.core.MultiblockedLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [���]Quark-r1.6-179.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��ȫ����]SecurityCraft v1.9.3.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [С��ͼ]Xaeros_Minimap_22.16.0_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod XaeroMinimapPlugin (xaero.common.core.XaeroMinimapPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [С��ͼ]XaerosWorldMap_1.28.1_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod XaeroWorldMapPlugin (xaero.map.core.XaeroWorldMapPlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�ҽ�����]lava_walker-1.12.2-0.5.2.jar
[15:13:44] [main/WARN] [FML]: The coremod LoadingPlugin (com.wildbamaboy.crashtomainmenu.asm.LoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ƽ������]SmoothFont-mc1.12.2-2.1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [����ʽ����]OpenComputers-MC1.12.2-1.8.0-snapshot-20220917+efb20a2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod li.cil.oc.common.launch.TransformerLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod TransformerLoader (li.cil.oc.common.launch.TransformerLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��־�ᶨ-����]SereneSeasons-1.12.2-1.2.18-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod sereneseasons.asm.SSLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod SSLoadingPlugin (sereneseasons.asm.SSLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ץ��ǰ��]librarianlib-1.12.2-4.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.teamwizardry.librarianlib.asm.LibLibCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod LibrarianLib Plugin (com.teamwizardry.librarianlib.asm.LibLibCorePlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [������ϲ�]getittogetherdrops-1.12.2-v1.0.2.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�����뾭���޲�]infwithmend-1.12.2-1.0.0.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ʱ�����]B3M-1.12.2-17.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod sedridor.B3M.core.B3M_CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod B3M_CorePlugin (sedridor.B3M.core.B3M_CorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ϵ-�ǿ�]GalaxySpace-1.12.2-2.0.19.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod galaxyspace.core.hooks.GSHooksLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod GSHooksLoader (galaxyspace.core.hooks.GSHooksLoader) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��ϵ-��������]More-Planets-1.12.2-2.2.4-GC284.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��ϵ-��������ǰ��]SteveKunG's-Lib-1.12.2-1.2.0.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ϵ-�Զ���]StarMaker-1.12.2-0.0.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod starmaker.utils.asm.AssetPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod AssetPlugin (starmaker.utils.asm.AssetPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ϵ]Galacticraft-1.12.2-4.0.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [ĺɫħ��]twilighttweaks-1.12.2-v1.0.2.jar.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [δ���汾-����ꪴ���]Trident-1.0.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [δ���汾]future-mc-0.2.11.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod FutureMC (thedarkcolour.futuremc.asm.CoreLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [δ���汾ǰ��]Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [����-��]engineers_doors-1.12.2-0.9.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod EngineersDoorsLoadingPlugin (nihiltres.engineersdoors.common.asm.EngineersDoorsLoadingPlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�������]uniq-2.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ǽ��ʯ]redstonepaste-mc1.12-1.7.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod net.fybertech.nwr.NWRTweak does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod NWRTweak (net.fybertech.nwr.NWRTweak) is not signed!
[15:13:44] [main/WARN] [FML]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��������ǰ��]CreativeCore_v1.10.70_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�����Ż�]RLTweaker-1.12.2-0.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.charles445.rltweaker.asm.CoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod RLTweaker ASM (com.charles445.rltweaker.asm.CoreLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��������]CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [����ϲ�]XPOrbClump-1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod XPOrbClump (surreal.xporbclump.core.ClumpLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�Զ�����ǰ��]Aroma1997Core-1.12.2-2.0.0.2.b167.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod BNBGamingCore (com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ƻ����]AppleCore-mc1.12.2-3.4.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [���ڰ�������]NE-1.12.2-Forge-1.1.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ͨ�û�е]Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed!
[15:13:44] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [������Ʒ]RandomThings-MC1.12.2-4.2.7.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [���ɶ���-����]integrated_proxy-1.12-1.0.14.jar
[15:13:44] [main/WARN] [FML]: The coremod io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod ChunkGenLimiterCoremod (io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Immersive+Vehicles-1.12.2-22.3.0.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�����Ż�]phosphor-forge-mc1.12.2-0.2.7-universal.jar
[15:13:44] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed!
[15:13:44] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: D:\minecraft\1.12EC\.minecraft\libraries\optifine\OptiFine\1.12.2_HD_U_G5\OptiFine-1.12.2_HD_U_G5-installer.jar
[15:13:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:13:44] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[15:13:44] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/D:/minecraft/1.12EC/.minecraft/versions/1.12.2EC-C1/mods/%5BJEID%5DJustEnoughIDs-1.0.3-55.jar Service=LaunchWrapper Env=CLIENT
[15:13:44] [main/WARN] [FML]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed!
[15:13:44] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs core mixins
[15:13:44] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[15:13:44] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs initialization mixins
[15:13:45] [main/INFO] [MixinBooter]: MixinBootstrap Initializing...
[15:13:45] [main/WARN] [FML]: The coremod MixinBooter (zone.rong.mixinbooter.MixinBooterPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod SecurityCraftLoadingPlugin (net.geforcemods.securitycraft.SecurityCraftLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod LavaWalker Enchantment (com.github.mikn.lava_walker.core.CoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod GITDLoadingPlugin (bl4ckscor3.mod.getittogetherdrops.GITDLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod infwithmend (cn.irchat.infwithmend.ModPlugin) is not signed!
[15:13:45] [main/INFO] [SteveKunG's Lib]: Initializing SteveKunG's Lib plugin!
[15:13:45] [main/WARN] [FML]: The coremod SteveKunGLibPlugin (stevekung.mods.stevekunglib.core.SteveKunGLibPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod Twilight Tweaks (io.github.jodlodi.twilighttweaks.core.CoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod net.minecraft.trident.core.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:45] [main/WARN] [FML]: The coremod CoreMod (net.minecraft.trident.core.CoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod UniQ Loading Plugin (re.domi.uniq.UniQLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod IntegratedProxy Loading Plugin (com.shblock.integrated_proxy.mixin.MixinLoader) is not signed!
[15:13:45] [main/WARN] [mixin]: MixinEnvironment::addConfiguration is deprecated and will be removed. Use Mixins::addConfiguration instead!
[15:13:45] [main/WARN] [mixin]: MixinEnvironment::addConfiguration is deprecated and will be removed. Use Mixins::addConfiguration instead!
[15:13:45] [main/WARN] [FML]: The coremod Immersive Vehicles (mcinterface1122.core.MtsCoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod PhosphorFMLLoadingPlugin (me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:13:46] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [SmoothFontCore ASM]: OptiFine was detected.
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooklib.minecraft.SecondaryTransformerHook
[15:13:46] [main/INFO] [FML]: [HOOKLIB]  Obfuscated: true
[15:13:46] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooks.GSHooksManager
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [MicdoodleCore]: Successfully Registered Transformer
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [Aroma1997Core]: Finished data injection.
[15:13:46] [main/INFO] [Aroma1997Core]: Finished data injection.
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[15:13:47] [main/ERROR] [mixin]: Mixin config mixins.noexpensive.json does not specify "minVersion" property
[15:13:47] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@51d9e5eb
[15:13:47] [main/INFO] [MixinBooter]: Adding mixins.multiblocked.json mixin configuration.
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:13:47] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.fml.common.Loader
[15:13:47] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.fml.common.Loader#injectData([Ljava/lang/Object;)
[15:13:47] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 5 ms
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [CrashToMainMenu]: Base transform code adapted from https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/base/asm/LoadingPlugin.java
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered.
[15:13:48] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered.
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [RLTweakerASM]: ConfigSetup is running.
[15:13:48] [main/INFO] [RLTweakerASM]: Server Type: NONE
[15:13:48] [main/INFO] [RLTweakerASM]: Patcher is enabled
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Concurrent Particles
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Less Collisions
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: BetterCombat Mount Fix
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Real Bench
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Myrmex Queen Hive Spam
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Door Pathfinding
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Aggressive Motion Checker
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Item Frame Dupe
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Anvil Dupe Fix
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: BetterCombat Criticals Fix
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Waystone Scroll
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Pathfinding Chunk Cache
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Chunk Ticks
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:13:49] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.cleanroommc.multiblocked.core.ASMTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.block.Block
[15:13:49] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.block.Block#randomTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Ljava/util/Random;)
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.randomthings.asm.ClassTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[15:13:49] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
[15:13:49] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class axw net.minecraft.world.chunk.Chunk
[15:13:49] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.chunk.Chunk
[15:13:49] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
[15:13:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
[15:13:49] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:49] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
[15:13:49] [main/INFO] [Quark ASM]: Patch result: true
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.thedarkcolour.futuremc.asm.CoreTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.sereneseasons.asm.transformer.EntityRendererTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.EntityRenderer
[15:13:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderWorldPass, func_175068_a] Descriptor (IFJ)V)
[15:13:49] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:49] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/EntityRenderer.func_78479_a (FI)V
[15:13:49] [main/INFO] [Quark ASM]: Patch result: true
[15:13:49] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class pl net.minecraft.server.management.PlayerList
[15:13:49] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.server.management.PlayerList
[15:13:49] [main/INFO] [CrashToMainMenu]: Transforming net.minecraft.client.Minecraft
[15:13:49] [main/INFO] [CrashToMainMenu]: Applying Transformation to method (Names [run, func_99999_d] Descriptor ()V)
[15:13:49] [main/INFO] [CrashToMainMenu]: Located method, patching...
[15:13:49] [main/INFO] [CrashToMainMenu]: Located patch target node ALOAD 0
[15:13:49] [main/INFO] [CrashToMainMenu]: Patch result: true
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.wildbamaboy.crashtomainmenu.asm.ClassTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.starmaker.utils.asm.Transformer' was detected and will no longer process meta class data
[15:13:50] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[15:13:50] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.world.World
[15:13:50] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.world.World#setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Transforming World
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [RLTweakerASM]: Patch exists for net.minecraft.world.World
[15:13:50] [main/INFO] [RLTweakerASM]: Writing class net.minecraft.world.World with flags MAXS
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [RLTweakerASM]: Patch exists for net.minecraft.world.WorldServer
[15:13:50] [main/INFO] [RLTweakerASM]: Writing class net.minecraft.world.WorldServer with flags MAXS
[15:13:50] [main/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.gui.FontRenderer
[15:13:50] [main/INFO] [SmoothFontCore ASM]: OptiFine (int)charWidth[] was found.
[15:13:50] [main/INFO] [SmoothFontCore ASM]: INIT:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: READ_FONT_TEXTURE:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: READ_GLYPH_SIZES:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_CHAR:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_DEFAULT_CHAR:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_UNICODE_CHAR:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: DRAW_STRING:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_STRING_AT_POS:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: DO_DRAW:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_STRING_ALIGNED:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_STRING:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: GET_STRING_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: GET_CHAR_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: TRIM_STRING_TO_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: SET_UNICODE_FLAG:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: SIZE_STRING_TO_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: BIND_TEXTURE:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: GET_CHAR_WIDTH_FLOAT:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: ** FontRenderer was transformed successfully.
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.entity.Render
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEntityOnFire, func_76977_a] Descriptor (Lnet/minecraft/entity/Entity;DDDF)V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/ERROR] [mixin]: Critical problem: mixins.stevekung's_lib.gui_screen.json:GuiScreenMixin target net.minecraft.client.gui.GuiScreen was loaded too early.
[15:13:50] [main/INFO] [RLTweakerASM]: Patch exists for net.minecraft.entity.EntityLivingBase
[15:13:50] [main/INFO] [RLTweakerASM]: Writing class net.minecraft.entity.EntityLivingBase with flags MAXS
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.RenderItemPatch:patchDrawItemCount:54]: Patched item count render in RenderItem!
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.RenderItem
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
[15:13:50] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
[15:13:50] [main/INFO] [LibrarianLib ASM]: Transforming RenderItem
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Item render hook
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Enchantment glint glow activation
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Enchantment glint glow return
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.client.renderer.entity.RenderEntityItem ...
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.StackUpTransformer:spliceClasses:191]: Spliced in METHOD: net.minecraft.client.renderer.entity.RenderEntityItem.func_177078_a
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.RenderEntityItemPatch:patchDistanceConstant:64]: Patched item render distance constant in RenderEntityItem!
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.RenderEntityItemPatch:patchDistanceConstant:64]: Patched item render distance constant in RenderEntityItem!
[15:13:50] [main/FATAL] [mixin]: Mixin prepare failed preparing client.MixinMainMenu in mts.mixins.json: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException Critical problem: mts.mixins.json:client.MixinMainMenu target net.minecraft.client.gui.GuiMainMenu was loaded too early.
org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: mts.mixins.json:client.MixinMainMenu target net.minecraft.client.gui.GuiMainMenu was loaded too early.
	at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:937) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:871) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:713) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:650) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:440) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:416) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:954) [?:1.8.0_322]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:899) [?:1.8.0_322]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:882) [?:1.8.0_322]
	at java.lang.Class.forNameImpl(Native Method) [?:1.8.0_322]
	at java.lang.Class.forName(Class.java:422) [?:1.8.0_322]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_322]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_322]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_322]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_322]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:51) [JavaWrapper.jar:?]
[15:13:50] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.ClassNotFoundException: net.minecraft.client.main.Main
	at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_322]
	at java.lang.Class.forName(Class.java:422) ~[?:1.8.0_322]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_322]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_322]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_322]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_322]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:51) [JavaWrapper.jar:?]
commented

I need the entire log, not just a snippit of it. You have more information.

commented

That is not the entire log. Attach the file, not a copy-paste.

commented
commented

Hrm, I send this to @Elephant1214 who knows all this mixin stuff to fix.

commented

Maybe related to multiblocked? This one seems to use mixin as well

commented

I found that using version 22.1.0 does not cause this.

commented

latest.log
Still.

commented

Then I probably need to make a tweaker or something to get it to use the correct version of mixin, not sure why it's using it from other mods that have outdated mixin versions.

commented

Curiously enough, this might possibly be false actually. I loaded two different mods that use mixins, one of which was a dedicated library mod made specifically to load mixins into the game as early as possible, and the other was SecurityCraft. Both times Minecraft successfully booted up... We'll just need a fuller crash report from OP now.

Yeah, it's usually an issue with specific mods and it's usually core mods that were written badly. In this case it seems like a bad code mod.

commented

I need the entire log, not just a snippit of it. You have more information.

[15:13:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:13:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:13:43] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[15:13:43] [main/WARN] [LaunchWrapper]: Tweak class name optifine.OptiFineForgeTweaker has already been visited -- skipping
[15:13:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:13:43] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[15:13:43] [main/INFO] [FML]: Java is Eclipse OpenJ9 VM, version 1.8.0_322, running on Windows 11:amd64:10.0, installed at D:\minecraft\�������ħ������������V2.2���԰�\.minecraft\jdk8u322-b06\jre
[15:13:44] [main/INFO] [FML]: Searching D:\minecraft\1.12EC\.minecraft\versions\1.12.2EC-C1\mods for mods
[15:13:44] [main/INFO] [FML]: Searching D:\minecraft\1.12EC\.minecraft\versions\1.12.2EC-C1\mods\1.12.2 for mods
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [JEID]JustEnoughIDs-1.0.3-55.jar
[15:13:44] [main/WARN] [FML]: The coremod me.towdium.hecharacters.core.HechCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod HechCore (me.towdium.hecharacters.core.HechCore) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [һ������]InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod -Bansoukou- (zone.rong.bansoukou.BansoukouCoreMod) is not signed!
[15:13:44] [main/INFO] [Bansoukou]: Ikimasu!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [������]Loading-Progress-Bar-v1.0-mc[1.8-1.12.2].jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod git.jbredwards.lpb.Main does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod Loading Progress Bar Plugin (git.jbredwards.lpb.Main) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��̬����(�������)]DynamicSurroundings-1.12.2-3.6.2.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�ѵ���������]StackUp-0.2.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [���˿���]MultiMine-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod MMFMLCorePlugin (atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�෽��-ǰ��]mixinbooter-4.2.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�෽��]multiblocked-0.7.6.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.cleanroommc.multiblocked.core.MultiblockedLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod MultiblockedLoadingPlugin (com.cleanroommc.multiblocked.core.MultiblockedLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [���]Quark-r1.6-179.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��ȫ����]SecurityCraft v1.9.3.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [С��ͼ]Xaeros_Minimap_22.16.0_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod XaeroMinimapPlugin (xaero.common.core.XaeroMinimapPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [С��ͼ]XaerosWorldMap_1.28.1_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod XaeroWorldMapPlugin (xaero.map.core.XaeroWorldMapPlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�ҽ�����]lava_walker-1.12.2-0.5.2.jar
[15:13:44] [main/WARN] [FML]: The coremod LoadingPlugin (com.wildbamaboy.crashtomainmenu.asm.LoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ƽ������]SmoothFont-mc1.12.2-2.1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [����ʽ����]OpenComputers-MC1.12.2-1.8.0-snapshot-20220917+efb20a2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod li.cil.oc.common.launch.TransformerLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod TransformerLoader (li.cil.oc.common.launch.TransformerLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��־�ᶨ-����]SereneSeasons-1.12.2-1.2.18-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod sereneseasons.asm.SSLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod SSLoadingPlugin (sereneseasons.asm.SSLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ץ��ǰ��]librarianlib-1.12.2-4.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.teamwizardry.librarianlib.asm.LibLibCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod LibrarianLib Plugin (com.teamwizardry.librarianlib.asm.LibLibCorePlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [������ϲ�]getittogetherdrops-1.12.2-v1.0.2.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�����뾭���޲�]infwithmend-1.12.2-1.0.0.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ʱ�����]B3M-1.12.2-17.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod sedridor.B3M.core.B3M_CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod B3M_CorePlugin (sedridor.B3M.core.B3M_CorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ϵ-�ǿ�]GalaxySpace-1.12.2-2.0.19.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod galaxyspace.core.hooks.GSHooksLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod GSHooksLoader (galaxyspace.core.hooks.GSHooksLoader) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��ϵ-��������]More-Planets-1.12.2-2.2.4-GC284.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [��ϵ-��������ǰ��]SteveKunG's-Lib-1.12.2-1.2.0.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ϵ-�Զ���]StarMaker-1.12.2-0.0.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod starmaker.utils.asm.AssetPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod AssetPlugin (starmaker.utils.asm.AssetPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ϵ]Galacticraft-1.12.2-4.0.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [ĺɫħ��]twilighttweaks-1.12.2-v1.0.2.jar.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [δ���汾-����ꪴ���]Trident-1.0.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [δ���汾]future-mc-0.2.11.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod FutureMC (thedarkcolour.futuremc.asm.CoreLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [δ���汾ǰ��]Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [����-��]engineers_doors-1.12.2-0.9.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod EngineersDoorsLoadingPlugin (nihiltres.engineersdoors.common.asm.EngineersDoorsLoadingPlugin) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�������]uniq-2.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��ǽ��ʯ]redstonepaste-mc1.12-1.7.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod net.fybertech.nwr.NWRTweak does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod NWRTweak (net.fybertech.nwr.NWRTweak) is not signed!
[15:13:44] [main/WARN] [FML]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��������ǰ��]CreativeCore_v1.10.70_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�����Ż�]RLTweaker-1.12.2-0.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod com.charles445.rltweaker.asm.CoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod RLTweaker ASM (com.charles445.rltweaker.asm.CoreLoader) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [��������]CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [����ϲ�]XPOrbClump-1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod XPOrbClump (surreal.xporbclump.core.ClumpLoadingPlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [�Զ�����ǰ��]Aroma1997Core-1.12.2-2.0.0.2.b167.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod BNBGamingCore (com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin) is not signed!
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ƻ����]AppleCore-mc1.12.2-3.4.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [���ڰ�������]NE-1.12.2-Forge-1.1.1.jar
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [ͨ�û�е]Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed!
[15:13:44] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [������Ʒ]RandomThings-MC1.12.2-4.2.7.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:13:44] [main/WARN] [FML]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [���ɶ���-����]integrated_proxy-1.12-1.0.14.jar
[15:13:44] [main/WARN] [FML]: The coremod io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod ChunkGenLimiterCoremod (io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimiterCoremod) is not signed!
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Immersive+Vehicles-1.12.2-22.3.0.jar
[15:13:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [�����Ż�]phosphor-forge-mc1.12.2-0.2.7-universal.jar
[15:13:44] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:44] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed!
[15:13:44] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[15:13:44] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: D:\minecraft\1.12EC\.minecraft\libraries\optifine\OptiFine\1.12.2_HD_U_G5\OptiFine-1.12.2_HD_U_G5-installer.jar
[15:13:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:13:44] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[15:13:44] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/D:/minecraft/1.12EC/.minecraft/versions/1.12.2EC-C1/mods/%5BJEID%5DJustEnoughIDs-1.0.3-55.jar Service=LaunchWrapper Env=CLIENT
[15:13:44] [main/WARN] [FML]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed!
[15:13:44] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs core mixins
[15:13:44] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[15:13:44] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs initialization mixins
[15:13:45] [main/INFO] [MixinBooter]: MixinBootstrap Initializing...
[15:13:45] [main/WARN] [FML]: The coremod MixinBooter (zone.rong.mixinbooter.MixinBooterPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod SecurityCraftLoadingPlugin (net.geforcemods.securitycraft.SecurityCraftLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod LavaWalker Enchantment (com.github.mikn.lava_walker.core.CoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod GITDLoadingPlugin (bl4ckscor3.mod.getittogetherdrops.GITDLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod infwithmend (cn.irchat.infwithmend.ModPlugin) is not signed!
[15:13:45] [main/INFO] [SteveKunG's Lib]: Initializing SteveKunG's Lib plugin!
[15:13:45] [main/WARN] [FML]: The coremod SteveKunGLibPlugin (stevekung.mods.stevekunglib.core.SteveKunGLibPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod Twilight Tweaks (io.github.jodlodi.twilighttweaks.core.CoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod net.minecraft.trident.core.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:13:45] [main/WARN] [FML]: The coremod CoreMod (net.minecraft.trident.core.CoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod UniQ Loading Plugin (re.domi.uniq.UniQLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod IntegratedProxy Loading Plugin (com.shblock.integrated_proxy.mixin.MixinLoader) is not signed!
[15:13:45] [main/WARN] [mixin]: MixinEnvironment::addConfiguration is deprecated and will be removed. Use Mixins::addConfiguration instead!
[15:13:45] [main/WARN] [mixin]: MixinEnvironment::addConfiguration is deprecated and will be removed. Use Mixins::addConfiguration instead!
[15:13:45] [main/WARN] [FML]: The coremod Immersive Vehicles (mcinterface1122.core.MtsCoreMod) is not signed!
[15:13:45] [main/WARN] [FML]: The coremod PhosphorFMLLoadingPlugin (me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin) is not signed!
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:13:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:13:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:13:46] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [SmoothFontCore ASM]: OptiFine was detected.
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooklib.minecraft.SecondaryTransformerHook
[15:13:46] [main/INFO] [FML]: [HOOKLIB]  Obfuscated: true
[15:13:46] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooks.GSHooksManager
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [MicdoodleCore]: Successfully Registered Transformer
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:46] [main/INFO] [Aroma1997Core]: Finished data injection.
[15:13:46] [main/INFO] [Aroma1997Core]: Finished data injection.
[15:13:46] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[15:13:47] [main/ERROR] [mixin]: Mixin config mixins.noexpensive.json does not specify "minVersion" property
[15:13:47] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@51d9e5eb
[15:13:47] [main/INFO] [MixinBooter]: Adding mixins.multiblocked.json mixin configuration.
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:13:47] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.fml.common.Loader
[15:13:47] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.fml.common.Loader#injectData([Ljava/lang/Object;)
[15:13:47] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 5 ms
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [CrashToMainMenu]: Base transform code adapted from https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/base/asm/LoadingPlugin.java
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered.
[15:13:48] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered.
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [RLTweakerASM]: ConfigSetup is running.
[15:13:48] [main/INFO] [RLTweakerASM]: Server Type: NONE
[15:13:48] [main/INFO] [RLTweakerASM]: Patcher is enabled
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Concurrent Particles
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Less Collisions
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: BetterCombat Mount Fix
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Real Bench
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Myrmex Queen Hive Spam
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Door Pathfinding
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Aggressive Motion Checker
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Item Frame Dupe
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Anvil Dupe Fix
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: BetterCombat Criticals Fix
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Waystone Scroll
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Pathfinding Chunk Cache
[15:13:48] [main/INFO] [RLTweakerASM]: RLTweakerASM PatchManager: Chunk Ticks
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:13:49] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.cleanroommc.multiblocked.core.ASMTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.block.Block
[15:13:49] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.block.Block#randomTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Ljava/util/Random;)
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.randomthings.asm.ClassTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[15:13:49] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
[15:13:49] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class axw net.minecraft.world.chunk.Chunk
[15:13:49] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.chunk.Chunk
[15:13:49] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
[15:13:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
[15:13:49] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:49] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
[15:13:49] [main/INFO] [Quark ASM]: Patch result: true
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.thedarkcolour.futuremc.asm.CoreTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.sereneseasons.asm.transformer.EntityRendererTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.EntityRenderer
[15:13:49] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderWorldPass, func_175068_a] Descriptor (IFJ)V)
[15:13:49] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:49] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/EntityRenderer.func_78479_a (FI)V
[15:13:49] [main/INFO] [Quark ASM]: Patch result: true
[15:13:49] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class pl net.minecraft.server.management.PlayerList
[15:13:49] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.server.management.PlayerList
[15:13:49] [main/INFO] [CrashToMainMenu]: Transforming net.minecraft.client.Minecraft
[15:13:49] [main/INFO] [CrashToMainMenu]: Applying Transformation to method (Names [run, func_99999_d] Descriptor ()V)
[15:13:49] [main/INFO] [CrashToMainMenu]: Located method, patching...
[15:13:49] [main/INFO] [CrashToMainMenu]: Located patch target node ALOAD 0
[15:13:49] [main/INFO] [CrashToMainMenu]: Patch result: true
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.wildbamaboy.crashtomainmenu.asm.ClassTransformer' was detected and will no longer process meta class data
[15:13:49] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.starmaker.utils.asm.Transformer' was detected and will no longer process meta class data
[15:13:50] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[15:13:50] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.world.World
[15:13:50] [main/INFO] [STDOUT]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.world.World#setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Transforming World
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [RLTweakerASM]: Patch exists for net.minecraft.world.World
[15:13:50] [main/INFO] [RLTweakerASM]: Writing class net.minecraft.world.World with flags MAXS
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [RLTweakerASM]: Patch exists for net.minecraft.world.WorldServer
[15:13:50] [main/INFO] [RLTweakerASM]: Writing class net.minecraft.world.WorldServer with flags MAXS
[15:13:50] [main/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.gui.FontRenderer
[15:13:50] [main/INFO] [SmoothFontCore ASM]: OptiFine (int)charWidth[] was found.
[15:13:50] [main/INFO] [SmoothFontCore ASM]: INIT:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: READ_FONT_TEXTURE:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: READ_GLYPH_SIZES:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_CHAR:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_DEFAULT_CHAR:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_UNICODE_CHAR:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: DRAW_STRING:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_STRING_AT_POS:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: DO_DRAW:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_STRING_ALIGNED:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: RENDER_STRING:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: GET_STRING_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: GET_CHAR_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: TRIM_STRING_TO_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: SET_UNICODE_FLAG:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: SIZE_STRING_TO_WIDTH:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: BIND_TEXTURE:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: GET_CHAR_WIDTH_FLOAT:true
[15:13:50] [main/INFO] [SmoothFontCore ASM]: ** FontRenderer was transformed successfully.
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.entity.Render
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEntityOnFire, func_76977_a] Descriptor (Lnet/minecraft/entity/Entity;DDDF)V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/ERROR] [mixin]: Critical problem: mixins.stevekung's_lib.gui_screen.json:GuiScreenMixin target net.minecraft.client.gui.GuiScreen was loaded too early.
[15:13:50] [main/INFO] [RLTweakerASM]: Patch exists for net.minecraft.entity.EntityLivingBase
[15:13:50] [main/INFO] [RLTweakerASM]: Writing class net.minecraft.entity.EntityLivingBase with flags MAXS
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.RenderItemPatch:patchDrawItemCount:54]: Patched item count render in RenderItem!
[15:13:50] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.RenderItem
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [Quark ASM]: Located Method, patching...
[15:13:50] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
[15:13:50] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
[15:13:50] [main/INFO] [Quark ASM]: Patch result: true
[15:13:50] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
[15:13:50] [main/INFO] [LibrarianLib ASM]: Transforming RenderItem
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Item render hook
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Enchantment glint glow activation
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
[15:13:50] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Enchantment glint glow return
[15:13:50] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[15:13:50] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.client.renderer.entity.RenderEntityItem ...
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.StackUpTransformer:spliceClasses:191]: Spliced in METHOD: net.minecraft.client.renderer.entity.RenderEntityItem.func_177078_a
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.RenderEntityItemPatch:patchDistanceConstant:64]: Patched item render distance constant in RenderEntityItem!
[15:13:50] [main/INFO] [STDOUT]: [pl.asie.stackup.core.RenderEntityItemPatch:patchDistanceConstant:64]: Patched item render distance constant in RenderEntityItem!
[15:13:50] [main/FATAL] [mixin]: Mixin prepare failed preparing client.MixinMainMenu in mts.mixins.json: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException Critical problem: mts.mixins.json:client.MixinMainMenu target net.minecraft.client.gui.GuiMainMenu was loaded too early.
org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: mts.mixins.json:client.MixinMainMenu target net.minecraft.client.gui.GuiMainMenu was loaded too early.
	at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:937) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:871) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:713) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:650) ~[%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:440) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:416) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [%5BJEID%5DJustEnoughIDs-1.0.3-55.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:954) [?:1.8.0_322]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:899) [?:1.8.0_322]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:882) [?:1.8.0_322]
	at java.lang.Class.forNameImpl(Native Method) [?:1.8.0_322]
	at java.lang.Class.forName(Class.java:422) [?:1.8.0_322]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_322]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_322]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_322]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_322]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:51) [JavaWrapper.jar:?]
[15:13:50] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.ClassNotFoundException: net.minecraft.client.main.Main
	at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_322]
	at java.lang.Class.forName(Class.java:422) ~[?:1.8.0_322]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_322]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_322]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_322]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_322]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:51) [JavaWrapper.jar:?]

Can you send another log without JustEnoughIDs? Really not sure why it's taking their version when it's outdated.

commented

Actually, ignore that. Try putting _a in front of the jar name, should make it load IV before anything else and use its version of mixin.

commented

OYE! Ye wanted a crash report? I gots you a crash report or two!!
crash-2022-11-02_22.53.21-client.txt
crash-2022-11-02_22.53.51-client.txt
One with foamfix, and one without. Game only seems to crash when I load up my new modpack with MTS, and that's just no bueno!

commented

Ooooh, and you'sa gonna need the latest.log too.
latest.log
Why, exactly, did we need mixins again? I don't remember what they even do besides a custom title screen, which I'mma just say, is something I dislike. But at least it's disabled by default.

commented

Oh yeah, and I did the inverse of what Elephant here is suggesting, and I renamed my immersive vehicles .jar to z_Immersive+Vehicles-1.12.2-22.3.0.jar. It crashed even quicker with no sign of a crash report!!! Whichever mod in my pack is loading mixins, it does not agree with MTS.
latest.log

Ignore all that crap. I was missing a different mod for an addon of something non-MTS related, and somehow having MTS installed made it crash the game instead of notifying me that it was missing... which it still didn't do once I removed MTS. Sorry.
Still a PEBCAK!
Definitely an interesting effect though.

commented

Actually, ignore that. Try putting in front of the jar name, should make it load IV before anything else and use its version of mixin._a

latest.log
Still.
image

commented

Oh yeah, and I did the inverse of what Elephant here is suggesting, and I renamed my immersive vehicles .jar to z_Immersive+Vehicles-1.12.2-22.3.0.jar. It crashed even quicker with no sign of a crash report!!! Whichever mod in my pack is loading mixins, it does not agree with MTS. latest.log

Ignore all that crap. I was missing a different mod for an addon of something non-MTS related, and somehow having MTS installed made it crash the game instead of notifying me that it was missing... which it still didn't do once I removed MTS. Sorry. Still a PEBCAK! Definitely an interesting effect though.

Eh, not really. If MTS crashes the game because some other rando mod is missing, that's an issue there anyways. MTS shouldn't crash the game for lack of other mods.

commented

How fun. You can thank Forge for this one because I had to do some things to get around the errors caused by shadowing the mod update menu, the field that was in a development environment for it wasn't there at all in a production environment.

commented

Was it an obfusicated feild? Cause that's a Mojang thing, not a Forge thing.

commented

No, the mod update menu is a Forge thing and even if it was an obfuscated field it should definitely be there in prod. It's a Forge issue if it isn't because Forge is putting it in the dev env when it doesn't exist. It wasn't there at all and it couldn't even compile against a field with that name.

commented

I noticed in your log it mentions you have random patches. Try setting patchMinecraftClass to false in the randompatches config. As this semt to fix this issue for me

commented

Forgot to update this, crash is still there when dependency mods are missing, but it actually generates crash reports which tell you what mod is missing now.

commented

I noticed in your log it mentions you have random patches. Try setting patchMinecraftClass to false in the randompatches config. As this semt to fix this issue for me

latest.log
still.

commented

Are you in the Discord server? I have a jar that might fix this.

commented

Ping me in there when you join btw

commented

IMG_20221107_120758.jpg

commented

Fixed in 22.4.0.