Guest User

HELP ME FORGE!

a guest
Nov 5th, 2013
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 11/4/13 3:38 AM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoSuchMethodError: net.minecraftforge.common.EnumHelper.addToolMaterial(Ljava/lang/String;IIFFI)Lnet/minecraft/item/Item;
  8. at pixelmon.Pixelmon.<clinit>(Pixelmon.java:60)
  9. at java.lang.Class.forName0(Native Method)
  10. at java.lang.Class.forName(Unknown Source)
  11. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  17. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  18. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  19. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  21. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  22. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  28. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  32. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  33. at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
  34. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  35. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  36. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  38. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- System Details --
  45. Details:
  46. Minecraft Version: 1.6.4
  47. Operating System: Windows 8 (x86) version 6.2
  48. Java Version: 1.7.0_11, Oracle Corporation
  49. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  50. Memory: 358723264 bytes (342 MB) / 415629312 bytes (396 MB) up to 415629312 bytes (396 MB)
  51. JVM Flags: 2 total; -Xmx410m -Xms410m
  52. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  53. Suspicious classes: FML and Forge are installed
  54. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  55. FML: MCP v8.11 FML v6.4.3.883 Minecraft Forge 9.11.0.883 5 mods loaded, 5 mods active
  56. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  57. FML{6.4.3.883} [Forge Mod Loader] (forge.jar) Unloaded->Constructed
  58. Forge{9.11.0.883} [Minecraft Forge] (forge.jar) Unloaded->Constructed
  59. customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed
  60. pixelmon{2.3.1} [Pixelmon] (Pixelmon 2.3.1.zip) Unloaded
  61. Profiler Position: N/A (disabled)
  62. Is Modded: Definitely; Server brand changed to 'fml,forge'
  63. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment