Posts by FloppyDingo

    java.lang.NullPointerException
    at ic2.common.NetworkManagerClient.initiateKeyUpdate(NetworkManagerClient.java:117)
    at ic2.common.KeyboardClient.sendKeyUpdate(KeyboardClient.java:47)
    at ic2.common.PlatformClient.tickStart(PlatformClient.java:437)
    at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16)
    at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:105)
    at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:361)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1432)
    at net.minecraft.client.Minecraft.J(Minecraft.java:834)
    at net.minecraft.client.Minecraft.run(Minecraft.java:764)
    at java.lang.Thread.run(Unknown Source)


    I get the above error when attacking any mob underwater which is weird because everything ran just fine before I installed IC2.

    Quote

    Minecraft: Minecraft 1.2.5OS: Windows 7 (amd64) version 6.1Java: 1.7.0_04, Oracle CorporationVM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle CorporationLWJGL: 2.4.2OpenGL: GeForce GTX 570/PCIe/SSE2 version 4.2.0, NVIDIA Corporation
    java.lang.NoSuchMethodError: ic2.common.ItemIC2.setNoRepair()Lyr; at ic2.common.ItemIC2.<init>(ItemIC2.java:28 ) at ic2.common.ItemResin.<init>(ItemResin.java:24) at mod_IC2.load(mod_IC2.java:226) at ModLoader.init(ModLoader.java:856) at ModLoader.addAllRenderers(ModLoader.java:157) at ahu.<init>(RenderManager.java:86) at ahu.<clinit>(RenderManager.java:14) at net.minecraft.client.Minecraft.a(Minecraft.java:394) at net.minecraft.client.Minecraft.run(Minecraft.java:732) at java.lang.Thread.run(Unknown Source)


    Currently I've been working on making a pack of mods for me and my wife to use, and everything was working fine until I installed the 4096 ID fix, then I get the error above. IC2 is a simple install, in the mods folder, so that isn't screwed up. No I didn't set any of the block ID's over 256 for IC2 (in fact I haven't touched any of the ID's). Any idea why this is happening?