Advertisement
flikamasha

Crash - Mod Loading

Dec 18th, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. ***Skytils detected Mixins in this crash***
  3. Mixin registrant mixin.crashpatch.json, class org.polyfrost.crashpatch.mixin.MixinMinecraft, transformed net.minecraft.client.Minecraft.handler$bog000$run
  4.  
  5. WARNING: coremods are present:
  6. FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  7. AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
  8. SkyblockAddonsLoadingPlugin (SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar)
  9. redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
  10. ModDetectorPlugin (OverflowAnimations-1.8.9-forge-2.2.5.jar)
  11. LabyModCoreMod (LabyMod-3_1.8.9.jar)
  12. ModTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
  13. PatcherTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
  14. Skytils On Top (Skytils-1.10.8.jar)
  15. Contact their authors BEFORE contacting forge
  16.  
  17. // Don't be sad, have a hug! <3
  18.  
  19. Time: 12/18/24 8:00 PM
  20. Description: There was a severe problem during mod loading that has caused the game to fail
  21.  
  22. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal
  23. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
  24. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
  25. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  26. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
  27. at net.minecraft.client.Minecraft.handler$bog000$run(Minecraft.java:3239)
  28. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java)
  29. at net.minecraft.client.main.Main.main(SourceFile:124)
  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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  35. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:498)
  40. at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
  41. at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:220)
  42. at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:116)
  43. at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:498)
  48. at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
  49. at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
  50. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  51. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  52. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  53. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  54. at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
  55. at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
  56. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  57. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  58. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  59. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  60. at java.lang.Class.newInstance(Class.java:442)
  61. at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
  62. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  63. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal
  64. at java.lang.Class.getDeclaredConstructors0(Native Method)
  65. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  66. at java.lang.Class.getConstructor0(Class.java:3075)
  67. at java.lang.Class.getConstructor(Class.java:1825)
  68. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:101)
  69. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:85)
  70. at com.thatgravyboat.skyblockhud.SkyblockHud.preInit(SkyblockHud.java:92)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:498)
  75. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  76. at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.lang.reflect.Method.invoke(Method.java:498)
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  84. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  85. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:498)
  90. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  91. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  92. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  93. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  94. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  95. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  96. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  97. ... 38 more
  98. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.RenderGlobal
  99. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  100. at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
  101. at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
  102. ... 71 more
  103.  
  104.  
  105. A detailed walkthrough of the error, its code path and all known details is as follows:
  106. ---------------------------------------------------------------------------------------
  107.  
  108. -- System Details --
  109. Details:
  110. Game Directory: F:\Games\GDLauncher\data\instances\SkyBlock\instance
  111. ChatTriggers modules: []
  112. Minecraft Version: 1.8.9
  113. Operating System: Windows 11 (amd64) version 10.0
  114. Java Version: 1.8.0_432, Temurin
  115. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
  116. Memory: 7771092960 bytes (7411 MB) / 8326742016 bytes (7941 MB) up to 8326742016 bytes (7941 MB)
  117. JVM Flags: 2 total; -Xmx8192m -Xms8192m
  118. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  119. FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_M6_pre2 44 mods loaded, 44 mods active
  120. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  121.  
  122. | State | ID | Version | Source |
  123. | ----- | --------------------------- | ------------------------ | ---------------------------------------------- |
  124. | UCH | mcp | 9.19 | minecraft.jar |
  125. | UCH | FML | 8.0.99.99 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
  126. | UCH | Forge | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
  127. | UCH | redirectionor | 1.4 for 1.12.2-1.8.8 | minecraft.jar |
  128. | UCH | polypatcher | 1.10.2 | minecraft.jar |
  129. | UCH | essential | 1.0.0 | Essential (forge_1.8.9).processed.jar |
  130. | UCH | oneconfig | 0.2.2-alpha220 | OneConfig (1.8.9-forge).jar |
  131. | UCH | hypixel_mod_api | 1.0.1.1 | HypixelModAPI-1.0.1.1.jar |
  132. | UCH | sbp | 1.7.0.0 | 1.8.9.SkyblockPersonalized.1.7.0.0.jar |
  133. | UCH | apec | 1.12.4 | Apec-1.8.9-forge-1.12.4.jar |
  134. | UCH | BazaarNotifier | 1.7.5 | BazaarNotifier-1.7.5.jar |
  135. | UCH | chatting | 2.0.6 | Chatting-1.8.9-forge-2.0.6.jar |
  136. | UCH | cowlection | 1.8.9-0.16.1 | Cowlection-1.8.9-0.16.1.jar |
  137. | UCH | crashpatch | 2.0.1 | CrashPatch-1.8.9-forge-2.0.1.jar |
  138. | UCE | chattriggers | 2.2.1 | ctjs-2.2.1-1.8.9.jar |
  139. | UCH | dungeonrooms | 3.4.1 | Dungeon_Rooms-3.4.1.jar |
  140. | UCH | dungeons_guide_loader | 4.0.0 | dungeonsguide-4.0.0-beta12.4-standalone.jar |
  141. | UCH | fancywarpmenu | 2.0-beta.1+121 | FancyWarpMenu-2.0-beta.1+121.jar |
  142. | UCH | hypixel_auto_complete | 1.1.0 | Hypixel Autocomplete-1.1 (1.8.9).jar |
  143. | UCH | hytils-reborn | 1.7.4 | Hytils Reborn-1.8.9-forge-1.7.4.jar |
  144. | UCH | labymod | 3.9.62 | LabyMod-3_1.8.9.jar |
  145. | UCH | Danker's Skyblock Mod | 2.3.1 | MC.1.8.9.Danker.s.Skyblock.Mod.-.2.3.1.jar |
  146. | UCH | mixmetica | 2.1.1 | Mixmetica-1.8.9-forge-2.1.1.jar |
  147. | UCE | notenoughupdates | 2.5.0 | NotEnoughUpdates-2.5.0.jar |
  148. | UCH | optibye | 1.0.0 | Optibye-1.0.0-dep.jar |
  149. | UCH | overflowanimations | 2.2.5 | OverflowAnimations-1.8.9-forge-2.2.5.jar |
  150. | UCH | overflowparticles | 1.0.2 | OverflowParticles-1.8.9-forge-1.0.2.jar |
  151. | UCH | partlysaneskies | beta-v0.6.2-prerelease-8 | Partly Sane Skies-beta-v0.6.2-prerelease-8.jar |
  152. | UCH | polynametag | 1.0.8 | PolyNametag-1.8.9-forge-1.0.8.jar |
  153. | UCH | patcher | 1.10.2 | PolyPatcher-1.8.9-forge-1.10.2.jar |
  154. | UCH | polysprint | 1.0.1 | PolySprint-1.8.9-forge-1.0.1.jar |
  155. | UCH | gravyrewardclaim | 1.0.4 | RewardClaim-1.0.6.jar |
  156. | UCH | scathapro | 1.2.3.1 | Scatha-Pro v1.2.3.1.jar |
  157. | UCH | text_overflow_scroll | 1.4.0 | Scrollable Tooltips-1.4 (1.8.9).jar |
  158. | UCH | sbaunofficial | 1.9.2+434 | SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar |
  159. | UCE | skyblockhud | 1.17.1 | SkyblockHud-Reborn-1.17.1.jar |
  160. | UCH | skyblockclientupdater | @VER | SkyClient-Updater-1.8.9-forge-1.3.11.jar |
  161. | UCH | skyclientcosmetics | 1.2.2 | SkyClientCosmetics-1.8.9-forge-1.2.2.jar |
  162. | UCH | skyguide | 1.3.0+oneconfig | SkyGuide (1.8.9-forge)-1.3.0+oneconfig.jar |
  163. | UCE | skyhanni | 0.27 | SkyHanni-0.27.jar |
  164. | UCH | skytils | 1.10.8 | Skytils-1.10.8.jar |
  165. | UCH | smooth-scrolling-everywhere | 1.2 | smooth-scrolling-everywhere-1.2.jar |
  166. | UCH | vanillahud | 2.2.10 | VanillaHUD-1.8.9-forge-2.2.10.jar |
  167. | UCH | veloxcaelo | 1.0.2 | veloxcaelo-1.1.0.jar |
  168.  
  169. Loaded coremods (and transformers):
  170. FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  171. club.sk1er.mods.scrollabletooltips.forge.ClassTransformer
  172. AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
  173. com.chattriggers.ctjs.launch.plugin.CTJSTransformer
  174. SkyblockAddonsLoadingPlugin (SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar)
  175. codes.biscuit.skyblockaddons.asm.SkyblockAddonsASMTransformer
  176. redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
  177. com.Hileb.teampotato.redirectionor.RedirectionorTransformer
  178. ModDetectorPlugin (OverflowAnimations-1.8.9-forge-2.2.5.jar)
  179.  
  180. LabyModCoreMod (LabyMod-3_1.8.9.jar)
  181. net.labymod.core.asm.LabyModTransformer
  182. net.labymod.addons.betterhat.asm.BetterHatTransformer
  183. net.labymod.addons.custommainmenu.asm.CustomMainMenuTransformer
  184. de.speznas.Transformer
  185. ModTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
  186. club.sk1er.patcher.tweaker.other.ModClassTransformer
  187. PatcherTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
  188. club.sk1er.patcher.tweaker.ClassTransformer
  189. Skytils On Top (Skytils-1.10.8.jar)
  190. gg.skytils.skytilsmod.asm.SkytilsTransformer
  191. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 566.36' Renderer: 'NVIDIA GeForce RTX 4080/PCIe/SSE2'
  192. Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
  193. OptiFine Version: OptiFine_1.8.9_HD_U_M6_pre2
  194. OptiFine Build: 20211101-204933
  195. Render Distance Chunks: 16
  196. Mipmaps: 4
  197. Anisotropic Filtering: 1
  198. Antialiasing: 0
  199. Multitexture: false
  200. Shaders: null
  201. OpenGlVersion: 4.6.0 NVIDIA 566.36
  202. OpenGlRenderer: NVIDIA GeForce RTX 4080/PCIe/SSE2
  203. OpenGlVendor: NVIDIA Corporation
  204. CpuCount: 28
  205.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement