Jump to content

BlockLeavesBase???


Moon G.

Recommended Posts

I've compiled a bunch of mods (Mod List on Docs) to put a Modpack together for my friends and I. They all seem to be the proper version (1.7.10), I seem to have all the right api/core/lib/util thingies, and I have Forge 1.7.10! But all it does is load for a second after I launch it, then it crashes only saying things like unable to launch exception blockleavesbase, and similar. Here's the crash log

Quote

[19:06:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:06:29] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:06:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[19:06:29] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[19:06:29] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at D:\runtime\jre-x64
[19:06:29] [main/WARN]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:29] [main/INFO]: Core initializing...stand back!  I'm going to try MAGIC!
[19:06:29] [main/INFO]: [AppEng] Core Init
[19:06:30] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:30] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:30] [main/WARN]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:30] [main/INFO]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.16.64.jar
[19:06:31] [main/WARN]: The coremod com.endertech.minecraft.forge.coremod.DummyPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod mrtjp.relocation.asm.RelocationPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/INFO]: [HOOKLIB]  Obfuscated: true
[19:06:31] [main/WARN]: The coremod galaxyspace.core.hooks.GSHooksLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod mariculture.fishery.VanillaOverride does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/INFO]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\Moon\AppData\Roaming\.minecraft\mods
[19:06:31] [main/INFO]: [HOOKLIB]  Obfuscated: true
[19:06:31] [main/WARN]: The coremod mjaroslav.mcmods.mjutils.hook.MJUtilsHookLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_D3.jar
[19:06:31] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/ERROR]: Coremod DepLoader: Unable to class load the plugin xreliquary.common.asm.DepLoader
java.lang.ClassNotFoundException: xreliquary.common.asm.DepLoader
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[19:06:31] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from SereneSeasons-1.7.10-1.2.18.jar
[19:06:31] [main/WARN]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/WARN]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:06:31] [main/INFO]: Loading tweak class name forestry.shade.javacheck.Java7Checker
[19:06:31] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[19:06:31] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[19:06:31] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7 Source=file:/C:/Users/Moon/AppData/Roaming/.minecraft/mods/SereneSeasons-1.7.10-1.2.18.jar Env=CLIENT
[19:06:31] [main/WARN]: The coremod sereneseasons.asm.SSLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:06:31] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[19:06:31] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:06:31] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:06:31] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[19:06:31] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[19:06:31] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[19:06:31] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine ClassTransformer
[19:06:31] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine URL: file:/C:/Users/Moon/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_U_D3.jar
[19:06:31] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine ZIP file: C:\Users\Moon\AppData\Roaming\.minecraft\mods\OptiFine_1.7.10_HD_U_D3.jar
[19:06:31] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine Version: OptiFine_1.7.10_HD_U_D3
[19:06:31] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:275]: Minecraft Version: 1.7.10
[19:06:31] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[19:06:33] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/ERROR]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
    at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
    at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:108) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[19:06:33] [main/INFO]: Core: Located Thaumcraft in NotEnoughThaumcraftTabs-1.0.2.jar
