Posts by breakfastburrito

    For everybody having issues with the 3.2.3.120+ versions of Forge with this mod, rename the file to a lowercase t at the beginning and it will work around a bug that's preventing this from loading correctly.

    Thanks to LexManos and cpw (of Forge fame) for helping track down this issue and coming up with a work around.

    I found out the problem was actually some weird incompatibility with Magic Launcher, Forge, and this mod. Using Magic Launcher and Forge 105 with this mod worked fine. But Magic Launcher and Forge 120 or 121 requires that this mod be installed as an External Mod. It seems to work fine with or without the changing the capitalization of T. I'll make it a lower case t just in case though.

    I updated to the latest recommended version of Forge, 3.2.5.121, (3.2.5.120 doesn't work either, same error) and am now getting this Null Pointer Exception error.

    Display Spoiler


    16 mods loaded
    Optifine OptiFine_1.2.5_HD_C2
    Minecraft Forge 3.2.5.121
    FML v2.2.21.120
    Forge Mod Loader version 2.2.21.120 for Minecraft 1.2.5
    mod_CodeChickenCore : Post-initialized (minecraft.jar)
    mod_Transformers : Initialized (TransformersClient v1.2.zip)
    mod_ReiMinimap : Initialized ([1.2.5]ReiMinimap_v3.1.zip)
    mod_EnderStorage : Initialized (EnderStorage-Client 1.1.1.zip)
    mod_IC2_ChargingBench : Initialized (mod_chargingbench-client-1.95b-1.2.5-r1.zip)
    mod_IC2 : Initialized (industrialcraft-2-client_1.95b.jar)
    mod_CompactSolars : Initialized (mod_compactsolars-client-2.3.2.10.zip)
    mod_BuildCraftTransport : Initialized (buildcraft-client-B-transport-2.2.14.zip)
    mod_AdditionalPipes : Initialized (buildcraft-client-DA-additionalpipes-2.1.3.zip)
    mod_BuildCraftFactory : Initialized (buildcraft-client-B-factory-2.2.14.zip)
    mod_BuildCraftEnergy : Initialized (buildcraft-client-B-energy-2.2.14.zip)
    mod_BuildCraftBuilders : Initialized (buildcraft-client-B-builders-2.2.14.zip)
    mod_BuildCraftCore : Initialized (buildcraft-client-A-core-2.2.14.zip)
    mod_MinecraftForge : Initialized (MinecraftForge-3.2.5.121-Client.zip)
    mod_NotEnoughItems : Initialized (minecraft.jar)
    mod_MAtmos_forModLoader : Initialized (MAtmos_packaged.zip)


    Minecraft has crashed!
    ----------------------

    Minecraft has stopped running because it encountered a problem.


    --- BEGIN ERROR REPORT 8b95662 --------
    Generated 6/10/12 11:48 AM

    Minecraft: Minecraft 1.2.5
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0_04, Oracle Corporation
    VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.8.4
    OpenGL: ATI Radeon HD 4850 version 3.3.11631 Compatibility Profile Context, ATI Technologies Inc.

    java.lang.RuntimeException: java.lang.NullPointerException
    at Transformers.TransformersCore.handleException(TransformersCore.java:304)
    at Transformers.TransformersCore.fixIronEngineFuel(TransformersCore.java:325)
    at Transformers.TransformersCore.modsLoaded(TransformersCore.java:71)
    at mod_Transformers.modsLoaded(mod_Transformers.java:26)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:325)
    at cpw.mods.fml.common.Loader.postModInit(Loader.java:279)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:592)
    at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:230)
    at net.minecraft.client.Minecraft.a(Minecraft.java:426)
    at net.minecraft.client.Minecraft.run(Minecraft.java:735)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at Transformers.TransformersCore.fixIronEngineFuel(TransformersCore.java:321)
    ... 9 more
    --- END ERROR REPORT a301a275 ----------