Guest User

Untitled

a guest
Mar 23rd, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 3/23/13 12:34 AM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoClassDefFoundError: aul
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:87)
  11. at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:489)
  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:69)
  17. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  18. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  19. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  27. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  31. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  32. at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  33. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  34. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  35. at ho.c(DedicatedServer.java:64)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  37. at fy.run(SourceFile:849)
  38. Caused by: java.lang.ClassNotFoundException: aul
  39. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
  40. at java.lang.ClassLoader.loadClass(Unknown Source)
  41. at java.lang.ClassLoader.loadClass(Unknown Source)
  42. ... 30 more
  43. Caused by: java.lang.NullPointerException
  44. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  45. at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
  46. at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
  47. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
  48. ... 32 more
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- System Details --
  55. Details:
  56. Minecraft Version: 1.4.7
  57. Operating System: Windows 7 (amd64) version 6.1
  58. Java Version: 1.7.0_09, Oracle Corporation
  59. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  60. Memory: 1711980392 bytes (1632 MB) / 2058027008 bytes (1962 MB) up to 2058027008 bytes (1962 MB)
  61. JVM Flags: 2 total; -Xmx2048M -Xms2048M
  62. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  63. Suspicious classes: FML and Forge are installed
  64. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  65. FML: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 9 mods loaded, 9 mods active
  66. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  67. FML [Forge Mod Loader] (coremods) Unloaded->Constructed
  68. Forge [Minecraft Forge] (coremods) Unloaded->Constructed
  69. CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed
  70. NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed
  71. DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.7]2.4.8 (2).zip) Unloaded->Constructed
  72. DivineRPG [DivineRPG] (DivineRPG.jar) Unloaded->Constructed
  73. mod_TaleOfKingdoms [mod_TaleOfKingdoms] (Tale of Kingdoms V1.4.2.5.zip) Unloaded
  74. TaleOfKingdoms [Tale of Kingdoms] (Tale of Kingdoms V1.4.2.5.zip) Unloaded
  75. Profiler Position: N/A (disabled)
  76. Is Modded: Definitely; Server brand changed to 'forge,fml'
  77. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment