Posts by eqagunn

    I have placed IC2Fixes.jar into mods folder, and according to the I have placed IC2Fixes.jar into mods folder, and according to the log, it loaded successfully. But for some reason there are no changes in the game. Recipes are still the same. Any hints on what might be the problem?


    Problem solved:
    I haven't added IC2Fixes.jar into client mods folder because I thought it was server side only. Now when I have added it to the client too, it works great. I wish this fix was server side only, so players don't have to be bugged with placing the mod into theirs mod folder, but I suppose that's not possible.

    Chocohead:
    Thanks for the help bro. :)

    Hey, I took a stab at updating this to 1.95b, and from ModLoaderMp to FML:

    mod_chargingbench-client-1.95b-1.2.5-r1.zip

    mod_chargingbench-server-1.95b-mcpc1.2.5-r1.zip (Bukkit port, see thread at MC Port Central)

    I had some trouble decompiling IC2, so the client was ported from the obfuscated 1.90-1 version, and the server is only for CraftBukkit (didn't make a vanilla server version, sorry about that). Let me know how it works :)

    edit: this version is working well for many people - but please report any problems.

    Could you please make a server for vanilla version. Many of us need it.

    Thank you Player, it worked. :)

    Although, I'm getting another error now, which seems to be related to RedPowerCore,
    and thus has nothing to do with IC² and this forum.

    But still, here is a log, maybe someone is willing to help:

    Display Spoiler

    Mods loaded: 21
    ModLoader 1.1
    mod_ModLoaderMp 1.0.0
    mod_MinecraftForge 1.3.3.12
    mod_BuildCraftCore 2.2.12
    mod_BuildCraftBuilders 2.2.12
    mod_BuildCraftEnergy 2.2.12
    mod_BuildCraftFactory 2.2.12
    mod_BuildCraftTransport 2.2.12
    mod_zAdditionalPipes Rev32.3
    mod_ComputerCraft 1.21
    mod_IC2 v1.70
    mod_BCIC2Crossover 1.24 for MC 1.1, BC 2.2.12, IC2 1.70
    mod_IC2AdvancedMachines v3.2
    mod_RedPowerArray 2.0pr4d
    mod_RedPowerCore 2.0pr4d
    mod_RedPowerLighting 2.0pr4d
    mod_RedPowerLogic 2.0pr4d
    mod_RedPowerMachine 2.0pr4d
    mod_RedPowerWiring 2.0pr4d
    mod_RedPowerWorld 2.0pr4d
    mod_Forestry 1.2.6.5

    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 support@mojang.com.
    Please include a description of what you did when the error occured.


    --- BEGIN ERROR REPORT fec26d17 --------
    Generated 20.02.12. 13:43

    Minecraft: Minecraft 1.1
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0_01, Oracle Corporation
    VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.8.3
    OpenGL: Quadro NVS 150M/PCI/SSE2 version 3.2.0, NVIDIA Corporation

    java.lang.RuntimeException: RedPowerCore: BlockID 255 exists, autoAssign is disabled.
    at forge.MinecraftForge.killMinecraft(MinecraftForge.java:366)
    at eloraam.core.Config.getBlockID(Config.java:114)
    at RedPowerArray.initialize(RedPowerArray.java:22)
    at mod_RedPowerArray.initialize(mod_RedPowerArray.java:32)
    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)
    --- END ERROR REPORT f4bc491b ----------

    I'm creating a modded client for myself.
    I've added 20 mods and Minecraft starts with no problem.

    The problem appears when I add Forestry, Minecraft crashes.
    The error itself seems to be related to IC² and it's BlockCrop.class.

    Here is a crash log:

    Display Spoiler

    Mods loaded: 21
    ModLoader 1.1
    mod_ModLoaderMp 1.0.0
    mod_MinecraftForge 1.3.3.12
    mod_BuildCraftCore 2.2.12
    mod_BuildCraftBuilders 2.2.12
    mod_BuildCraftEnergy 2.2.12
    mod_BuildCraftFactory 2.2.12
    mod_BuildCraftTransport 2.2.12
    mod_zAdditionalPipes Rev32.3
    mod_ComputerCraft 1.21
    mod_Forestry 1.2.6.5
    mod_IC2 v1.70
    mod_BCIC2Crossover 1.24 for MC 1.1, BC 2.2.12, IC2 1.70
    mod_IC2AdvancedMachines v3.2
    mod_RedPowerArray 2.0pr4d
    mod_RedPowerCore 2.0pr4d
    mod_RedPowerLighting 2.0pr4d
    mod_RedPowerLogic 2.0pr4d
    mod_RedPowerMachine 2.0pr4d
    mod_RedPowerWiring 2.0pr4d
    mod_RedPowerWorld 2.0pr4d

    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 support@mojang.com.
    Please include a description of what you did when the error occured.


    --- BEGIN ERROR REPORT fd6d6ef9 --------
    Generated 20.02.12. 06:45

    Minecraft: Minecraft 1.1
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0_01, Oracle Corporation
    VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.8.3
    OpenGL: Quadro NVS 150M/PCI/SSE2 version 3.2.0, NVIDIA Corporation

    java.lang.VerifyError: (class: ic2/common/BlockCrop, method: q_ signature: ()Lkf;) Wrong return type in function
    at mod_IC2.initialize(mod_IC2.java:266)
    at ic2.platform.Ic2.load(Ic2.java:65)
    at ModLoader.init(ModLoader.java:824)
    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)
    --- END ERROR REPORT afd7b172 ----------


    Any kind of help is appreciated.