• 0

    posted a message on ChickenBones Mods
    Ahh, I remember the good old days when NEI was put in the jar instead of this FML business. This FML is causing an actual FML right now actually. Can anyone figure out what is going wrong?


    2012-09-20 08:59:33 [INFO] [ForgeModLoader] Forge Mod Loader version 3.0.183.356 for Minecraft client:1.3.2, server:1.3.2 loading
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] All core mods are successfully located
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Discovering coremods
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.6.0.jar
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.6.0.jar
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.6.0.jar
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.0.0.jar
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.0.0.jar
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.0.0.jar
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
    
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
    
    2012-09-20 08:59:33 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
    
    2012-09-20 08:59:34 [FINEST] [ForgeModLoader] Running coremod plugins
    2012-09-20 08:59:34 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
    2012-09-20 08:59:34 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
    2012-09-20 08:59:34 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
    2012-09-20 08:59:34 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
    2012-09-20 08:59:34 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin
    2012-09-20 08:59:34 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
    2012-09-20 08:59:41 [INFO] [STDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException
    2012-09-20 08:59:41 [INFO] [STDERR]  at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:163)
    2012-09-20 08:59:41 [INFO] [STDERR]  at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
    2012-09-20 08:59:41 [INFO] [STDERR]  at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200)
    2012-09-20 08:59:41 [INFO] [STDERR]  at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28)
    2012-09-20 08:59:41 [INFO] [STDERR]  at net.minecraft.Launcher.replace(Launcher.java:136)
    2012-09-20 08:59:41 [INFO] [STDERR]  at net.minecraft.Launcher$1.run(Launcher.java:79)
    2012-09-20 08:59:41 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.NullPointerException
    2012-09-20 08:59:41 [INFO] [STDERR]  at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:225)
    2012-09-20 08:59:41 [INFO] [STDERR]  at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:143)
    2012-09-20 08:59:41 [INFO] [STDERR]  ... 5 more
    2012-09-20 08:59:41 [INFO] [STDERR] Caused by: java.lang.NullPointerException
    2012-09-20 08:59:41 [INFO] [STDERR]  at codechicken.core.asm.CodeChickenCorePlugin.scanCodeChickenMods(CodeChickenCorePlugin.java:66)
    2012-09-20 08:59:41 [INFO] [STDERR]  at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:59)
    2012-09-20 08:59:41 [INFO] [STDERR]  at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:1)
    2012-09-20 08:59:41 [INFO] [STDERR]  at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:221)
    2012-09-20 08:59:41 [INFO] [STDERR]  ... 6 more
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    I realize what i did wrong, I forgot the ! when switching IO's. I may need help later if I come into any more problems.
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    I designed a full elevator system using your frames, which has been my dream since minecraft first came out. I wanted it to be computer controlled (wrote the full system on my main floppy, not that it was difficult, FORTH is amazingly straightforward), however the one problem is that you cannot have multiple monitors connected to one CPU. I intended to have many terminals scattered around my base that would allow me to control the systems throughout. I was wondering if anyone knew a way to, without being near the CPU its self, switch monitors with ease. I tried hooking up multiple CPU'S but each box (such as the disk drive or the IO) wants exactly one CPU to pair with, so i would need to connect each computer to it's own IO etc. The problem is that each IO "claims" the bundled wire it connects to, keeping other IO's from influencing it. I was wondering if there was a way to connect multiple CPU's to the same IO/monitor/disk drive.
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    Every time I have to reinstall this mod I have problems :/ too bad it's worth it. ^^
    Can someone diagnose this by any chance? Thanks.

    Minecraft: Minecraft 1.1
    OS: Windows XP (x86) version 5.1
    Java: 1.7.0_01, Oracle Corporation
    VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    LWJGL: 2.4.2
    OpenGL: GeForce 8400 GS/PCI/SSE2 version 3.2.0, NVIDIA Corporation

    java.lang.RuntimeException: RedPowerCore: MinecraftForge Major Version Mismatch, expecting 1.x.x
    at forge.MinecraftForge.killMinecraft(MinecraftForge.java:332)
    at forge.MinecraftForge.versionDetect(MinecraftForge.java:344)
    at RedPowerCore.initialize(RedPowerCore.java:103)
    at mod_RedPowerCore.initialize(mod_RedPowerCore.java:37)
    at mod_RedPowerArray.initialize(mod_RedPowerArray.java:29)
    at mod_RedPowerArray.ModsLoaded(mod_RedPowerArray.java:13)
    at ModLoader.init(ModLoader.java:832)
    at ModLoader.AddAllRenderers(ModLoader.java:189)
    at afq.<init>(afq.java:80)
    at afq.<clinit>(afq.java:9)
    at net.minecraft.client.Minecraft.a(SourceFile:265)
    at net.minecraft.client.Minecraft.run(SourceFile:648)
    at java.lang.Thread.run(Unknown Source)


    Nvm, I found the problem
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    I got it to work^^ how fortunate
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    Out of all mods, this has been the one most resistant to installing. However, i desperately want to install it.

    Mods loaded: 8
    ModLoader Beta 1.8.1
    mod_RedPowerArray 2.0pr3
    mod_RedPowerCore 2.0pr3
    mod_RedPowerLighting 2.0pr3
    mod_RedPowerLogic 2.0pr3
    mod_RedPowerMachine 2.0pr3
    mod_RedPowerWiring 2.0pr3
    mod_RedPowerWorld 2.0pr3

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

    Minecraft has stopped running because it encountered a problem.

    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.



    --- BEGIN ERROR REPORT ccc201ac --------
    Generated 10/26/11 8:28 PM

    Minecraft: Minecraft Beta 1.8.1
    OS: Windows XP (x86) version 5.1
    Java: 1.6.0_26, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: GeForce 8400 GS/PCI/SSE2 version 3.2.0, NVIDIA Corporation

    java.lang.NoSuchFieldError: z
    at ModLoader.init(ModLoader.java:837)
    at ModLoader.AddAllRenderers(ModLoader.java:186)
    at aam.<init>(aam.java:61)
    at aam.<clinit>(aam.java:10)
    at net.minecraft.client.Minecraft.a(SourceFile:257)
    at net.minecraft.client.Minecraft.run(SourceFile:627)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 581a3eb5 ----------
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8.1] SteamCraft - SOURCE CODE RELEASED[ML][v0.5.4][WIP]
    I will start by saying I absolutely love this mod. Unfortunately, and I don't know if this is my fault, but when the map generated, I don't think it generated with quartz, prosperous, or brimstone ores. Is there anything special that I should have done to make these work?

    Edit: I think I realize the problem, when i first generated the world, i had forgotten to install modloder first (I only had to clean the jar because of conflicts with the Ather)and this must have effected world generation, however quartz still evades me.
    Posted in: WIP Mods
  • To post a comment, please .