Chocohead / craftingtableiii

Automatically exported from code.google.com/p/craftingtableiii
1 stars 0 forks source link

NEIPatch does not work #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the issue:

I have installed ModLoader+MCForge+NEI into minecraft.jar, every other mod 
mentioned below is in the Mods folder (or a zip loaded with Magic Launcher) - 
no issues whatsoever, the game ran and the world got loaded but once using the 
crafting table and scrolling with the mouse wheel it lagged (also crafted items 
that my cursor was over when the freeze happened), but this never actually 
crashed the game. (I should be able to play if I don't use the mouse, and just 
scroll with the scrollbar on the right. However, the NEIPatch doesn't work.) I 
then saw there was a patch to fix this and threw it into the minecraft.jar and 
now my world loads only for a second, I can see the HUD, but no items loaded 
and then it proceeds to crash, specific error below.

What mods do you have installed?

31 mods loaded
Optifine OptiFine_1.2.5_HD_MT_C6
Minecraft Forge 3.3.8.152
FML v2.2.78.153
Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5
    mod_CodeChickenCore : Available (core)
    mod_LightSensor : Available (Lightsensor.zip)
    mod_FI : Available (FloatingIslands V1 - 1.2.5.zip)
    mod_FlatBedrock : Available (Flat Bedrock V1 - 1.2.5.zip)
    mod_Extruder : Available (Extruder V1 - 1.2.5.zip)
    mod_EllianDetector : Available (Ellian (ORE) Detector for 1.2.5.jar)
    mod_RedPowerWorld : Available (RedPowerWorld-2.0pr5b2.zip)
    mod_RedPowerWiring : Available (RedPowerWiring-2.0pr5b2.zip)
    mod_RedPowerMachine : Available (RedPowerMachine-2.0pr5b2.zip)
    mod_RedPowerLogic : Available (RedPowerLogic-2.0pr5b2.zip)
    mod_RedPowerLighting : Available (RedPowerLighting-2.0pr5b2.zip)
    mod_RedPowerCore : Available (RedPowerCore-2.0pr5b2.zip)
    mod_RedPowerControl : Available (RedPowerControl-2.0pr5b2.zip)
    mod_BuildCraftSilicon : Available (buildcraft-client-C-silicon-3.1.5.zip)
    mod_BuildCraftTransport : Available (buildcraft-client-B-transport-3.1.5.zip)
    mod_BuildCraftFactory : Available (buildcraft-client-B-factory-3.1.5.zip)
    mod_BuildCraftEnergy : Available (buildcraft-client-B-energy-3.1.5.zip)
    mod_BuildCraftBuilders : Available (buildcraft-client-B-builders-3.1.5.zip)
    mod_BuildCraftCore : Available (buildcraft-client-A-core-3.1.5.zip)
    mod_MinecraftForge : Available (minecraft.jar)
    mod_NotEnoughItems : Available (minecraft.jar)
    mod_ComputerCraft : Available (ComputerCraft)
    mod_CCTurtle : Available (ComputerCraft)
    mod_CraftingTableIII : Available (CraftingTableIIIB1.2.zip)
    mod_EE : Available (EE2ClientV1.4.6.7.jar)
    mod_IC2 : Available (industrialcraft-2-client_1.97.jar)
    mod_Minechem : Available (Minechem V1 (1.6) - 1.2.5.zip)
    mod_WorldGenExpanded : Available (WorldGenExpanded V1 - 1.2.4.zip)
    mod_WirelessRedstoneCore : Available (WR-CBE Core-Client 1.2.2.3.zip)
    mod_WirelessRedstoneAddons : Available (WR-CBE Addons-Client 1.2.2.3.zip)
    mod_WirelessRedstoneRedPower : Available (WR-CBE RedPower-Client 1.2.2.1.zip)

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

Minecraft has stopped running because it encountered a problem.

What mod do you suspect to be the issue?

Patch for the NEI, that is supposed to fix the lag/automatic crafting when 
scrolling with the mouse wheel. Without it the crafting table lags and crafts 
items automagically, but never crashes. With the patch it wont even load the 
world.

Please provide a screenshot/any extra details below:

--- BEGIN ERROR REPORT f028cdcd --------
Generated 8/4/12 9:41 PM

Minecraft: Minecraft 1.2.5
OS: Windows 7 (x86) version 6.1
Java: 1.7.0_05, Oracle Corporation
VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: ATI Mobility Radeon HD 5400 Series version 4.2.11733 Compatibility 
Profile Context, ATI Technologies Inc.

java.lang.NoSuchMethodError: 
codechicken.nei.NEIController.processCreativeCycling(Laak;)V
    at mod_NotEnoughItems.onTickInGame(mod_NotEnoughItems.java:75)
    at BaseMod.doTickInGame(BaseMod.java:48)
    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:79)
    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:127)
    at cpw.mods.fml.client.FMLClientHandler.onRenderTickEnd(FMLClientHandler.java:281)
    at net.minecraft.client.Minecraft.x(Minecraft.java:875)
    at net.minecraft.client.Minecraft.run(Minecraft.java:750)
    at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 2d3e91b9 ----------

Original issue reported on code.google.com by lil.re...@gmail.com on 4 Aug 2012 at 7:15

GoogleCodeExporter commented 8 years ago
Same here

Original comment by jpb...@gmail.com on 9 Oct 2012 at 3:15