Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Ooh. Shiny.
  8.  
  9. Time: 03/07/18 17:27
  10. Description: Exception in server tick loop
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from SpongeForge (sponge)
  13. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  14. at java.lang.Class.getDeclaredConstructors0(Native Method)
  15. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  16. at java.lang.Class.getConstructor0(Unknown Source)
  17. at java.lang.Class.getConstructor(Unknown Source)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  20. at org.spongepowered.mod.SpongeMod.onPreInit(SpongeMod.java:304)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  26. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  27. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  28. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  29. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  30. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  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.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  39. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  40. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  41. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  42. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  43. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  45. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
  46. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  47. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  48. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  49. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
  50. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  52. at java.lang.Thread.run(Unknown Source)
  53. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  54. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  55. at java.lang.ClassLoader.loadClass(Unknown Source)
  56. at java.lang.ClassLoader.loadClass(Unknown Source)
  57. ... 39 more
  58. Caused by: java.lang.NoClassDefFoundError: org/spongepowered/common/interfaces/IMixinCachable
  59. at java.lang.ClassLoader.defineClass1(Native Method)
  60. at java.lang.ClassLoader.defineClass(Unknown Source)
  61. at java.security.SecureClassLoader.defineClass(Unknown Source)
  62. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  63. ... 41 more
  64. Caused by: java.lang.ClassNotFoundException: org.spongepowered.common.interfaces.IMixinCachable
  65. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  66. at java.lang.ClassLoader.loadClass(Unknown Source)
  67. at java.lang.ClassLoader.loadClass(Unknown Source)
  68. ... 45 more
  69. Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
  70. at java.util.HashMap.resize(Unknown Source)
  71. at java.util.HashMap.putVal(Unknown Source)
  72. at java.util.HashMap.putMapEntries(Unknown Source)
  73. at java.util.HashMap.<init>(Unknown Source)
  74. at java.util.jar.Attributes.<init>(Unknown Source)
  75. at java.util.jar.Attributes.clone(Unknown Source)
  76. at sun.net.www.protocol.jar.URLJarFile.getManifest(Unknown Source)
  77. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:148)
  78. at java.lang.ClassLoader.loadClass(Unknown Source)
  79. at java.lang.ClassLoader.loadClass(Unknown Source)
  80. at java.lang.ClassLoader.defineClass1(Native Method)
  81. at java.lang.ClassLoader.defineClass(Unknown Source)
  82. at java.security.SecureClassLoader.defineClass(Unknown Source)
  83. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  84. at java.lang.ClassLoader.loadClass(Unknown Source)
  85. at java.lang.ClassLoader.loadClass(Unknown Source)
  86. at java.lang.Class.getDeclaredConstructors0(Native Method)
  87. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  88. at java.lang.Class.getConstructor0(Unknown Source)
  89. at java.lang.Class.getConstructor(Unknown Source)
  90. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  91. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  92. at org.spongepowered.mod.SpongeMod.onPreInit(SpongeMod.java:304)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  96. at java.lang.reflect.Method.invoke(Unknown Source)
  97. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  98. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  99. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  100. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  101. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  102.  
  103.  
  104. A detailed walkthrough of the error, its code path and all known details is as follows:
  105. ---------------------------------------------------------------------------------------
  106.  
  107. -- Head --
  108. Thread: Server thread
  109. Stacktrace:
  110. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjf000(MinecraftServer.java:3997)
  111.  
  112. -- Sponge PhaseTracker --
  113. Details:
  114. Phase Stack: ~~ERROR~~ NoClassDefFoundError: org/spongepowered/common/event/tracking/PhaseTracker
  115. Stacktrace:
  116. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjf000(MinecraftServer.java:3997)
  117. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  118. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
  119. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  120. at java.lang.Thread.run(Unknown Source)
  121.  
  122. -- System Details --
  123. Details:
  124. Minecraft Version: 1.12.2
  125. Operating System: Windows 10 (amd64) version 10.0
  126. Java Version: 1.8.0_152, Oracle Corporation
  127. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  128. Memory: 82775656 bytes (78 MB) / 993001472 bytes (947 MB) up to 993001472 bytes (947 MB)
  129. JVM Flags: 2 total; -Xss192k -Xmx1G
  130. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  131. FML: ~~ERROR~~ OutOfMemoryError: GC overhead limit exceeded
  132. Loaded coremods (and transformers):
  133. SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
  134. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  135. Profiler Position: N/A (disabled)
  136. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  137. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement