Advertisement
Guest User

Untitled

a guest
Apr 1st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. ime: 4/1/17 9:45 PM
  2. Description: There was a severe problem during mod loading that has caused the game to fail
  3.  
  4. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Mowzie's Mobs (mowziesmobs)
  5. Caused by: java.lang.NoClassDefFoundError: com/bobmowzie/mowziesmobs/server/entity/wroughtnaut/EntityWroughtnaut
  6. at com.bobmowzie.mowziesmobs.MowziesMobs.onPreInit(MowziesMobs.java:55)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  9. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10. at java.lang.reflect.Method.invoke(Method.java:483)
  11. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
  12. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:483)
  15. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  16. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  20. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  21. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:483)
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  32. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:614)
  33. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  36. at net.minecraft.client.main.Main.main(SourceFile:124)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:483)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43. Caused by: java.lang.ClassNotFoundException: com.bobmowzie.mowziesmobs.server.entity.wroughtnaut.EntityWroughtnaut
  44. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  47. ... 37 more
  48. Caused by: java.lang.NoClassDefFoundError: com/bobmowzie/mowziesmobs/server/entity/MowzieEntity
  49. at java.lang.ClassLoader.defineClass1(Native Method)
  50. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  51. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  53. ... 39 more
  54. Caused by: java.lang.ClassNotFoundException: com.bobmowzie.mowziesmobs.server.entity.MowzieEntity
  55. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  56. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  58. ... 43 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.10.2
  67. Operating System: Windows 10 (amd64) version 10.0
  68. Java Version: 1.8.0_25, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 2210117008 bytes (2107 MB) / 3873255424 bytes (3693 MB) up to 6227755008 bytes (5939 MB)
  71. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1024M
  72. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  73. FML: MCP 9.32 Powered by Forge 12.18.3.2185
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement