Advertisement
QuadShot

crashlogGC

Feb 25th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.1.141.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // This doesn't make any sense!
  8.  
  9. Time: 2/25/18 8:31 AM
  10. Description: There was a severe problem during mod loading that has caused the game to fail
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Galacticraft Planets (galacticraftplanets)
  13. Caused by: java.lang.NoClassDefFoundError: ic2/api/recipe/IRecipeInput
  14. at micdoodle8.mods.galacticraft.planets.asteroids.AsteroidsModule.init(AsteroidsModule.java:153)
  15. at micdoodle8.mods.galacticraft.planets.PlanetsProxy.init(PlanetsProxy.java:32)
  16. at micdoodle8.mods.galacticraft.planets.PlanetsProxyClient.init(PlanetsProxyClient.java:50)
  17. at micdoodle8.mods.galacticraft.planets.GalacticraftPlanets.init(GalacticraftPlanets.java:95)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:483)
  22. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:483)
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:483)
  38. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  39. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  43. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  44. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
  45. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
  46. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  48. at net.minecraft.client.main.Main.main(SourceFile:124)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:483)
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  55. Caused by: java.lang.ClassNotFoundException: ic2.api.recipe.IRecipeInput
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  59. ... 41 more
  60. Caused by: java.lang.NullPointerException
  61. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  62. ... 43 more
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66. ---------------------------------------------------------------------------------------
  67.  
  68. -- System Details --
  69. Details:
  70. Minecraft Version: 1.10.2
  71. Operating System: Windows 7 (amd64) version 6.1
  72. Java Version: 1.8.0_25, Oracle Corporation
  73. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  74. Memory: 215410296 bytes (205 MB) / 1499987968 bytes (1430 MB) up to 10498867200 bytes (10012 MB)
  75. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx11264m -Xms256m -XX:PermSize=256m
  76. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  77. FML: MCP 9.32 Powered by Forge 12.18.3.2511 6 mods loaded, 6 mods active
  78. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  79. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  80. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar)
  81. UCHI Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar)
  82. UCHI Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  83. UCHI galacticraftcore{4.0.1.141} [Galacticraft Core] (GalacticraftCore-1.10.2-4.0.1.141.jar)
  84. UCHE galacticraftplanets{4.0.1.141} [Galacticraft Planets] (Galacticraft-Planets-1.10.2-4.0.1.141.jar)
  85. Loaded coremods (and transformers):
  86. MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.1.141.jar)
  87. micdoodle8.mods.miccore.MicdoodleTransformer
  88. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.4.0' Renderer: 'GeForce GTX 760/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement