NoClassDefFoundError: forestry/factory/gadgets/MachineFabricator$RecipeManager

Issue #28 wontfix
Ryan Dowling created an issue

I get the followign issue when looking at the recipe of anything after upgrading to 1.4.2 versions of mods/NEI Plugins

The recipe im looking at doesnt matter, whenever I press r to look at a recipe it just instantly crashes

Is it possible the crash is caused because im using pre4 of forestry and not pre2? Ill test that out and let you know

2012-10-28 21:17:13 [INFO] [STDERR] java.lang.NoClassDefFoundError: forestry/factory/gadgets/MachineFabricator$RecipeManager 2012-10-28 21:17:13 [INFO] [STDERR] at mistaqur.nei.forestry.FabricatorRecipeHandler.loadMoltens(FabricatorRecipeHandler.java:156) 2012-10-28 21:17:13 [INFO] [STDERR] at mistaqur.nei.forestry.FabricatorRecipeHandler.loadCraftingRecipes(FabricatorRecipeHandler.java:112) 2012-10-28 21:17:13 [INFO] [STDERR] at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:334) 2012-10-28 21:17:13 [INFO] [STDERR] at mistaqur.nei.forestry.FabricatorRecipeHandler.loadCraftingRecipes(FabricatorRecipeHandler.java:103) 2012-10-28 21:17:13 [INFO] [STDERR] at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:480) 2012-10-28 21:17:13 [INFO] [STDERR] at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:39) 2012-10-28 21:17:13 [INFO] [STDERR] at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:22) 2012-10-28 21:17:13 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:428) 2012-10-28 21:17:13 [INFO] [STDERR] at atq.a(GuiContainer.java:423) 2012-10-28 21:17:13 [INFO] [STDERR] at atq.n(GuiContainer.java:504) 2012-10-28 21:17:13 [INFO] [STDERR] at asw.m(SourceFile:104) 2012-10-28 21:17:13 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1502) 2012-10-28 21:17:13 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:854) 2012-10-28 21:17:13 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:779) 2012-10-28 21:17:13 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2012-10-28 21:17:13 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: forestry.factory.gadgets.MachineFabricator$RecipeManager 2012-10-28 21:17:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126) 2012-10-28 21:17:13 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-28 21:17:13 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-28 21:17:13 [INFO] [STDERR] ... 15 more 2012-10-28 21:17:13 [INFO] [STDERR] Caused by: java.lang.NullPointerException

Comments (4)

  1. Ryan Dowling reporter

    Okay using 6.0.0.0pre2 of forestry fixes the issue. Also 6.0.0.0pre3 works but 6.0.0.0pre4 just doesnt work

  2. mistaqur repo owner

    Try 1.6.0.0pre5. I have no issues with NEI_ForestryPlugin 1.3.0.27 and forestry-A-1.6.0.0pre5

  3. Log in to comment