Advertisement
Guest User

Untitled

a guest
Feb 27th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. 2014-02-27 19:24:54 [INFO] [STDERR] java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister
  2. 2014-02-27 19:24:54 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
  3. 2014-02-27 19:24:54 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  4. 2014-02-27 19:24:54 [INFO] [STDERR] at java.lang.Class.getMethod0(Unknown Source)
  5. 2014-02-27 19:24:54 [INFO] [STDERR] at java.lang.Class.getMethod(Unknown Source)
  6. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.item.recipe.VanillaStationRecipe.<init>(VanillaStationRecipe.java:44)
  7. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.item.recipe.VanillaStationRecipe.findVanillaRecipe(VanillaStationRecipe.java:58)
  8. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.inventory.InventoryCraftingStation.checkRecipe(InventoryCraftingStation.java:70)
  9. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.container.ContainerCraftingStation.onSlotChanged(ContainerCraftingStation.java:102)
  10. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.container.SlotBetterStorage.func_75218_e(SlotBetterStorage.java:41)
  11. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.inventory.Slot.func_75215_d(Slot.java:108)
  12. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.inventory.Container.func_75144_a(SourceFile:156)
  13. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.container.ContainerBetterStorage.func_75144_a(ContainerBetterStorage.java:215)
  14. 2014-02-27 19:24:54 [INFO] [STDERR] at net.mcft.copy.betterstorage.container.ContainerCraftingStation.func_75144_a(ContainerCraftingStation.java:97)
  15. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:926)
  16. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31)
  17. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
  18. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
  19. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
  20. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
  21. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
  22. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
  23. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
  24. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  25. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  26. 2014-02-27 19:24:54 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IconRegister
  27. 2014-02-27 19:24:54 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
  28. 2014-02-27 19:24:54 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
  29. 2014-02-27 19:24:54 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
  30. 2014-02-27 19:24:54 [INFO] [STDERR] ... 24 more
  31. 2014-02-27 19:24:54 [SEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError
  32. java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IconRegister
  33. at java.lang.Class.getDeclaredMethods0(Native Method)
  34. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  35. at java.lang.Class.getMethod0(Unknown Source)
  36. at java.lang.Class.getMethod(Unknown Source)
  37. at net.mcft.copy.betterstorage.item.recipe.VanillaStationRecipe.<init>(VanillaStationRecipe.java:44)
  38. at net.mcft.copy.betterstorage.item.recipe.VanillaStationRecipe.findVanillaRecipe(VanillaStationRecipe.java:58)
  39. at net.mcft.copy.betterstorage.inventory.InventoryCraftingStation.checkRecipe(InventoryCraftingStation.java:70)
  40. at net.mcft.copy.betterstorage.container.ContainerCraftingStation.onSlotChanged(ContainerCraftingStation.java:102)
  41. at net.mcft.copy.betterstorage.container.SlotBetterStorage.func_75218_e(SlotBetterStorage.java:41)
  42. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:108)
  43. at net.minecraft.inventory.Container.func_75144_a(SourceFile:156)
  44. at net.mcft.copy.betterstorage.container.ContainerBetterStorage.func_75144_a(ContainerBetterStorage.java:215)
  45. at net.mcft.copy.betterstorage.container.ContainerCraftingStation.func_75144_a(ContainerCraftingStation.java:97)
  46. at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:926)
  47. at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31)
  48. at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
  49. at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
  50. at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
  51. at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
  52. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
  53. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
  54. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
  55. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  56. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  57. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IconRegister
  58. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
  59. at java.lang.ClassLoader.loadClass(Unknown Source)
  60. at java.lang.ClassLoader.loadClass(Unknown Source)
  61. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement