Advertisement
Guest User

crash

a guest
Jun 9th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 6/9/18 11:40 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at mcp.mobius.waila.addons.twilightforest.TwilightForestModule.register(TwilightForestModule.java:17)
  11. at mcp.mobius.waila.server.ProxyServer.registerMods(ProxyServer.java:60)
  12. at mcp.mobius.waila.Waila.loadComplete(Waila.java:135)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  18. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  19. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  20. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  21. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  22. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  23. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  34. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745)
  35. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  36. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  38. at net.minecraft.client.main.Main.main(SourceFile:148)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  50. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  51. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  52. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  53. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.network.IGuiHandler
  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. ... 45 more
  58. Caused by: java.lang.NullPointerException
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Stacktrace:
  66. at java.lang.Class.forName0(Native Method)
  67. at java.lang.Class.forName(Unknown Source)
  68. at mcp.mobius.waila.addons.twilightforest.TwilightForestModule.register(TwilightForestModule.java:17)
  69. at mcp.mobius.waila.server.ProxyServer.registerMods(ProxyServer.java:60)
  70. at mcp.mobius.waila.Waila.loadComplete(Waila.java:135)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74. at java.lang.reflect.Method.invoke(Unknown Source)
  75. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  76. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  77. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  78. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  79. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  80. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  81. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  85. at java.lang.reflect.Method.invoke(Unknown Source)
  86. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  87. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  88. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  89. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  90. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  91. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  92. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745)
  93. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  94. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  95.  
  96. -- Initialization --
  97. Details:
  98. Stacktrace:
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  100. at net.minecraft.client.main.Main.main(SourceFile:148)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104. at java.lang.reflect.Method.invoke(Unknown Source)
  105. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  106. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  109. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  110. at java.lang.reflect.Method.invoke(Unknown Source)
  111. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  112. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  113. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  114. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  115.  
  116. -- System Details --
  117. Details:
  118. Minecraft Version: 1.7.10
  119. Operating System: Windows 10 (amd64) version 10.0
  120. Java Version: 1.8.0_131, Oracle Corporation
  121. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  122. Memory: 1248596840 bytes (1190 MB) / 1857552384 bytes (1771 MB) up to 3817865216 bytes (3641 MB)
  123. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
  124. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  125. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  126. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 20 mods loaded, 20 mods active
  127. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  128. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  129. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  130. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  131. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  132. UCHIJA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  133. UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
  134. UCHIJA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar)
  135. UCHIJA abyssalcraft{1.9.1.3} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.1.3-FINAL.jar)
  136. UCHIJA aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
  137. UCHIJA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  138. UCHIJA ESM{10.0.148} [Epic Siege Mod] (EpicSiegeMod-10.0.148.jar)
  139. UCHIJA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  140. UCHIJA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  141. UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  142. UCHIJA lom{1.7.10-3.2.2} [LotsOMobs] (lom-1.7.10-3.2.2.jar)
  143. UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  144. UCHIJA mam{1.7.10-1.0.2} [Myths & Monsters Mod] (Myths-and-Monsters-Mod-1.7.10.jar)
  145. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
  146. UCHIJ Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  147. UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  148. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4885' Renderer: 'Intel(R) HD Graphics 4000'
  149. Mantle Environment: Environment healthy.
  150. TConstruct Environment: Environment healthy.
  151. Launched Version: MultiMC5
  152. LWJGL: 2.9.1
  153. OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4885, Intel
  154. GL Caps: Using GL 1.3 multitexturing.
  155. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  156. Anisotropic filtering is supported and maximum anisotropy is 16.
  157. Shaders are available because OpenGL 2.1 is supported.
  158.  
  159. Is Modded: Definitely; Client brand changed to 'fml,forge'
  160. Type: Client (map_client.txt)
  161. Resource Packs: []
  162. Current Language: English (US)
  163. Profiler Position: N/A (disabled)
  164. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  165. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement