• 0

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Been getting this whenever I use Minefactory and Extra Bees; the problem is, I've checked the configs and the id isn't in either mods' config file/s.


    java.lang.RuntimeException: Item ID Conflict has occured using ID 12256. The item binnie.extratrees.item.ItemDictionary@5cc0710b has been overwritten by powercrystals.minefactoryreloaded.item.ItemSyringeHealth@5e3db8bf
    at binnie.core.BinnieCore$ItemData.getRuntimeException(BinnieCore.java:309)
    at binnie.core.BinnieCore$ItemData.getRuntimeException(BinnieCore.java:300)
    at binnie.core.BinnieCore$Data.check(BinnieCore.java:283)
    at binnie.core.BinnieCore.checkBlocksAndItems(BinnieCore.java:248)
    at binnie.core.BinnieCore.postInit(BinnieCore.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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:701)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from Yoshi_Hatsune



    I've tried using the console, the gui, and the file manager; the gui and the fm won't work and the console opens a window for a split second before disappearing

    edit: forgot to mention that I used 7zip

    update: turns out all I needed to do was remove the ic2 config file (i also downloaded the jar file again and replaced the old one)
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from Yoshi_Hatsune

    here's the problem "Client> 2013-07-26 18:28:33 [INFO] [STDERR] java.lang.RuntimeException: Failed to load dependancies.info from industrialcraft-2_1.118.401-lf.jar as JSON" Do you know how to access the json file?

    I know where it is (the forge folder), but I don't know what to open it with.
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Whenever I try to run CodeChicken Core with IC^2, I get this:

    Client> 2013-07-26 18:28:33 [INFO] [STDERR] java.lang.RuntimeException: Failed to load dependancies.info from industrialcraft-2_1.118.401-lf.jar as JSON
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:477)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at codechicken.core.launch.DepLoader.call(DepLoader.java:586)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at codechicken.core.launch.DepLoader.load(DepLoader.java:542)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:60)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:298)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:206)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:134)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:76)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:51)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] Caused by: java.util.zip.ZipException: error in opening zip file
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.util.zip.ZipFile.open(Native Method)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:469)
    Client> 2013-07-26 18:28:33 [INFO] [STDERR] ... 19 more
    Client> 2013-07-26 18:28:33 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at C:\Users\Rebecca\AppData\Roaming\.minecraft for Forge Mod Loader
    Client> java.lang.RuntimeException: Failed to load dependancies.info from industrialcraft-2_1.118.401-lf.jar as JSON
    Client> at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:477)
    Client> at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449)
    Client> at codechicken.core.launch.DepLoader.call(DepLoader.java:586)
    Client> at codechicken.core.launch.DepLoader.load(DepLoader.java:542)
    Client> at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:60)
    Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    Client> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    Client> at java.lang.reflect.Constructor.newInstance(Unknown Source)
    Client> at java.lang.Class.newInstance0(Unknown Source)
    Client> at java.lang.Class.newInstance(Unknown Source)
    Client> at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:298)
    Client> at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:206)
    Client> at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:134)
    Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    Client> at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:76)
    Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:51)
    Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Client> Caused by: java.util.zip.ZipException: error in opening zip file
    Client> at java.util.zip.ZipFile.open(Native Method)
    Client> at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:469)
    Client> ... 19 more
    Client> 2013-07-26 18:28:33 [SEVERE] [ForgeModLoader] Unable to launch
    Client> java.lang.RuntimeException: Failed to load dependancies.info from industrialcraft-2_1.118.401-lf.jar as JSON
    Client> at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:477)
    Client> at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449)
    Client> at codechicken.core.launch.DepLoader.call(DepLoader.java:586)
    Client> at codechicken.core.launch.DepLoader.load(DepLoader.java:542)
    Client> at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:60)
    Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    Client> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    Client> at java.lang.reflect.Constructor.newInstance(Unknown Source)
    Client> at java.lang.Class.newInstance0(Unknown Source)
    Client> at java.lang.Class.newInstance(Unknown Source)
    Client> at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:298)
    Client> at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:206)
    Client> at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:134)
    Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    Client> at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:76)
    Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:51)
    Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Client> Caused by: java.util.zip.ZipException: error in opening zip file
    Client> at java.util.zip.ZipFile.open(Native Method)
    Client> at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> at java.util.zip.ZipFile.<init>(Unknown Source)
    Client> at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:469)
    Client> ... 19 more
    Game ended with no troubles detected (exit code 0)
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    Quote from mDiyo

    gargroyal: The known mods for invisible block conflicts are OptiFine and ComputerCraft. OptiFine needs a specific version of Forge, and ComputerCraft has some funky font renderer that seems to cause problems with a select few mods - mine included.

    Thank you
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    I installed the newest version and I'm getting a bug where items (not blocks) are invisible: dropped, in the inventory, and in NEI. If it's because it's conflicting with another mod, is there a way to tell which one without removing each mod individually?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1]ID Resolver (Finally updated!)
    Quote from Epixpivotmaster

    Is it possible for me to turn off the "check" of IDs so that the MC's launching doesn't take so much? 112 mods here :P
    Can the ID Resolver "solve" the ID's without having to check them one per one? Like: the first time I launch, I let it check every ID. Then after the configuration is done and I don't have to wait all that time because it was pre-configurated. Is this possible?

    If I remember correctly, the ids are saved even if you remove ID Resolver, so try just removing id resolver if you don't want it to check every id, every time
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] GuiAPI - An Advanced GUI Toolkit
    I don't use Modloader anymore, so if you're only gonna update for one or the other, do Forge.
    Posted in: Minecraft Mods
  • 0

    posted a message on Direwolf20's AMAA Post
    How did you learn to program the computers/turtles in Computercraft?
    Posted in: Q&As
  • 0

    posted a message on Skin Request
    Could someone make a Minecraft skin of this character?
    Posted in: Skins
  • 0

    posted a message on Direwolf20's Lets Play Minecraft v1.2.5 - Season 4
    which episode does DW make that battery re-filler?
    Posted in: Let's Plays
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    Quote from namAehT

    did you change configs at all?

    I actually had re-install all my mods on a clean minecraft (with Magic Launcher, thankfully); the game was crashing whenever i made a new world, another problem with Redpower, problem with a qk.class. I used ID Resolver and had to rearrange the IDs, never caused a problem before, though.
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    I'm getting problems with world generation; unnamed blocks, gem blocks, and logs are showing up where marble and ores should. recently updated/added mods are Better Dungeons, Forestry, Extra Biomes XL, Forge. Anyone else having the same problem/s?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1]ID Resolver (Finally updated!)
    Quote from Portalboat

    Hey, I'm trying to install this mod with the latest version of Forge, and it just doesn't seem to be running:
    20 mods loaded
    Optifine OptiFine_1.2.5_HD_S_C3
    Minecraft Forge 3.3.7.135
    FML v2.2.48.135
    Forge Mod Loader version 2.2.48.135 for Minecraft 1.2.5
    mod_MinecraftForge : Post-initialized (minecraftforge-client-3.3.7.135.zip)
    mod_4096FixForge : Post-initialized (mod_4096FixForge131_IDR_Client.zip)
    mod_BuildCraftCore : Post-initialized (buildcraft-client-A-core-3.1.5.zip)
    mod_BuildCraftBuilders : Post-initialized (buildcraft-client-B-builders-3.1.5.zip)
    mod_BuildCraftEnergy : Post-initialized (buildcraft-client-B-energy-3.1.5.zip)
    mod_BuildCraftFactory : Post-initialized (buildcraft-client-B-factory-3.1.5.zip)
    mod_BuildCraftTransport : Post-initialized (buildcraft-client-B-transport-3.1.5.zip)
    mod_BuildCraftSilicon : Post-initialized (buildcraft-client-C-silicon-3.1.5.zip)
    Extrabiomes XL : Post-initialized (ExtrabiomesXL 2.2.1.zip)
    mod_IC2 : Post-initialized (industrialcraft-2-client_1.95b.jar)
    mod_LogisticsPipes : Post-initialized (LogisticsPipes-BC3-0.2.5B.zip)
    mod_RedPowerControl : Initialized (RedPowerControl-2.0pr5b2.zip)
    mod_RedPowerCore : Initialized (RedPowerCore-2.0pr5b2.zip)
    mod_RedPowerLighting : Initialized (RedPowerLighting-2.0pr5b2.zip)
    mod_RedPowerLogic : Initialized (RedPowerLogic-2.0pr5b2.zip)
    mod_RedPowerMachine : Initialized (RedPowerMachine-2.0pr5b2.zip)
    mod_RedPowerWiring : Initialized (RedPowerWiring-2.0pr5b2.zip)
    mod_RedPowerWorld : Initialized (RedPowerWorld-2.0pr5b2.zip)
    mod_IDResolver : Initialized (IDResolver_1.2.5-Update-1-RAW.zip)
    mod_ThaumCraft : Initialized (ThaumCraft2.1.6c.zip)


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

    Minecraft has stopped running because it encountered a problem.




    --- BEGIN ERROR REPORT 653e534d --------
    Generated 6/24/12 12:59 PM

    Minecraft: Minecraft 1.2.5
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0, Oracle Corporation
    VM: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.4.2
    OpenGL: GeForce GTS 450/PCIe/SSE2 version 4.2.0, NVIDIA Corporation

    java.lang.RuntimeException: RedPowerCore: BlockID 148 occupied by buildcraft.transport.LegacyBlock, autoAssign is disabled.
    at forge.MinecraftForge.killMinecraft(MinecraftForge.java:458)
    at eloraam.core.Config.getBlockID(Config.java:114)
    at RedPowerControl.initialize(RedPowerControl.java:22)
    at mod_RedPowerControl.initialize(mod_RedPowerControl.java:38)
    at mod_RedPowerControl.modsLoaded(mod_RedPowerControl.java:19)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:330)
    at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:605)
    at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
    at net.minecraft.client.Minecraft.a(Minecraft.java:426)
    at net.minecraft.client.Minecraft.run(Minecraft.java:735)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT fd0cf1a6 ----------

    I'm using Magic Launcher, and I tried to download the 4096 fix that was suggested a bit earlier on. Here's my load order:
    http://imgur.com/lub92

    What's messing up here?

    EDIT: Hm, I disabled RedPower and it doesn't crash, just gives the 'you haven't installed this IN the Jar' error. Which is weird, because I 'have', by using Magic Launcher.

    DOUBLEEDIT: Actually opening up the jar and adding the mod into it works, but is there a way to get this to work with RedPower and Magic Launcher without having to actually add it into the jar?

    I don't see GuiAPI listed
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X] Portal Gun - Reconstructed [v1] - Rewritten... again.
    Quote from namAehT

    listed inside the config it self

    I haven't seen the options get listed in a few updates. Did the download get updated?

    EDIT: Nevermind, I'm using Magic Launcher, it only lists the settings, and not the options.
    Posted in: Minecraft Mods
  • To post a comment, please .