[19:06:33] [main/INFO]: Core: Located OptiFine in OptiFine_1.7.10_HD_U_D3.jar. We'll to confirm that...
[19:06:33] [main/INFO]: Core: Located Thaumcraft in Thaumcraft-1.7.10-4.2.3.5.jar
[19:06:33] [main/INFO]: Core: Located Thaumcraft in thaumcraftneiplugin-1.7.10-1.7a.jar
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:33] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Parsing hooks container galaxyspace.core.hooklib.minecraft.SecondaryTransformerHook
[19:06:34] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Parsing hooks container galaxyspace.core.hooks.GSHooksManager
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: Loaded library EJML-core-0.26.jar.
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[19:06:34] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[19:06:34] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[19:06:34] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:34] [main/INFO]: [mjaroslav.mcmods.mjutils.gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hook contatiner mjaroslav.mcmods.mjutils.gloomyfolken.hooklib.minecraft.SecondaryTransformerHook
[19:06:34] [main/INFO]: Trying to load hooks configuration...
[19:06:35] [main/INFO]: Disabled hooks: []
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class forestry.shade.javacheck.Java7Checker
[19:06:35] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[19:06:35] [main/INFO]: Compatibility level set to JAVA_8
[19:06:35] [main/INFO]: Initialised Mixin FML Remapper Adapter with cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@49469ffa
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: C:\Users\Moon\AppData\Roaming\.minecraft\mods\ForgeMultipart-1.7.10-1.2.0.345-universal.jar (The system cannot find the file specified)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.open(Native Method)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at sereneseasons.asm.SSLoadingPlugin.isAppleCore(SSLoadingPlugin.java:66)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at sereneseasons.asm.SSLoadingPlugin.injectData(SSLoadingPlugin.java:102)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:119)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectIntoClassLoader(MixinPlatformAgentFML.java:224)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinContainer.injectIntoClassLoader(MixinContainer.java:126)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinPlatformManager.injectIntoClassLoader(MixinPlatformManager.java:203)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.MixinBootstrap.injectIntoClassLoader(MixinBootstrap.java:202)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.MixinTweaker.injectIntoClassLoader(MixinTweaker.java:62)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: C:\Users\Moon\AppData\Roaming\.minecraft\mods\ForgeRelocation-0.0.1.4-universal.jar (The system cannot find the file specified)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.open(Native Method)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at sereneseasons.asm.SSLoadingPlugin.isAppleCore(SSLoadingPlugin.java:66)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at sereneseasons.asm.SSLoadingPlugin.injectData(SSLoadingPlugin.java:102)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:119)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectIntoClassLoader(MixinPlatformAgentFML.java:224)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinContainer.injectIntoClassLoader(MixinContainer.java:126)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinPlatformManager.injectIntoClassLoader(MixinPlatformManager.java:203)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.MixinBootstrap.injectIntoClassLoader(MixinBootstrap.java:202)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.MixinTweaker.injectIntoClassLoader(MixinTweaker.java:62)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: C:\Users\Moon\AppData\Roaming\.minecraft\mods\MrTJPCore-1.1.0.33-universal.jar (The system cannot find the file specified)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.open(Native Method)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at sereneseasons.asm.SSLoadingPlugin.isAppleCore(SSLoadingPlugin.java:66)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at sereneseasons.asm.SSLoadingPlugin.injectData(SSLoadingPlugin.java:102)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:119)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectIntoClassLoader(MixinPlatformAgentFML.java:224)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinContainer.injectIntoClassLoader(MixinContainer.java:126)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.platform.MixinPlatformManager.injectIntoClassLoader(MixinPlatformManager.java:203)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.MixinBootstrap.injectIntoClassLoader(MixinBootstrap.java:202)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at org.spongepowered.asm.launch.MixinTweaker.injectIntoClassLoader(MixinTweaker.java:62)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:06:35] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[19:06:35] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Injecting hooks into class cpw.mods.fml.common.Loader
[19:06:35] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Patching method cpw.mods.fml.common.Loader#injectData([Ljava/lang/Object;)
[19:06:35] [main/INFO]: [mjaroslav.mcmods.mjutils.gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hook into class cpw.mods.fml.common.Loader
[19:06:35] [main/INFO]: [mjaroslav.mcmods.mjutils.gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Successfully injected 1 hook
[19:06:35] [main/INFO]: [mjaroslav.mcmods.mjutils.gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 2 ms
[19:06:35] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Methods dictionary loaded in 4 ms
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:35] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:06:36] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[19:06:36] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[19:06:36] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[19:06:36] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[19:06:36] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[19:06:36] [main/INFO]: Core: Altering definition of net.minecraft.world.World,  (obfuscated)
[19:06:36] [main/INFO]: A re-entrant transformer 'am2.preloader.BytecodeTransformers' was detected and will no longer process meta class data
[19:06:36] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ahb (1 / 1)
[19:06:36] [main/INFO]: Patching World, obf: true
[19:06:36] [main/INFO]: Patching Complete!
[19:06:36] [main/INFO]: A re-entrant transformer 'atomicstryker.dynamiclights.common.DLTransformer' was detected and will no longer process meta class data
[19:06:36] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Injecting hooks into class net.minecraft.world.World
[19:06:36] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Patching method net.minecraft.world.World#setBlock(IIILnet/minecraft/block/Block;II)
[19:06:36] [main/INFO]: Found World Class: net/minecraft/world/World
[19:06:36] [main/INFO]: A re-entrant transformer 'lumien.randomthings.Transformer.RTClassTransformer' was detected and will no longer process meta class data
[19:06:36] [main/INFO]: Transmorgrifying [net.minecraft.world.World]: updateWeatherBody
[19:06:36] [main/INFO]: Transmorgrified [net.minecraft.world.World]: updateWeatherBody
[19:06:37] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[19:06:37] [main/INFO]: CraftingTweaks will now patch func_146274_d in bdw...
[19:06:37] [main/INFO]: CraftingTweaks successfully patched func_146274_d in bdw!
[19:06:37] [main/INFO]: Core: Altering definition of net.minecraft.world.World,  (obfuscated)
[19:06:37] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ahb (1 / 1)
[19:06:37] [main/INFO]: Patching World, obf: true
[19:06:37] [main/INFO]: Patching Complete!
[19:06:37] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:-1]: [DEBUG] Injecting hooks into class net.minecraft.world.World
[19:06:37] [main/INFO]: Found World Class: net/minecraft/world/World
[19:06:37] [main/INFO]: Transmorgrifying [net.minecraft.world.World]: updateWeatherBody
[19:06:37] [main/INFO]: Transmorgrified [net.minecraft.world.World]: updateWeatherBody
[19:06:38] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[19:06:38] [main/INFO]: Patching the vanilla class: adb
[19:06:38] [main/INFO]: Succesfully replaced Vanilla Fishing Rod and Fish
[19:06:38] [main/INFO]: Found Item Class: net/minecraft/item/Item
[19:06:38] [main/INFO]: [CORE] Patching onNewPotionEffect
[19:06:38] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[19:06:38] [main/INFO]: Core: Altering definition of net.minecraft.client.entity.EntityPlayerSP,  (obfuscated)
[19:06:38] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[19:06:38] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[19:06:38] [main/INFO]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[19:06:38] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[19:06:39] [main/INFO]: Transmorgrifying [net.minecraft.world.WorldServer]: resetRainAndThunder
[19:06:39] [main/INFO]: func_73051_P()V: Found!
[19:06:39] [main/INFO]: Transmorgrified [net.minecraft.world.WorldServer]: resetRainAndThunder
[19:06:39] [main/INFO]: Setting user: Moon_LESG
[19:06:39] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: xk (1 / 1)
[19:06:39] [main/INFO]: Patching leaves.
[19:06:39] [main/INFO]: Found leaf Class: net/minecraft/block/BlockLeavesBase
[19:06:39] [main/INFO]: Found Leave Class: net/minecraft/block/BlockLeavesBase
[19:06:39] [main/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/BlockOldLeaf
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockOldLeaf
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.block.BlockLeaves
    at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[guava-17.0.jar:?]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockLeaves
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.block.BlockLeavesBase
    at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[guava-17.0.jar:?]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockLeavesBase
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file net/minecraft/block/BlockLeavesBase
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_51]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90) ~[CoFHCore-%5B1.7.10%5D3.1.4-329.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.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
    ... 6 more
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.Runtime.exit(Runtime.java:107)
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.System.exit(System.java:971)
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[19:06:39] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 

 

Link to comment
Share on other sites

Sorry buddy, 1.7 isn't supported in this forum anymore, you really should update

 

(However, it seems the problem may be that you're just missing a core mod, something related to xreliquary? edit: after reading the crash log a bit more, I have no idea)

Edited by kiou.23
Link to comment
Share on other sites

1.7 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.