Advertisement
flikamasha

Crash - Initializing

Dec 18th, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.65 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. // Ooh. Shiny.
  18.  
  19. Time: 12/18/24 8:00 PM
  20. Description: Initializing game
  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. -- Head --
  109. Stacktrace:
  110. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
  111. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
  112. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  113. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
  114.  
  115. -- Initialization --
  116. Details:
  117. Stacktrace:
  118. at net.minecraft.client.Minecraft.handler$bog000$run(Minecraft.java:3239)
  119. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java)
  120. at net.minecraft.client.main.Main.main(SourceFile:124)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  124. at java.lang.reflect.Method.invoke(Method.java:498)
  125. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  126. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  127. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  130. at java.lang.reflect.Method.invoke(Method.java:498)
  131. at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
  132. at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:220)
  133. at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:116)
  134. at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:148)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  136. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  137. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  138. at java.lang.reflect.Method.invoke(Method.java:498)
  139. at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
  140. at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
  141. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  142. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  143. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  144. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  145. at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
  146. at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
  147. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  148. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  149. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  150. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  151. at java.lang.Class.newInstance(Class.java:442)
  152. at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
  153. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  154.  
  155. -- System Details --
  156. Details:
  157. Game Directory: F:\Games\GDLauncher\data\instances\SkyBlock\instance
  158. ChatTriggers modules: []
  159. Minecraft Version: 1.8.9
  160. Operating System: Windows 11 (amd64) version 10.0
  161. Java Version: 1.8.0_432, Temurin
  162. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
  163. Memory: 7056018376 bytes (6729 MB) / 8326742016 bytes (7941 MB) up to 8326742016 bytes (7941 MB)
  164. JVM Flags: 2 total; -Xmx8192m -Xms8192m
  165. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  166. 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
  167. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  168.  
  169. | State | ID | Version | Source |
  170. | ----- | --------------------------- | ------------------------ | ---------------------------------------------- |
  171. | UCH | mcp | 9.19 | minecraft.jar |
  172. | UCH | FML | 8.0.99.99 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
  173. | UCH | Forge | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
  174. | UCH | redirectionor | 1.4 for 1.12.2-1.8.8 | minecraft.jar |
  175. | UCH | polypatcher | 1.10.2 | minecraft.jar |
  176. | UCH | essential | 1.0.0 | Essential (forge_1.8.9).processed.jar |
  177. | UCH | oneconfig | 0.2.2-alpha220 | OneConfig (1.8.9-forge).jar |
  178. | UCH | hypixel_mod_api | 1.0.1.1 | HypixelModAPI-1.0.1.1.jar |
  179. | UCH | sbp | 1.7.0.0 | 1.8.9.SkyblockPersonalized.1.7.0.0.jar |
  180. | UCH | apec | 1.12.4 | Apec-1.8.9-forge-1.12.4.jar |
  181. | UCH | BazaarNotifier | 1.7.5 | BazaarNotifier-1.7.5.jar |
  182. | UCH | chatting | 2.0.6 | Chatting-1.8.9-forge-2.0.6.jar |
  183. | UCH | cowlection | 1.8.9-0.16.1 | Cowlection-1.8.9-0.16.1.jar |
  184. | UCH | crashpatch | 2.0.1 | CrashPatch-1.8.9-forge-2.0.1.jar |
  185. | UCE | chattriggers | 2.2.1 | ctjs-2.2.1-1.8.9.jar |
  186. | UCH | dungeonrooms | 3.4.1 | Dungeon_Rooms-3.4.1.jar |
  187. | UCH | dungeons_guide_loader | 4.0.0 | dungeonsguide-4.0.0-beta12.4-standalone.jar |
  188. | UCH | fancywarpmenu | 2.0-beta.1+121 | FancyWarpMenu-2.0-beta.1+121.jar |
  189. | UCH | hypixel_auto_complete | 1.1.0 | Hypixel Autocomplete-1.1 (1.8.9).jar |
  190. | UCH | hytils-reborn | 1.7.4 | Hytils Reborn-1.8.9-forge-1.7.4.jar |
  191. | UCH | labymod | 3.9.62 | LabyMod-3_1.8.9.jar |
  192. | UCH | Danker's Skyblock Mod | 2.3.1 | MC.1.8.9.Danker.s.Skyblock.Mod.-.2.3.1.jar |
  193. | UCH | mixmetica | 2.1.1 | Mixmetica-1.8.9-forge-2.1.1.jar |
  194. | UCE | notenoughupdates | 2.5.0 | NotEnoughUpdates-2.5.0.jar |
  195. | UCH | optibye | 1.0.0 | Optibye-1.0.0-dep.jar |
  196. | UCH | overflowanimations | 2.2.5 | OverflowAnimations-1.8.9-forge-2.2.5.jar |
  197. | UCH | overflowparticles | 1.0.2 | OverflowParticles-1.8.9-forge-1.0.2.jar |
  198. | UCH | partlysaneskies | beta-v0.6.2-prerelease-8 | Partly Sane Skies-beta-v0.6.2-prerelease-8.jar |
  199. | UCH | polynametag | 1.0.8 | PolyNametag-1.8.9-forge-1.0.8.jar |
  200. | UCH | patcher | 1.10.2 | PolyPatcher-1.8.9-forge-1.10.2.jar |
  201. | UCH | polysprint | 1.0.1 | PolySprint-1.8.9-forge-1.0.1.jar |
  202. | UCH | gravyrewardclaim | 1.0.4 | RewardClaim-1.0.6.jar |
  203. | UCH | scathapro | 1.2.3.1 | Scatha-Pro v1.2.3.1.jar |
  204. | UCH | text_overflow_scroll | 1.4.0 | Scrollable Tooltips-1.4 (1.8.9).jar |
  205. | UCH | sbaunofficial | 1.9.2+434 | SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar |
  206. | UCE | skyblockhud | 1.17.1 | SkyblockHud-Reborn-1.17.1.jar |
  207. | UCH | skyblockclientupdater | @VER | SkyClient-Updater-1.8.9-forge-1.3.11.jar |
  208. | UCH | skyclientcosmetics | 1.2.2 | SkyClientCosmetics-1.8.9-forge-1.2.2.jar |
  209. | UCH | skyguide | 1.3.0+oneconfig | SkyGuide (1.8.9-forge)-1.3.0+oneconfig.jar |
  210. | UCE | skyhanni | 0.27 | SkyHanni-0.27.jar |
  211. | UCH | skytils | 1.10.8 | Skytils-1.10.8.jar |
  212. | UCH | smooth-scrolling-everywhere | 1.2 | smooth-scrolling-everywhere-1.2.jar |
  213. | UCH | vanillahud | 2.2.10 | VanillaHUD-1.8.9-forge-2.2.10.jar |
  214. | UCH | veloxcaelo | 1.0.2 | veloxcaelo-1.1.0.jar |
  215.  
  216. Loaded coremods (and transformers):
  217. FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  218. club.sk1er.mods.scrollabletooltips.forge.ClassTransformer
  219. AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
  220. com.chattriggers.ctjs.launch.plugin.CTJSTransformer
  221. SkyblockAddonsLoadingPlugin (SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar)
  222. codes.biscuit.skyblockaddons.asm.SkyblockAddonsASMTransformer
  223. redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
  224. com.Hileb.teampotato.redirectionor.RedirectionorTransformer
  225. ModDetectorPlugin (OverflowAnimations-1.8.9-forge-2.2.5.jar)
  226.  
  227. LabyModCoreMod (LabyMod-3_1.8.9.jar)
  228. net.labymod.core.asm.LabyModTransformer
  229. net.labymod.addons.betterhat.asm.BetterHatTransformer
  230. net.labymod.addons.custommainmenu.asm.CustomMainMenuTransformer
  231. de.speznas.Transformer
  232. ModTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
  233. club.sk1er.patcher.tweaker.other.ModClassTransformer
  234. PatcherTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
  235. club.sk1er.patcher.tweaker.ClassTransformer
  236. Skytils On Top (Skytils-1.10.8.jar)
  237. gg.skytils.skytilsmod.asm.SkytilsTransformer
  238. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 566.36' Renderer: 'NVIDIA GeForce RTX 4080/PCIe/SSE2'
  239. Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
  240. Launched Version: 1.8.9
  241. LWJGL: 2.9.4
  242. OpenGL: NVIDIA GeForce RTX 4080/PCIe/SSE2 GL version 4.6.0 NVIDIA 566.36, NVIDIA Corporation
  243. GL Caps: Using GL 1.3 multitexturing.
  244. Using GL 1.3 texture combiners.
  245. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  246. Shaders are available because OpenGL 2.1 is supported.
  247. VBOs are available because OpenGL 1.5 is supported.
  248.  
  249. Using VBOs: Yes
  250. Is Modded: Definitely; Client brand changed to 'fml,forge'
  251. Type: Client (map_client.txt)
  252. Resource Packs: §6Orange Flare 1.8.9.zip, §aFurfSky Reborn §8§lOVERLAY§8.zip, §7Dark Mode §d§lEnd.zip
  253. Current Language: English (US)
  254. Profiler Position: N/A (disabled)
  255. CPU: 28x Intel(R) Core(TM) i7-14700K
  256. OptiFine Version: OptiFine_1.8.9_HD_U_M6_pre2
  257. OptiFine Build: 20211101-204933
  258. Render Distance Chunks: 16
  259. Mipmaps: 4
  260. Anisotropic Filtering: 1
  261. Antialiasing: 0
  262. Multitexture: false
  263. Shaders: null
  264. OpenGlVersion: 4.6.0 NVIDIA 566.36
  265. OpenGlRenderer: NVIDIA GeForce RTX 4080/PCIe/SSE2
  266. OpenGlVendor: NVIDIA Corporation
  267. CpuCount: 28
  268.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement