Posts by Atriarc

    I have exhausted every possible troubleshooting option I can think (or am capable) of to try and fix this. IC2 is the culprit as I can remove it from the mods folder and start with no problems. I've done multiple clean installs of the minecraft.jar and Forge with the same results. Can someone assist me with what I am missing? Any help would be greatly appreciated. Oh, and I just built minecraft_server.jar with the same things listed below with no errors what so ever.

    TERMINAL OUTPUT

    Display Spoiler

    asdf
    2012-10-02 05:42:28 [INFO] [ForgeModLoader] Forge Mod Loader version 3.1.30.390 for Minecraft client:1.3.2, server:1.3.2 loading
    2012-10-02 05:42:29 [INFO] [STDOUT] 27 achievements
    2012-10-02 05:42:29 [INFO] [STDOUT] 195 recipes
    2012-10-02 05:42:29 [INFO] [STDOUT] Setting user: Atriarc, 79048509115111715
    2012-10-02 05:42:29 [INFO] [STDOUT] LWJGL Version: 2.8.4
    2012-10-02 05:42:30 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
    2012-10-02 05:42:30 [INFO] [STDOUT] MinecraftForge v4.1.4.298 Initialized
    2012-10-02 05:42:30 [INFO] [ForgeModLoader] MinecraftForge v4.1.4.298 Initialized
    2012-10-02 05:42:30 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
    2012-10-02 05:42:30 [INFO] [ForgeModLoader] Searching /home/konsole/.minecraft/mods for mods
    2012-10-02 05:42:31 [INFO] [ForgeModLoader] Forge Mod Loader has identified 13 mods to load
    2012-10-02 05:42:32 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
    2012-10-02 05:42:32 [WARNING] [ForgeModLoader] BuildCraft: Using outdated version [3.2.0pre7 (build:3)] for Minecraft 1.3.2. Consider updating.
    2012-10-02 05:42:32 [INFO] [Buildcraft] Starting BuildCraft 3.2.0pre7 (:3)
    2012-10-02 05:42:32 [INFO] [Buildcraft] Copyright (c) SpaceToad, 2011
    2012-10-02 05:42:32 [INFO] [Buildcraft] http://www.mod-buildcraft.com
    2012-10-02 05:42:33 [WARNING] [ForgeModLoader] Forestry: Using outdated version for Minecraft 1.3.2. Consider updating.
    2012-10-02 05:42:33 [INFO] [STDOUT] [IC2] Config loaded from /home/konsole/.minecraft/config/IC2.cfg
    2012-10-02 05:42:33 [INFO] [STDOUT] [IC2] Using 32 audio sources.
    2012-10-02 05:42:34 [INFO] [STDOUT] Starting up SoundSystem...
    2012-10-02 05:42:34 [INFO] [STDOUT] Initializing LWJGL OpenAL
    2012-10-02 05:42:34 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    2012-10-02 05:42:34 [INFO] [STDOUT] OpenAL initialized.
    2012-10-02 05:42:35 [INFO] [STDOUT] Loading ComputerCraft v1.43pr1 (rev 690)
    2012-10-02 05:42:35 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerLib...
    2012-10-02 05:42:35 [INFO] [STDOUT] ComputerCraft: RedPowerLib not found.
    2012-10-02 05:42:35 [INFO] [STDOUT] Loading CCTurtle v1.43pr1 (rev 690)
    2012-10-02 05:42:36 [INFO] [STDOUT] [IC2] Loading IC2 submodule: bcIntegration32x
    2012-10-02 05:42:36 [INFO] [STDOUT] [IC2] BuildCraft 3.2 integration module loaded
    2012-10-02 05:42:36 [INFO] [STDOUT] [IC2] Loading IC2 submodule: cgIntegration
    2012-10-02 05:42:36 [INFO] [STDERR] java.lang.ClassNotFoundException: CraftGuide.API.CraftGuideAPIObject
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    2012-10-02 05:42:36 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:54)
    2012-10-02 05:42:36 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    2012-10-02 05:42:36 [INFO] [STDERR] at ic2.cgIntegration.SubModule.init(SubModule.java:10)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
    2012-10-02 05:42:36 [INFO] [STDERR] at ic2.common.IC2.loadSubModule(IC2.java:774)
    2012-10-02 05:42:36 [INFO] [STDERR] at ic2.common.IC2.modsLoaded(IC2.java:683)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:424)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    2012-10-02 05:42:36 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-10-02 05:42:36 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:633)
    2012-10-02 05:42:36 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:176)
    2012-10-02 05:42:36 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:461)
    2012-10-02 05:42:36 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    2012-10-02 05:42:36 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722)
    2012-10-02 05:42:36 [INFO] [STDERR] Caused by: java.lang.NullPointerException
    2012-10-02 05:42:36 [INFO] [STDOUT] [IC2] Submodule not loaded: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: ic2/cgIntegration/common/AdvRecipeGenerator
    2012-10-02 05:42:36 [INFO] [STDOUT] [IC2] Loaded minor compatibility modules: none
    2012-10-02 05:42:36 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 13 mods

    Code
    OS:  Ubuntu 12.04
    Java:   Java version "1.7.0_07"
          	Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
          	Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)
    MCForge:  4.1.4.298
    BuildCraft:  3.2.0pre7
    Forestry:  1.5.0.2
    IC2:  1.106
    ComputerCraft:  1.43 pr1
    InvTweak:  1.43b-1.3.2