Hello! So whenever I install NEI onto Forge 1.6.4 965, it always fails.
And no, I am not using the Java 8 that breaks Froge. I am using Java 8 Update 11 which does not break it.
Here is my game output:
Sep 22, 2014 7:35:25 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Sep 22, 2014 7:35:25 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Sep 22, 2014 7:35:25 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-09-22 19:35:25 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-09-22 19:35:25 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_11, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre8
2014-09-22 19:35:25 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-09-22 19:35:26 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-09-22 19:35:26 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-09-22 19:35:26 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-09-22 19:35:28 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-09-22 19:35:28 [INFO] [STDERR] Exception in thread "main" java.lang.NoClassDefFoundError: codechicken/core/launch/CodeChickenCorePlugin
2014-09-22 19:35:28 [INFO] [STDERR] at codechicken.nei.asm.NEICorePlugin.getASMTransformerClass(NEICorePlugin.java:18)
2014-09-22 19:35:28 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:97)
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-09-22 19:35:28 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.CodeChickenCorePlugin
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-09-22 19:35:28 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-22 19:35:28 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-22 19:35:28 [INFO] [STDERR] ... 4 more
2014-09-22 19:35:28 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
2014-09-22 19:35:28 [INFO] [STDERR] ... 6 more
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Please Help!
Rollback Post to RevisionRollBack
GENERATION 36: The first time you see this, copy it into your signature
on any forum and add 1 to the generation. This is a Social experiment.
A library of stuff some of ChickenBone's mods (but not only his) need. It's downloaded and installed automatically if it's needed.
Should as well say it shouldn't be downloaded and put in the Mods folder anyway. CodeChickenCore or a mod that needs it will automatically download the version needed (normally latest) and put it in an "MC version" named folder.
Downloading it manually and putting it in the mods folder also creates risks of having another mod downloading it because it cannot find it in "MC version" named folder in the Mods folder (but not likely).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
And no, I am not using the Java 8 that breaks Froge. I am using Java 8 Update 11 which does not break it.
Here is my game output:
Sep 22, 2014 7:35:25 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Sep 22, 2014 7:35:25 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Sep 22, 2014 7:35:25 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-09-22 19:35:25 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-09-22 19:35:25 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_11, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre8
2014-09-22 19:35:25 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-09-22 19:35:26 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-09-22 19:35:26 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-09-22 19:35:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-09-22 19:35:26 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-09-22 19:35:28 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-09-22 19:35:28 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-09-22 19:35:28 [INFO] [STDERR] Exception in thread "main" java.lang.NoClassDefFoundError: codechicken/core/launch/CodeChickenCorePlugin
2014-09-22 19:35:28 [INFO] [STDERR] at codechicken.nei.asm.NEICorePlugin.getASMTransformerClass(NEICorePlugin.java:18)
2014-09-22 19:35:28 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:97)
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-09-22 19:35:28 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.CodeChickenCorePlugin
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-09-22 19:35:28 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-22 19:35:28 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-22 19:35:28 [INFO] [STDERR] ... 4 more
2014-09-22 19:35:28 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2014-09-22 19:35:28 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
2014-09-22 19:35:28 [INFO] [STDERR] ... 6 more
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
GENERATION 36: The first time you see this, copy it into your signature
on any forum and add 1 to the generation. This is a Social experiment.
I do have CCC installed, heres a picture of my mods folder for proof:
GENERATION 36: The first time you see this, copy it into your signature
on any forum and add 1 to the generation. This is a Social experiment.
Thanks for the help, I feel stupid now since I didn't realize that. What does CCL do anyways?
GENERATION 36: The first time you see this, copy it into your signature
on any forum and add 1 to the generation. This is a Social experiment.
Should as well say it shouldn't be downloaded and put in the Mods folder anyway. CodeChickenCore or a mod that needs it will automatically download the version needed (normally latest) and put it in an "MC version" named folder.
Downloading it manually and putting it in the mods folder also creates risks of having another mod downloading it because it cannot find it in "MC version" named folder in the Mods folder (but not likely).