• 0

    posted a message on Tinkers' Defense
    Material Energy^4 has added this mod! Congrats?

    That aside, it looks really nice. I love the detail you put into the modifiers.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2
    Bug Reporters, you should put your reports here: Github Issues

    He has a much better chance of noticing your bug if you put it there. Don't count on the forums too much.
    Posted in: Minecraft Mods
  • 0

    posted a message on NotEnoughKeys
    Bug Report:

    I've been playing with this along with the Direwolf20 pack. However, I noticed there was a bit of an annoying stutter that happened at least once a minute.

    At one point I got a bit fed up with it and looked at the console to check what was going on. I see it flooded with the same error over and over again:

    "java.lang.NoSuchFieldException: pressed"

    (See the picture)

    The error seems to be traced back to this one, I removed this it, and the errors and stuttering went away.

    EDIT: Whelp, silly me, should've looked a bit closer at the OP... -_-
    Posted in: Minecraft Mods
  • 0

    posted a message on Crash on save load: Ticking Tile Entity
    Quote from The Pro Legacy

    Looks like one of your mods "witchery" has caused an error. Remove the mod if you don't have anything to do with it yet then get rid of the bad block. Then you can reinstall the mod. If you have made progress into the mod then use a map tool like MCEdit to remove the bad block.

    Also I believe there is only 1 block that is bad, the leech chest. It might be conflicting with another mod or maybe it is a bug in the mod. You should check with the mod's creator to be safe. It looks like the leech chest is looking for a tile version of itself or a tile version is looking for the block.

    Remove the mod? Wouldn't that also cause a crash due to the now missing textures and such?
    I haven't used MCedit before, but I heard it doesn't really work with mods... besides, what started this was I was just flying around above the ocean... how am I supported to find a bad block I didn't place?

    Quote from Builderb0y

    Go to your config folder, open "forge.cfg", and change "B:removeErroringTileEntities" to true. This will remove the tile entity when it throws an error.

    Didn't work..... same crash report. However there is a similar thing called removeErroringEntities, going to try setting that to true and see what happens.
    EDIT: Didn't work either, but the description of the crash report is different; It has changed to 'Exception while updating neighbors.' I guess Forge tried to delete it, but then a big scuffle happened and I guess the bad block won out.
    http://pastebin.com/V6iujXW4
    Posted in: Java Edition Support
  • 0

    posted a message on Crash on save load: Ticking Tile Entity
    I am using Minecraft 1.6.4, with Direwolf20 mod pack by FTB, Plus a couple mods I added on my own.
    Running OS X 10.9.3

    I don't have much to explain it.... I was exploring a large ocean as a Blaze in my Survival Single Player world when suddenly the game just shuts down out of nowhere, with the error log in my next post.
    EDIT: Moved to pastebin because it's too long
    http://pastebin.com/jzgrFdh4

    Openeye page (Has a simplified version of the log and my Mod listing)
    http://openeye.openm...ce778e4d3536754

    Whenever I load my world again, it crashes again with the same thing....which means I can't get back into my world!
    I inspected the log, and I guess the game's terrain generation must've generated 2 things, a Leech chest from the Witchery mod, and something that conflicts with it.

    I do have a backup, I can load it and never go to that place again, but the backup was nearly 2 weeks ago. I did a ton of stuff during those 2 weeks that I don't really want to do again.... well now I learned my lesson. :P
    Can someone help me please? Is it possible to fix this without having to do that backup? If so, how?
    Posted in: Java Edition Support
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    ---- Minecraft Crash Report ----
    // I let you down. Sorry

    Time: 5/27/14 1:06 PM
    Description: Initializing game

    java.lang.NullPointerException
    at Reika.GeoStrata.Registry.GeoItems.getNumberMetadatas(GeoItems.java:108)
    at Reika.DragonAPI.Libraries.ReikaRegistryHelper.instantiateAndRegisterItems(ReikaRegistryHelper.java:74)
    at Reika.GeoStrata.GeoStrata.loadClasses(GeoStrata.java:300)
    at Reika.GeoStrata.GeoStrata.load(GeoStrata.java:127)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at Reika.GeoStrata.Registry.GeoItems.getNumberMetadatas(GeoItems.java:108)
    at Reika.DragonAPI.Libraries.ReikaRegistryHelper.instantiateAndRegisterItems(ReikaRegistryHelper.java:74)
    at Reika.GeoStrata.GeoStrata.loadClasses(GeoStrata.java:300)
    at Reika.GeoStrata.GeoStrata.load(GeoStrata.java:127)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Mac OS X (x86_64) version 10.9.3
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1208599400 bytes (1152 MB) / 2083520512 bytes (1987 MB) up to 2083520512 bytes (1987 MB)
    Mod Pack: Unknown / None
    LiteLoader Mods: 1 loaded mod(s)
    - MAtmos version r26 for 1.6.4
    JVM Flags: 4 total; -Xmx2048M -Xms2048M -XX:PermSize=256m -XX:MaxPermSize=512m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 175 mods loaded, 175 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenEye{0.4} [OpenEye] (OpenEye-0.4-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    VeinMinerCore{0.12.2} [Vein Miner CoreMod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized->Initialized
    IngameInfo{Forge 1.6.4.r05} [IngameInfo] ([1.6.4]IngameInfo.Forge.1.6.4.r05.zip) Unloaded->Constructed->Pre-initialized->Initialized
    StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized
    WorldStateCheckpoints{Forge 1.6.4.r04} [WorldStateCheckpoints] ([1.6.4]WorldStateCheckpoints.Forge.1.6.4.r04.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_*{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModBlocks{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModConfig{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CreativeTabs.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModCrops{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModDNA{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModFood{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModFruits{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModFuels{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiDnaExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiDnaFabricator{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiDnaMaker{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiElementExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiFryer{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiGrinder{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiPotionMaker{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiSeedExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiSqueezer{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modGuiTailorTable{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobMammoth.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobMammothZombie.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobScorpion.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobWhale.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModRendering{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModTools{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    arsmagica2{1.1.2} [Ars Magica 2] (AM2_1.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ATG{0.9.5} [Alternate Terrain Generation] (ATG-1.6.4-0.9.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ThebombzenAPI{2.2.0} [ThebombzenAPI] (ThebombzenAPI-v2.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AutoSwitch{4.2.0} [AutoSwitch] (AutoSwitch-v4.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AncientWarfare{1.1.045-beta-MC164} [Ancient Warfare] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AncientStructures{1.1.045-beta-MC164} [Ancient Warfare Structures Module] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized->Initialized
    bdlib{1.2.2.45} [BD Lib] (bdlib-mc164-1.2.2.45.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized
    betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.45.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized
    ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized
    UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.95-core.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BigReactors{0.3.3A} [Big Reactors] (BigReactors-0.3.3A.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (ChatBubbles1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ClashsoftAPI{1.6.4-8} [Clashsoft Lib] (Clashsoft Lib 1.6.4-8.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CloneCraft{1.2} [CloneCraft] (CloneCraft v2.0 MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CraftingSuite{0.2.1.3} [Crafting Suite] (CraftingSuite-v0.2.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DartCraft{Beta 0.2.18} [DartCraft] (DartCraft Beta 0.2.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
    emashercore{1.2.3.4} [Emasher Resource] (EmasherResource-1.2.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    emasherdefense{1.2.1.1} [Defense] (Defense-1.2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Mystcraft{0.10.13.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v23b.zip) Unloaded->Constructed->Pre-initialized->Initialized
    eplus{1.16.5b} [Enchanting Plus] (Enchanting-Plus-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    eng_toolbox{1.1.8.3} [Engineer's Toolbox] (EngineersToolbox-1.1.8.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
    EnhancedPortals3{1.6.4-3.0.0b5e} [EnhancedPortals] (EnhancedPortals-1.6.4-3.0.0b5e.jar) Unloaded->Constructed->Pre-initialized->Initialized
    eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized->Initialized
    factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized
    factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized
    factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized
    LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    gascraft{2.0.4.3} [GasCraft] (GasCraft-2.0.4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
    gendustry{1.1.2.72} [GenDustry] (gendustry-mc164-1.1.2.72.jar) Unloaded->Constructed->Pre-initialized->Initialized
    GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v23b.zip) Unloaded->Constructed->Pre-initialized->Errored
    AdvancedHUD{Version [0.1.5] for 1.6.4} [AdvancedHUD] (HudMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ImmibisCore{57.0.0} [Immibis Core] (immibis-core-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ImmibisPeripherals{57.0.0} [Immibis's Peripherals] (immibis-peripherals-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
    magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    standardcrops{1.1.0} [Magical Crops - Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Mariculture{1.2.2c} [Mariculture] (Mariculture-1.6.4-1.2.2c.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v23.zip) Unloaded->Constructed->Pre-initialized->Initialized
    millenaire{5.1.11} [Mill?naire] (millenaire-jar-5.1.11) Unloaded->Constructed->Pre-initialized->Initialized
    Mimicry{1.3.8.2} [Mimicry] (Mimicry_1.3.8.2_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AS_Minions{1.7.9b} [Minions] (Minions_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-Development-1.2.0.219-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.70-core.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Morph{0.7.1} [Morph] (Morph-Beta-0.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    OpenMods{0.4} [OpenMods] (OpenModsLib-0.4b.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
    PetBat{1.2.8} [Pet Bat] (PetBat_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized
    QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Minimapsync{b0.3.2} [Minimapsync] (Rei's minimap.jar) Unloaded->Constructed->Pre-initialized->Initialized
    xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Roguelike{1.3.1} [Roguelike Dungeons] (roguelike-v1.3.1-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    StevesCarts{2.0.0.b11} [Steve's Carts 2] (StevesCarts2.0.0.b11.zip) Unloaded->Constructed->Pre-initialized->Initialized
    switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-140.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TorchLevers{1.3.3} [Torch Levers] (TorchLeversV1.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AS_UpdateCheck{1.1.4} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    VeinMiner{0.12.2} [Vein Miner] (VeinMiner.0.12.2_MC1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    zoommod{1.2} [zoommod] (ZoomMod[1.6.4][Forge][1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized
    McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized->Initialized
    JAMI{1.0.13.122} [JAMI] (JAMI-1.6.4-1.0.13.122.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    Launched Version: 1.6.4
    LWJGL: 2.9.0
    OpenGL: NVIDIA GeForce GT 330M OpenGL Engine GL version 2.1 NVIDIA-8.24.13 310.90.9.05f01, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Minecraft Classic Sounds Resource Pack
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Hello, it's me again... sorry if this is getting awkward.

    Firstly, I'm trying to install Rotary Craft... but i'm running into some problems. By the way, I just updated the DragonAPI to V23b, along with Rotarycraft and Geostrata, but the problem is still the same.

    When I first installed it, it crashed on startup, and I saw that Ars Magica 2 seems to hate RotaryCraft..... so I removed it. It never suited me anyway. Here the report if you can see what's going on there. Don't mind the Optifine warnings at the bottom.
    ---- Minecraft Crash Report ----
    // Ooh. Shiny.

    Time: 5/26/14 8:14 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Overwriting already-registered Potion am2.buffs.ArsMagicaPotion@151faf73 @ 35
    at Reika.DragonAPI.Auxiliary.PotionCollisionTracker.onConflict(PotionCollisionTracker.java:89)
    at Reika.DragonAPI.Auxiliary.PotionCollisionTracker.addPotionID(PotionCollisionTracker.java:58)
    at Reika.RotaryCraft.RotaryCraft.preload(RotaryCraft.java:295)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at Reika.DragonAPI.Auxiliary.PotionCollisionTracker.onConflict(PotionCollisionTracker.java:89)
    at Reika.DragonAPI.Auxiliary.PotionCollisionTracker.addPotionID(PotionCollisionTracker.java:58)
    at Reika.RotaryCraft.RotaryCraft.preload(RotaryCraft.java:295)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Mac OS X (x86_64) version 10.9.3
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1601082864 bytes (1526 MB) / 2055208960 bytes (1960 MB) up to 2055208960 bytes (1960 MB)
    Mod Pack: Unknown / None
    LiteLoader Mods: 1 loaded mod(s)
    - MAtmos version r26 for 1.6.4
    JVM Flags: 4 total; -Xmx2048M -Xms2048M -XX:PermSize=256m -XX:MaxPermSize=512m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 174 mods loaded, 174 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
    OpenEye{0.4} [OpenEye] (OpenEye-0.4-1.6.4.jar) Unloaded->Constructed->Pre-initialized
    OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    VeinMinerCore{0.12.2} [Vein Miner CoreMod] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
    ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
    IngameInfo{Forge 1.6.4.r05} [IngameInfo] ([1.6.4]IngameInfo.Forge.1.6.4.r05.zip) Unloaded->Constructed->Pre-initialized
    StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
    WorldStateCheckpoints{Forge 1.6.4.r04} [WorldStateCheckpoints] ([1.6.4]WorldStateCheckpoints.Forge.1.6.4.r04.zip) Unloaded->Constructed->Pre-initialized
    mod_*{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModBlocks{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModConfig{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    CreativeTabs.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModCrops{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModDNA{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModFood{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModFruits{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModFuels{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiDnaExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiDnaFabricator{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiDnaMaker{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiElementExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiFryer{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiGrinder{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiPotionMaker{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiSeedExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiSqueezer{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    modGuiTailorTable{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    MobMammoth.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    MobMammothZombie.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    MobScorpion.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    MobWhale.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModRendering{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    ModTools{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized
    arsmagica2{1.1.2} [Ars Magica 2] (AM2_1.1.2.zip) Unloaded->Constructed->Pre-initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
    ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
    ATG{0.9.5} [Alternate Terrain Generation] (ATG-1.6.4-0.9.5.jar) Unloaded->Constructed->Pre-initialized
    ThebombzenAPI{2.2.0} [ThebombzenAPI] (ThebombzenAPI-v2.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
    AutoSwitch{4.2.0} [AutoSwitch] (AutoSwitch-v4.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
    AncientWarfare{1.1.045-beta-MC164} [Ancient Warfare] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized
    AncientStructures{1.1.045-beta-MC164} [Ancient Warfare Structures Module] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized
    bdlib{1.2.2.45} [BD Lib] (bdlib-mc164-1.2.2.45.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
    betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.45.jar) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
    BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
    BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
    BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized
    CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
    NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
    UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.95-core.jar) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
    ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized
    BigReactors{0.3.3A} [Big Reactors] (BigReactors-0.3.3A.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (ChatBubbles1.6.4.zip) Unloaded->Constructed->Pre-initialized
    ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized
    ClashsoftAPI{1.6.4-8} [Clashsoft Lib] (Clashsoft Lib 1.6.4-8.zip) Unloaded->Constructed->Pre-initialized
    CloneCraft{1.2} [CloneCraft] (CloneCraft v2.0 MC1.6.4.zip) Unloaded->Constructed->Pre-initialized
    CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
    CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
    CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
    CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
    CraftingSuite{0.2.1.3} [Crafting Suite] (CraftingSuite-v0.2.1.4.jar) Unloaded->Constructed->Pre-initialized
    factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
    Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
    DartCraft{Beta 0.2.18} [DartCraft] (DartCraft Beta 0.2.18.jar) Unloaded->Constructed->Pre-initialized
    emashercore{1.2.3.4} [Emasher Resource] (EmasherResource-1.2.3.4.zip) Unloaded->Constructed->Pre-initialized
    emasherdefense{1.2.1.1} [Defense] (Defense-1.2.1.1.zip) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.13.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized
    Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized
    DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v23b.zip) Unloaded->Constructed->Pre-initialized
    eplus{1.16.5b} [Enchanting Plus] (Enchanting-Plus-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized
    eng_toolbox{1.1.8.3} [Engineer's Toolbox] (EngineersToolbox-1.1.8.3.zip) Unloaded->Constructed->Pre-initialized
    EnhancedPortals3{1.6.4-3.0.0b5e} [EnhancedPortals] (EnhancedPortals-1.6.4-3.0.0b5e.jar) Unloaded->Constructed->Pre-initialized
    eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized
    ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized
    factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
    factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
    factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
    LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
    gascraft{2.0.4.3} [GasCraft] (GasCraft-2.0.4.3.zip) Unloaded->Constructed->Pre-initialized
    gendustry{1.1.2.72} [GenDustry] (gendustry-mc164-1.1.2.72.jar) Unloaded->Constructed->Pre-initialized
    AdvancedHUD{Version [0.1.5] for 1.6.4} [AdvancedHUD] (HudMod.zip) Unloaded->Constructed->Pre-initialized
    ImmibisCore{57.0.0} [Immibis Core] (immibis-core-57.0.0.jar) Unloaded->Constructed->Pre-initialized
    ImmibisPeripherals{57.0.0} [Immibis's Peripherals] (immibis-peripherals-57.0.0.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
    magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
    standardcrops{1.1.0} [Magical Crops - Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
    TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
    Mariculture{1.2.2c} [Mariculture] (Mariculture-1.6.4-1.2.2c.jar) Unloaded->Constructed->Pre-initialized
    MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v23.zip) Unloaded->Constructed->Pre-initialized
    millenaire{5.1.11} [Mill?naire] (millenaire-jar-5.1.11) Unloaded->Constructed->Pre-initialized
    RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v23b.zip) Unloaded->Constructed->Errored
    Mimicry{1.3.8.2} [Mimicry] (Mimicry_1.3.8.2_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
    AS_Minions{1.7.9b} [Minions] (Minions_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-Development-1.2.0.219-universal.jar) Unloaded->Constructed->Pre-initialized
    MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.70-core.jar) Unloaded->Constructed->Pre-initialized
    Morph{0.7.1} [Morph] (Morph-Beta-0.7.1.zip) Unloaded->Constructed->Pre-initialized
    OpenMods{0.4} [OpenMods] (OpenModsLib-0.4b.jar) Unloaded->Constructed->Pre-initialized
    OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7.jar) Unloaded->Constructed->Pre-initialized
    PetBat{1.2.8} [Pet Bat] (PetBat_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
    QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
    RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized
    Minimapsync{b0.3.2} [Minimapsync] (Rei's minimap.jar) Unloaded->Constructed->Pre-initialized
    xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded->Constructed->Pre-initialized
    Roguelike{1.3.1} [Roguelike Dungeons] (roguelike-v1.3.1-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized
    StevesCarts{2.0.0.b11} [Steve's Carts 2] (StevesCarts2.0.0.b11.zip) Unloaded->Constructed->Pre-initialized
    switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized
    ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-140.jar) Unloaded->Constructed->Pre-initialized
    TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized
    TorchLevers{1.3.3} [Torch Levers] (TorchLeversV1.3.3.jar) Unloaded->Constructed->Pre-initialized
    AS_UpdateCheck{1.1.4} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    VeinMiner{0.12.2} [Vein Miner] (VeinMiner.0.12.2_MC1.6.jar) Unloaded->Constructed->Pre-initialized
    zoommod{1.2} [zoommod] (ZoomMod[1.6.4][Forge][1.2].zip) Unloaded->Constructed->Pre-initialized
    McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
    JAMI{1.0.13.122} [JAMI] (JAMI-1.6.4-1.0.13.122.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
    TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    Launched Version: 1.6.4
    LWJGL: 2.9.0
    OpenGL: NVIDIA GeForce GT 330M OpenGL Engine GL version 2.1 NVIDIA-8.24.13 310.90.9.05f01, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Minecraft Classic Sounds Resource Pack
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    So after I removed it and started it again. It crashed again saying that there is a Potion ID conflict at 35. I looked around and (I think) found it in RandomThings's config, so I went and changed it to 39. Then I started again and got this:

    ---- Minecraft Crash Report ----
    // I let you down. Sorry

    Time: 5/26/14 8:59 PM
    Description: Initializing game

    Reika.DragonAPI.Exception.ModIntegrityException: Something has tampered with and broken RotaryCraft!
    Overwrite of TECHNICAL BLOCK Advanced Gears has occurred!
    Contact Reika immediately, with your full mod list!

    at Reika.DragonAPI.Auxiliary.IntegrityChecker.testIntegrity(IntegrityChecker.java:73)
    at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:210)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at Reika.DragonAPI.Auxiliary.IntegrityChecker.testIntegrity(IntegrityChecker.java:73)
    at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:210)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Mac OS X (x86_64) version 10.9.3
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1255986176 bytes (1197 MB) / 2093481984 bytes (1996 MB) up to 2093481984 bytes (1996 MB)
    Mod Pack: Unknown / None
    LiteLoader Mods: 1 loaded mod(s)
    - MAtmos version r26 for 1.6.4
    JVM Flags: 4 total; -Xmx2048M -Xms2048M -XX:PermSize=256m -XX:MaxPermSize=512m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 173 mods loaded, 173 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenEye{0.4} [OpenEye] (OpenEye-0.4-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    VeinMinerCore{0.12.2} [Vein Miner CoreMod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IngameInfo{Forge 1.6.4.r05} [IngameInfo] ([1.6.4]IngameInfo.Forge.1.6.4.r05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WorldStateCheckpoints{Forge 1.6.4.r04} [WorldStateCheckpoints] ([1.6.4]WorldStateCheckpoints.Forge.1.6.4.r04.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_*{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModBlocks{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModConfig{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CreativeTabs.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModCrops{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModDNA{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModFood{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModFruits{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModFuels{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiDnaExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiDnaFabricator{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiDnaMaker{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiElementExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiFryer{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiGrinder{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiPotionMaker{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiSeedExtractor{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiSqueezer{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    modGuiTailorTable{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MobMammoth.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MobMammothZombie.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MobScorpion.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MobWhale.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModRendering{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ModTools{Alpha} [Agent's Mod] (AgentsAgriculture_1.3.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ATG{0.9.5} [Alternate Terrain Generation] (ATG-1.6.4-0.9.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThebombzenAPI{2.2.0} [ThebombzenAPI] (ThebombzenAPI-v2.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AutoSwitch{4.2.0} [AutoSwitch] (AutoSwitch-v4.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AncientWarfare{1.1.045-beta-MC164} [Ancient Warfare] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AncientStructures{1.1.045-beta-MC164} [Ancient Warfare Structures Module] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    bdlib{1.2.2.45} [BD Lib] (bdlib-mc164-1.2.2.45.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.45.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.95-core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BigReactors{0.3.3A} [Big Reactors] (BigReactors-0.3.3A.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (ChatBubbles1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ClashsoftAPI{1.6.4-8} [Clashsoft Lib] (Clashsoft Lib 1.6.4-8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CloneCraft{1.2} [CloneCraft] (CloneCraft v2.0 MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CraftingSuite{0.2.1.3} [Crafting Suite] (CraftingSuite-v0.2.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DartCraft{Beta 0.2.18} [DartCraft] (DartCraft Beta 0.2.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    emashercore{1.2.3.4} [Emasher Resource] (EmasherResource-1.2.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    emasherdefense{1.2.1.1} [Defense] (Defense-1.2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Mystcraft{0.10.13.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v23b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    eplus{1.16.5b} [Enchanting Plus] (Enchanting-Plus-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    eng_toolbox{1.1.8.3} [Engineer's Toolbox] (EngineersToolbox-1.1.8.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EnhancedPortals3{1.6.4-3.0.0b5e} [EnhancedPortals] (EnhancedPortals-1.6.4-3.0.0b5e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    gascraft{2.0.4.3} [GasCraft] (GasCraft-2.0.4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    gendustry{1.1.2.72} [GenDustry] (gendustry-mc164-1.1.2.72.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AdvancedHUD{Version [0.1.5] for 1.6.4} [AdvancedHUD] (HudMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisCore{57.0.0} [Immibis Core] (immibis-core-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisPeripherals{57.0.0} [Immibis's Peripherals] (immibis-peripherals-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    standardcrops{1.1.0} [Magical Crops - Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Mariculture{1.2.2c} [Mariculture] (Mariculture-1.6.4-1.2.2c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v23.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    millenaire{5.1.11} [Mill?naire] (millenaire-jar-5.1.11) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v23b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    Mimicry{1.3.8.2} [Mimicry] (Mimicry_1.3.8.2_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AS_Minions{1.7.9b} [Minions] (Minions_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-Development-1.2.0.219-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.70-core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Morph{0.7.1} [Morph] (Morph-Beta-0.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenMods{0.4} [OpenMods] (OpenModsLib-0.4b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PetBat{1.2.8} [Pet Bat] (PetBat_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Minimapsync{b0.3.2} [Minimapsync] (Rei's minimap.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Roguelike{1.3.1} [Roguelike Dungeons] (roguelike-v1.3.1-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    StevesCarts{2.0.0.b11} [Steve's Carts 2] (StevesCarts2.0.0.b11.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-140.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TorchLevers{1.3.3} [Torch Levers] (TorchLeversV1.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AS_UpdateCheck{1.1.4} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    VeinMiner{0.12.2} [Vein Miner] (VeinMiner.0.12.2_MC1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    zoommod{1.2} [zoommod] (ZoomMod[1.6.4][Forge][1.2].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    JAMI{1.0.13.122} [JAMI] (JAMI-1.6.4-1.0.13.122.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
    Optifine
    These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
    Ender-Quarry Relfection Code:: No problems here
    Launched Version: 1.6.4
    LWJGL: 2.9.0
    OpenGL: NVIDIA GeForce GT 330M OpenGL Engine GL version 2.1 NVIDIA-8.24.13 310.90.9.05f01, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Minecraft Classic Sounds Resource Pack
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    So I went and did just that. Here is the Openeye page, it has my list of mods at the bottom. I must warn you, you may find it pretty disturbing. Call me a Modaholic or whatever :P

    http://openeye.openm...35079ccb2d9f4ca

    I seriously don't know why Agent's Agriculture Mod is appearing many duplicate times in the list.....
    =====
    Second. It seemed you missed my edit of my previous post about Geostrata, so I did the crash again.
    Like I said earlier, it seems to hate me for some reason, Minecraft refuses to start with it installed.

    [The report is in the next post because APPARENTLY my post is too long]
    [EDIT: Actually the post after the next one. This thread is really active....!]

    Openeye doesn't seem to detect this crashlog, so no Openeye for this one. The mods I have installed are the same as the Rotarycraft error, with Rotarycraft removed and ArsMagica 2 added back in.

    By the way, sorry if I annoyed you earlier, that silly mistake of not updating was just..... silly of me.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Hello, I installed Meteorcraft a couple days ago and Minecraft has since been locking up out of nowhere. What happens is the game freezes completely, and I have to force quit it. No crash report.Here is what pops up in the developer console when it freezes, and force quit it:
    [11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] Error in class 'CodecJOrbis'[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] Unable to acquire inputstream in method 'initialize'.[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] ERROR MESSAGE:[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] meteorcraft:sound/entry.ogg[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] STACK TRACE:[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:53)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] net.minecraft.client.audio.SoundPoolURLConnection.getInputStream(SourceFile:112)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] paulscode.sound.codecs.CodecJOrbis.initialize(CodecJOrbis.java:281)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] paulscode.sound.libraries.LibraryLWJGLOpenAL.loadSound(LibraryLWJGLOpenAL.java:392)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] paulscode.sound.libraries.LibraryLWJGLOpenAL.newSource(LibraryLWJGLOpenAL.java:640)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] paulscode.sound.SoundSystem.CommandNewSource(SoundSystem.java:1800)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2415)[11:12:58 INFO]: Client> 2014-05-25 11:12:58 [INFO] [STDOUT] paulscode.sound.CommandThread.run(CommandThread.java:121)[11:14:17 INFO]: Client> 2014-05-25 11:14:17 [INFO] [Minecraft-Server] Stopping server[11:14:17 INFO]: Client> 2014-05-25 11:14:17 [INFO] [Minecraft-Server] Saving players[11:14:17 INFO]: Client> 2014-05-25 11:14:17 [INFO] [Minecraft-Server] Proaxel left the game[11:14:21 ERROR]: Game ended with bad state (exit code 137)
    I guess what happens is that a meteor spawns in, but something called CodecJOrbis is not letting the sounds load correctly....?

    EDIT
    Forgot this:I also installed GeoStrata.... I don't know what's going on, but it seems to hate me for some reason, and the game refuses to boot with it installed.
    http://pastebin.com/Cy2mG4Ym

    And yes, I made sure I have the latest version of Dragon API, Meteorcraft and Geostrata.

    EDIT 2: Disregard the Meteorcraft part. I thought I had the latest version... but I didn't look close enough. :wacko:
    Posted in: Minecraft Mods
  • 0

    posted a message on Idfix and Idfix Minus: mods for resolving Id conflicts
    Quote from 88VoidMiner88

    Why do you use this mod just to fix 1 conflict?
    Just go to the mystcraft config file, search for number 1281 and replace it with 2580


    Why did you make an account just to help me? :P
    Anyway, I had a couple more conflicts (trying to make my own mod pack just for my friends) and I guess somehow IDfix didn't catch that last one.

    Anyway, thanks! I didn't know you could change the IDs yourself (Without breaking anything).
    Posted in: Minecraft Mods
  • 0

    posted a message on Idfix and Idfix Minus: mods for resolving Id conflicts
    Once upon a time I installed Mystcraft mod and loaded up Minecraft, only to find myself a message:

    A list of ID conflicts has been written to the file IDConflicts.txt in your Minecraft Directory


    This is what the file says:
    #Blocks
    1281: myst.starfissure from Mystcraft - ccmultipart from ForgeMultipart
    Suggested Ranges: 2580-3049 (470 IDs), 1532-1899 (368 IDs), 465-699 (235 IDs)


    Apparently Mystcraft and ForgeMultipart don't go together.
    So I looked it up and found this mod, IDfixMinus, installed it, and loaded it up again. However, I still get the message above!

    In the Forge log, nowhere does it say [ForgeModLoader] Loaded coremod IdfixCore, but it DOES say:

    2014-05-17 16:52:53 [FINE] [ForgeModLoader] Examining for coremod candidacy idfixminus-1.6.4-1.0.0.jar
    2014-05-17 16:52:53 [FINEST] [ForgeModLoader] Adding idfixminus-1.6.4-1.0.0.jar to the list of known coremods, it will not be examined again
    2014-05-17 16:52:53 [FINE] [ForgeModLoader] Instantiating coremod class IdfixCore
    2014-05-17 16:52:53 [FINE] [ForgeModLoader] The coremod info.jbcs.minecraft.idfixminus.IdfixCore requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
    2014-05-17 16:52:53 [FINE] [ForgeModLoader] Enqueued coremod IdfixCore


    A little bit lower down the file it mentions IDFixCore Again.

    2014-05-17 16:53:03 [FINE] [ForgeModLoader] Injecting coremod IdfixCore {info.jbcs.minecraft.idfixminus.IdfixCore} class transformers
    2014-05-17 16:53:03 [FINEST] [ForgeModLoader] Registering transformer info.jbcs.minecraft.idfixminus.Transformer
    2014-05-17 16:53:03 [FINE] [ForgeModLoader] Injection complete
    2014-05-17 16:53:03 [FINE] [ForgeModLoader] Running coremod plugin for IdfixCore {info.jbcs.minecraft.idfixminus.IdfixCore}
    2014-05-17 16:53:03 [FINE] [ForgeModLoader] Running coremod plugin IdfixCore
    2014-05-17 16:53:03 [FINE] [ForgeModLoader] Coremod plugin class IdfixCore run successfully


    Despite not, it does look like it's running successfully, so...... what's going on?
    Posted in: Minecraft Mods
  • 0

    posted a message on Does anyone know what mod this is?
    Quote from thebaum64

    I think that is a RPG type mod... think its in Yogsbox...


    Yogsbox huh? That was enough for me to find out what it is, thanks!
    It's IngameInfo by bspkrs.

    What I did was I just looked up the mods in the mod pack, and that's what I found. Have a rate up!
    Posted in: Mods Discussion
  • 0

    posted a message on Does anyone know what mod this is?
    I'm talking about the mod showing information on light level, biome, game time, etc on the bottom right of your screen.Here's a video, skip to 0:50And no, it's not part of Feed the Beast, it was added separately.
    Posted in: Mods Discussion
  • 0

    posted a message on Chickencore Problem....
    Hello all,
    I'm trying to install the Not Enough Items mod, for 1.6.4. Of course, I have the correct Forge installed, and the mod's core, ChickenCore. However, when Minecraft launches and loads, this Forge Error appears:

    Forge Mod Loader has found a problem with your minecraft installation
    You have mod sources that are duplicate in this system
    Mod ID: file name
    Codechickencore: Minecraft.jar


    I guess it's saying that I have 2 of the same mod? But I don't! I searched the minecraft folder, and I don't have any duplicates!
    I have also checked the Launcher's development console.... there doesn't seem to be any errors.... in fact, the last couple of lines are actually talking about a completely different mod that I have installed.
    Does anyone know what's wrong?
    Posted in: Mods Discussion
  • 0

    posted a message on [Mac] iCraft - Modding Done Easy
    I am looking for help with my first mod and I came across this. It looks legit, but I then I see how long this post has been dead. Does it work for 1.4.7? I'm new btw, been playing for awhile but never really wanted to join the forums until now =)
    Also, your tutorial video is not there.
    Posted in: Minecraft Tools
  • To post a comment, please .