Advertisement
mymarioman2

Forge Crash

Feb 6th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ooh. Shiny.
  3.  
  4. Time: 2/6/13 4:49 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: mod_MoMobs
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:130)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  12. at ho.c(DedicatedServer.java:64)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  14. at fy.run(SourceFile:849)
  15. Caused by: java.lang.ClassNotFoundException: mod_MoMobs
  16. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
  17. at java.lang.ClassLoader.loadClass(Unknown Source)
  18. at java.lang.ClassLoader.loadClass(Unknown Source)
  19. at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
  20. at java.lang.Class.forName0(Native Method)
  21. at java.lang.Class.forName(Unknown Source)
  22. at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:87)
  23. at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:489)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  29. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  33. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  37. at java.lang.reflect.Method.invoke(Unknown Source)
  38. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  39. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  43. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
  44. at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
  45. ... 5 more
  46. Caused by: java.lang.NullPointerException
  47. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:174)
  48. ... 33 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 Vista (x86) version 6.0
  58. Java Version: 1.7.0_13, Oracle Corporation
  59. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  60. Memory: 11125256 bytes (10 MB) / 31068160 bytes (29 MB) up to 259522560 bytes (247 MB)
  61. JVM Flags: 0 total;
  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.31.552 Minecraft Forge 6.6.1.523 4 mods loaded, 4 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. mod_MoMobs [mod_MoMobs] (The Epicness Mod.zip) Unloaded->Errored
  70. Profiler Position: N/A (disabled)
  71. Is Modded: Definitely; Server brand changed to 'fml'
  72. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement