Advertisement
Guest User

RecipeManager Exception

a guest
Jun 3rd, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.86 KB | None | 0 0
  1. # This is the error
  2.  
  3. 07:38 PM [WARNING] [RecipeManager] Task #376 for RecipeManager v2.0 generated an exception
  4. java.lang.NullPointerException
  5.     at net.minecraft.server.v1_5_R3.ItemStack.usesData(ItemStack.java:138)
  6.     at net.minecraft.server.v1_5_R3.ItemStack.setData(ItemStack.java:161)
  7.     at net.minecraft.server.v1_5_R3.ItemStack.<init>(ItemStack.java:44)
  8.     at org.bukkit.craftbukkit.v1_5_R3.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:33)
  9.     at org.bukkit.craftbukkit.v1_5_R3.inventory.CraftShapedRecipe.addToCraftingManager(CraftShapedRecipe.java:62)
  10.     at org.bukkit.craftbukkit.v1_5_R3.CraftServer.addRecipe(CraftServer.java:897)
  11.     at org.bukkit.Bukkit.addRecipe(Bukkit.java:209)
  12.     at ro.thehunters.digi.recipeManager.Recipes.registerRecipe(Recipes.java:353)
  13.     at ro.thehunters.digi.recipeManager.RecipeRegistrator.registerRecipesToServer(RecipeRegistrator.java:156)
  14.     at ro.thehunters.digi.recipeManager.RecipeProcessor$1.run(RecipeProcessor.java:195)
  15.     at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53)
  16.     at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
  17.     at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:513)
  18.     at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
  19.     at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
  20.     at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
  21.     at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  22.  
  23. # These are the two lines of message I receive
  24.  
  25. 07:38 PM [INFO] [0;32;1m[DEBUG]Events.java:1390 [0;31;1mfindFurnaces() [0;37;1mLoading error for chunk at 48, 88, attempting workaround...
  26. 07:39 PM [INFO] [0;32;1m[DEBUG]Events.java:1390 [0;31;1mfindFurnaces() [0;37;1mLoading error for chunk at 48, 88, attempting workaround...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement