Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. Techguns Core (techguns-1.12.2-2.0.1.2.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Why did you do that?
  9.  
  10. Time: 6/18/19 4:04 PM
  11. Description: Exception in server tick loop
  12.  
  13. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Advent Of Ascension (aoa3)
  14. Caused by: java.lang.NoClassDefFoundError: net/tslat/aoa3/client/gui/GuiManager
  15. at net.tslat.aoa3.utils.PacketUtil.init(PacketUtil.java:15)
  16. at net.tslat.aoa3.advent.AdventOfAscension.fmlPreInit(AdventOfAscension.java:64)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  22. at sun.reflect.GeneratedMethodAccessor10.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:219)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  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.distributeStateMessage(LoadController.java:136)
  46. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  47. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  48. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  51. at java.lang.Thread.run(Unknown Source)
  52. Caused by: java.lang.ClassNotFoundException: net.tslat.aoa3.client.gui.GuiManager
  53. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  54. at java.lang.ClassLoader.loadClass(Unknown Source)
  55. at java.lang.ClassLoader.loadClass(Unknown Source)
  56. ... 37 more
  57. Caused by: java.lang.OutOfMemoryError: Java heap space
  58. at java.util.HashMap$EntrySet.iterator(Unknown Source)
  59. at java.util.HashMap.putMapEntries(Unknown Source)
  60. at java.util.HashMap.<init>(Unknown Source)
  61. at java.util.jar.Attributes.<init>(Unknown Source)
  62. at java.util.jar.Attributes.clone(Unknown Source)
  63. at sun.net.www.protocol.jar.URLJarFile.getManifest(Unknown Source)
  64. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:148)
  65. at java.lang.ClassLoader.loadClass(Unknown Source)
  66. at java.lang.ClassLoader.loadClass(Unknown Source)
  67. at net.tslat.aoa3.utils.PacketUtil.init(PacketUtil.java:15)
  68. at net.tslat.aoa3.advent.AdventOfAscension.fmlPreInit(AdventOfAscension.java:64)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  74. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  76. at java.lang.reflect.Method.invoke(Unknown Source)
  77. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  78. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  79. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  80. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  81. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  82. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  84. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  85. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  89. at java.lang.reflect.Method.invoke(Unknown Source)
  90.  
  91.  
  92. A detailed walkthrough of the error, its code path and all known details is as follows:
  93. ---------------------------------------------------------------------------------------
  94.  
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.12.2
  98. Operating System: Windows 10 (x86) version 10.0
  99. Java Version: 1.8.0_211, Oracle Corporation
  100. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  101. Memory: 1205080 bytes (1 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
  102. JVM Flags: 0 total;
  103. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  104. FML: MCP 9.42 Powered by Forge 14.23.5.2807 16 mods loaded, 16 mods active
  105. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  106.  
  107. | State | ID | Version | Source | Signature |
  108. |:----- |:-------------------- |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
  109. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  110. | LCH | mcp | 9.42 | minecraft.jar | None |
  111. | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2807-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  112. | LCH | forge | 14.23.5.2807 | forge-1.12.2-14.23.5.2807-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  113. | LCH | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
  114. | LCE | aoa3 | 3.1.2.b | AoA3-3.1.2.b (1).jar | None |
  115. | LC | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None |
  116. | LC | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  117. | LC | inventorypets | 2.0.1 | inventorypets-1.12-2.0.1.jar | None |
  118. | LC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  119. | LC | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zb.jar | None |
  120. | LC | recipescramble | 1.8.0 | Recipe Scramble-1.8.0.jar | None |
  121. | LC | additionalstructures | 2.2.2 | Rex's-Additional-Structures-1.12.x-(v.2.2.2).jar | None |
  122. | LC | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  123. | LC | techguns | 2.0.1.2 | techguns-1.12.2-2.0.1.2.jar | None |
  124. | LC | travellersbackpack | 0.1.8a | TravellersBackpack-1.12.2-0.1.8a.jar | None |
  125.  
  126. Loaded coremods (and transformers):
  127. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  128. invtweaks.forge.asm.ContainerTransformer
  129. Techguns Core (techguns-1.12.2-2.0.1.2.jar)
  130. techguns.core.TechgunsASMTransformer
  131. Profiler Position: N/A (disabled)
  132. Is Modded: Definitely; Server brand changed to 'fml,forge'
  133. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement