This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I am updating my mods, NEI, Opti Fine and SMP Capes(I think that is what it is called).
Of course NEI requires FML, as far as I know. But I appear to be having some problems with it.
Here is the error it is giving me:
2012-10-29 17:08:39 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.6.422 for Minecraft 1.4.2 loading
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Discovering coremods
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.6.6.1.jar
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.6.6.1.jar
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.6.6.1.jar
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.1.1.jar
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.1.1.jar
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.1.1.jar
2012-10-29 17:08:39 [INFO] [STDOUT] Downloading file: files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-10-29 17:08:39 [INFO] [STDOUT] The libFile's path is C:\Users\user\AppData\Roaming\.minecraft\lib\argo-2.25.jar
2012-10-29 17:08:39 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...s/argo-2.25.jar
2012-10-29 17:08:39 [INFO] [ForgeModLoader] Downloading file http://files.minecra...s/argo-2.25.jar
2012-10-29 17:08:41 [FINEST] [ForgeModLoader] Download complete
2012-10-29 17:08:41 [INFO] [ForgeModLoader] Download complete
2012-10-29 17:08:41 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully
2012-10-29 17:08:41 [INFO] [STDOUT] Downloading file: files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-10-29 17:08:41 [INFO] [STDOUT] The libFile's path is C:\Users\user\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar
2012-10-29 17:08:41 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...uava-12.0.1.jar
2012-10-29 17:08:41 [INFO] [ForgeModLoader] Downloading file http://files.minecra...uava-12.0.1.jar
2012-10-29 17:08:48 [FINEST] [ForgeModLoader] Download complete
2012-10-29 17:08:48 [INFO] [ForgeModLoader] Download complete
2012-10-29 17:08:48 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully
2012-10-29 17:08:48 [INFO] [STDOUT] Downloading file: files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-10-29 17:08:48 [INFO] [STDOUT] The libFile's path is C:\Users\user\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar
2012-10-29 17:08:48 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...asm-all-4.0.jar
2012-10-29 17:08:48 [INFO] [ForgeModLoader] Downloading file http://files.minecra...asm-all-4.0.jar
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Download complete
2012-10-29 17:08:49 [INFO] [ForgeModLoader] Download complete
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Running coremod plugins
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-10-29 17:08:49 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin
2012-10-29 17:08:49 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2012-10-29 17:08:54 [INFO] [STDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException
2012-10-29 17:08:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2012-10-29 17:08:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
2012-10-29 17:08:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-10-29 17:08:54 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28)
2012-10-29 17:08:54 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:134)
2012-10-29 17:08:54 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:78)
2012-10-29 17:08:54 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.NullPointerException
2012-10-29 17:08:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:264)
2012-10-29 17:08:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2012-10-29 17:08:54 [INFO] [STDERR] ... 5 more
2012-10-29 17:08:54 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-10-29 17:08:54 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCorePlugin.scanCodeChickenMods(CodeChickenCorePlugin.java:67)
2012-10-29 17:08:54 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:60)
2012-10-29 17:08:54 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:1)
2012-10-29 17:08:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:260)
2012-10-29 17:08:54 [INFO] [STDERR] ... 6 more
I do have Java 7 32 & 64 bit (Latest Version)
Do I just have a bad build of FML? or is it something else?