Guest User

CraftGuide 1.6.7.4 bug

a guest
Dec 21st, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. CraftGuide: Extracting 'base/base.png' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\base\base.png'
  2. CraftGuide: Extracting 'base/readme.txt' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\base\readme.txt'
  3. CraftGuide: Extracting 'base/theme.xml' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\base\theme.xml'
  4. CraftGuide: Extracting 'dark/dark.png' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\dark\dark.png'
  5. CraftGuide: Extracting 'dark/dark_brew.png' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\dark\dark_brew.png'
  6. CraftGuide: Extracting 'dark/dark_craft.png' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\dark\dark_craft.png'
  7. CraftGuide: Extracting 'dark/theme.xml' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\dark\theme.xml'
  8. CraftGuide: Extracting 'texpack_support/theme.xml' to 'C:\Users\Max\AppData\Roaming\.minecraft\config\CraftGuide\themes\texpack_support\theme.xml'
  9. (re)loading themes...
  10. Trying to load directory: base
  11. Found theme.xml
  12. Loaded base
  13. Trying to load directory: dark
  14. Found theme.xml
  15. Loaded dark
  16. Trying to load directory: texpack_support
  17. Found theme.xml
  18. Loaded texpack_support
  19. (re)loading recipe list...
  20. Getting recipes...
  21. Generating recipes from uristqwerty.CraftGuide.recipes.DefaultRecipeProvider
  22. Generating recipes from uristqwerty.CraftGuide.recipes.BrewingRecipes
  23. Generating recipes from uristqwerty.CraftGuide.recipes.IC2Recipes
  24. java.lang.NoSuchFieldError: scrapboxDrops
  25. at uristqwerty.CraftGuide.recipes.IC2Recipes.generateRecipes(IC2Recipes.java:62)
  26. at uristqwerty.CraftGuide.RecipeCache.generateRecipes(RecipeCache.java:223)
  27. at uristqwerty.CraftGuide.RecipeCache.reset(RecipeCache.java:47)
  28. at uristqwerty.CraftGuide.RecipeCache.<init>(RecipeCache.java:39)
  29. at uristqwerty.CraftGuide.GuiCraftGuide.<init>(GuiCraftGuide.java:40)
  30. at uristqwerty.CraftGuide.GuiCraftGuide.getInstance(GuiCraftGuide.java:63)
  31. at uristqwerty.CraftGuide.client.fml.CraftGuideClient_FML.openGUI(CraftGuideClient_FML.java:22)
  32. at uristqwerty.CraftGuide.client.fml.CraftGuideKeyHandler.keyDown(CraftGuideKeyHandler.java:68)
  33. at cpw.mods.fml.client.registry.KeyBindingRegistry$KeyHandler.keyTick(KeyBindingRegistry.java:125)
  34. at cpw.mods.fml.client.registry.KeyBindingRegistry$KeyHandler.tickStart(KeyBindingRegistry.java:102)
  35. at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
  36. at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
  37. at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:361)
  38. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1511)
  39. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
  41. at net.minecraft.client.main.Main.main(SourceFile:101)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  45. at java.lang.reflect.Method.invoke(Unknown Source)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  48. Generating recipes from uristqwerty.CraftGuide.recipes.BuildCraftRecipes
  49. Generating recipes from forestry.factory.recipes.CraftGuideCustomRecipes
  50. Generating recipes from forestry.factory.recipes.CraftGuideCarpenter
  51. Generating recipes from forestry.factory.recipes.CraftGuideFabricator
  52. Generating recipes from forestry.factory.recipes.CraftGuideCentrifuge
  53. Generating recipes from forestry.factory.recipes.CraftGuideSqueezer
  54. Generating recipes from forestry.factory.recipes.CraftGuideFermenter
  55. java.lang.NullPointerException
  56. at forestry.factory.recipes.CraftGuideFermenter.generateRecipes(CraftGuideFermenter.java:48)
  57. at uristqwerty.CraftGuide.RecipeCache.generateRecipes(RecipeCache.java:223)
  58. at uristqwerty.CraftGuide.RecipeCache.reset(RecipeCache.java:47)
  59. at uristqwerty.CraftGuide.RecipeCache.<init>(RecipeCache.java:39)
  60. at uristqwerty.CraftGuide.GuiCraftGuide.<init>(GuiCraftGuide.java:40)
  61. at uristqwerty.CraftGuide.GuiCraftGuide.getInstance(GuiCraftGuide.java:63)
  62. at uristqwerty.CraftGuide.client.fml.CraftGuideClient_FML.openGUI(CraftGuideClient_FML.java:22)
  63. at uristqwerty.CraftGuide.client.fml.CraftGuideKeyHandler.keyDown(CraftGuideKeyHandler.java:68)
  64. at cpw.mods.fml.client.registry.KeyBindingRegistry$KeyHandler.keyTick(KeyBindingRegistry.java:125)
  65. at cpw.mods.fml.client.registry.KeyBindingRegistry$KeyHandler.tickStart(KeyBindingRegistry.java:102)
  66. at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
  67. at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
  68. at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:361)
  69. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1511)
  70. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
  71. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
  72. at net.minecraft.client.main.Main.main(SourceFile:101)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  76. at java.lang.reflect.Method.invoke(Unknown Source)
  77. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  78. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  79. Generating recipes from forestry.factory.recipes.CraftGuideStill
  80. Generating recipes from forestry.factory.recipes.CraftGuideBottler
  81. Generating recipes from mods.railcraft.common.plugins.craftguide.BlastFurnacePlugin
  82. Generating recipes from mods.railcraft.common.plugins.craftguide.CokeOvenPlugin
  83. Generating recipes from mods.railcraft.common.plugins.craftguide.RockCrusherPlugin
  84. Generating recipes from mods.railcraft.common.plugins.craftguide.RollingMachinePlugin
  85. Generating recipes from mods.railcraft.common.plugins.craftguide.CustomRecipesPlugin
  86. Filtering recipes...
  87. Filtering recipes from mods.railcraft.common.plugins.craftguide.RecipeFilter
Advertisement
Add Comment
Please, Sign In to add comment