Advertisement
Ziolo99

Untitled

Sep 24th, 2018
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2705-8.0.0-BETA-3459.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Don't be sad, have a hug! <3
  8.  
  9. Time: 9/24/18 8:05 PM
  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 FoxGuard-Sponge (foxguard)
  13. Caused by: java.lang.NoClassDefFoundError: net/foxdenstudio/sponge/foxcore/plugin/state/factory/IStateFieldFactory
  14. at java.lang.Class.forName0(Native Method)
  15. at java.lang.Class.forName(Class.java:348)
  16. at org.spongepowered.mod.plugin.SpongeModPluginContainer.constructMod(SpongeModPluginContainer.java:280)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:498)
  21. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  22. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  23. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  24. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  25. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  26. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  28. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  29. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:498)
  34. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  35. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  36. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  37. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  38. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  39. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  41. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
  42. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  43. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  44. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
  45. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  46. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  47. at net.minecraft.client.main.Main.main(SourceFile:123)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:498)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54. Caused by: java.lang.ClassNotFoundException: net.foxdenstudio.sponge.foxcore.plugin.state.factory.IStateFieldFactory
  55. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  56. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  58. ... 40 more
  59. Caused by: java.lang.NullPointerException
  60. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  61. ... 42 more
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- System Details --
  68. Details:
  69. Minecraft Version: 1.12.2
  70. Operating System: Mac OS X (x86_64) version 10.9.5
  71. Java Version: 1.8.0_181, Oracle Corporation
  72. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  73. Memory: 93276304 bytes (88 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  74. JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  75. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  76. FML: MCP 9.42 Powered by Forge 14.23.4.2705 9 mods loaded, 9 mods active
  77. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  78.  
  79. | State | ID | Version | Source | Signature |
  80. |:----- |:--------- |:--------------------------- |:------------------------------------------- |:---------------------------------------- |
  81. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  82. | UC | mcp | 9.42 | minecraft.jar | None |
  83. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  84. | UC | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  85. | UC | spongeapi | 8.0.0-SNAPSHOT-057a815 | spongeforge-1.12.2-2705-8.0.0-BETA-3459.jar | None |
  86. | UC | sponge | 1.12.2-2705-8.0.0-BETA-3459 | spongeforge-1.12.2-2705-8.0.0-BETA-3459.jar | 6729a677746f8cf63ef31881f913ed15d431b7f0 |
  87. | UEE | foxguard | 0.22.0-beta-450 | foxguard-sponge-0.22.0-beta-450-server.jar | None |
  88. | U | luckperms | 4.3.7 | LuckPerms-Sponge-4.3.7.jar | None |
  89. | U | nucleus | 1.6.1-S7.1 | Nucleus-1.6.1-S7.1-MC1.12.2-plugin.jar | None |
  90.  
  91. Loaded coremods (and transformers):
  92. SpongeCoremod (spongeforge-1.12.2-2705-8.0.0-BETA-3459.jar)
  93. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  94. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1 ATI-8.24.17' Renderer: 'ATI Radeon HD 2600 PRO OpenGL Engine'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement