Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- ***Skytils detected Mixins in this crash***
- Mixin registrant mixin.crashpatch.json, class org.polyfrost.crashpatch.mixin.MixinMinecraft, transformed net.minecraft.client.Minecraft.handler$bog000$run
- WARNING: coremods are present:
- FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
- AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
- SkyblockAddonsLoadingPlugin (SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar)
- redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
- ModDetectorPlugin (OverflowAnimations-1.8.9-forge-2.2.5.jar)
- LabyModCoreMod (LabyMod-3_1.8.9.jar)
- ModTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
- PatcherTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
- Skytils On Top (Skytils-1.10.8.jar)
- Contact their authors BEFORE contacting forge
- // Don't be sad, have a hug! <3
- Time: 12/18/24 8:00 PM
- Description: There was a severe problem during mod loading that has caused the game to fail
- net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal
- at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
- at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
- at net.minecraft.client.Minecraft.handler$bog000$run(Minecraft.java:3239)
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java)
- at net.minecraft.client.main.Main.main(SourceFile:124)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
- at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:220)
- at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:116)
- at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:148)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
- at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
- at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
- at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
- at java.lang.Class.newInstance(Class.java:442)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal
- at java.lang.Class.getDeclaredConstructors0(Native Method)
- at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
- at java.lang.Class.getConstructor0(Class.java:3075)
- at java.lang.Class.getConstructor(Class.java:1825)
- at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:101)
- at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:85)
- at com.thatgravyboat.skyblockhud.SkyblockHud.preInit(SkyblockHud.java:92)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
- at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
- at com.google.common.eventbus.EventBus.post(EventBus.java:275)
- at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
- at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
- at com.google.common.eventbus.EventBus.post(EventBus.java:275)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
- at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
- ... 38 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.RenderGlobal
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
- ... 71 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Game Directory: F:\Games\GDLauncher\data\instances\SkyBlock\instance
- ChatTriggers modules: []
- Minecraft Version: 1.8.9
- Operating System: Windows 11 (amd64) version 10.0
- Java Version: 1.8.0_432, Temurin
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
- Memory: 7771092960 bytes (7411 MB) / 8326742016 bytes (7941 MB) up to 8326742016 bytes (7941 MB)
- JVM Flags: 2 total; -Xmx8192m -Xms8192m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- 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
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source |
- | ----- | --------------------------- | ------------------------ | ---------------------------------------------- |
- | UCH | mcp | 9.19 | minecraft.jar |
- | UCH | FML | 8.0.99.99 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
- | UCH | Forge | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
- | UCH | redirectionor | 1.4 for 1.12.2-1.8.8 | minecraft.jar |
- | UCH | polypatcher | 1.10.2 | minecraft.jar |
- | UCH | essential | 1.0.0 | Essential (forge_1.8.9).processed.jar |
- | UCH | oneconfig | 0.2.2-alpha220 | OneConfig (1.8.9-forge).jar |
- | UCH | hypixel_mod_api | 1.0.1.1 | HypixelModAPI-1.0.1.1.jar |
- | UCH | sbp | 1.7.0.0 | 1.8.9.SkyblockPersonalized.1.7.0.0.jar |
- | UCH | apec | 1.12.4 | Apec-1.8.9-forge-1.12.4.jar |
- | UCH | BazaarNotifier | 1.7.5 | BazaarNotifier-1.7.5.jar |
- | UCH | chatting | 2.0.6 | Chatting-1.8.9-forge-2.0.6.jar |
- | UCH | cowlection | 1.8.9-0.16.1 | Cowlection-1.8.9-0.16.1.jar |
- | UCH | crashpatch | 2.0.1 | CrashPatch-1.8.9-forge-2.0.1.jar |
- | UCE | chattriggers | 2.2.1 | ctjs-2.2.1-1.8.9.jar |
- | UCH | dungeonrooms | 3.4.1 | Dungeon_Rooms-3.4.1.jar |
- | UCH | dungeons_guide_loader | 4.0.0 | dungeonsguide-4.0.0-beta12.4-standalone.jar |
- | UCH | fancywarpmenu | 2.0-beta.1+121 | FancyWarpMenu-2.0-beta.1+121.jar |
- | UCH | hypixel_auto_complete | 1.1.0 | Hypixel Autocomplete-1.1 (1.8.9).jar |
- | UCH | hytils-reborn | 1.7.4 | Hytils Reborn-1.8.9-forge-1.7.4.jar |
- | UCH | labymod | 3.9.62 | LabyMod-3_1.8.9.jar |
- | UCH | Danker's Skyblock Mod | 2.3.1 | MC.1.8.9.Danker.s.Skyblock.Mod.-.2.3.1.jar |
- | UCH | mixmetica | 2.1.1 | Mixmetica-1.8.9-forge-2.1.1.jar |
- | UCE | notenoughupdates | 2.5.0 | NotEnoughUpdates-2.5.0.jar |
- | UCH | optibye | 1.0.0 | Optibye-1.0.0-dep.jar |
- | UCH | overflowanimations | 2.2.5 | OverflowAnimations-1.8.9-forge-2.2.5.jar |
- | UCH | overflowparticles | 1.0.2 | OverflowParticles-1.8.9-forge-1.0.2.jar |
- | UCH | partlysaneskies | beta-v0.6.2-prerelease-8 | Partly Sane Skies-beta-v0.6.2-prerelease-8.jar |
- | UCH | polynametag | 1.0.8 | PolyNametag-1.8.9-forge-1.0.8.jar |
- | UCH | patcher | 1.10.2 | PolyPatcher-1.8.9-forge-1.10.2.jar |
- | UCH | polysprint | 1.0.1 | PolySprint-1.8.9-forge-1.0.1.jar |
- | UCH | gravyrewardclaim | 1.0.4 | RewardClaim-1.0.6.jar |
- | UCH | scathapro | 1.2.3.1 | Scatha-Pro v1.2.3.1.jar |
- | UCH | text_overflow_scroll | 1.4.0 | Scrollable Tooltips-1.4 (1.8.9).jar |
- | UCH | sbaunofficial | 1.9.2+434 | SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar |
- | UCE | skyblockhud | 1.17.1 | SkyblockHud-Reborn-1.17.1.jar |
- | UCH | skyblockclientupdater | @VER | SkyClient-Updater-1.8.9-forge-1.3.11.jar |
- | UCH | skyclientcosmetics | 1.2.2 | SkyClientCosmetics-1.8.9-forge-1.2.2.jar |
- | UCH | skyguide | 1.3.0+oneconfig | SkyGuide (1.8.9-forge)-1.3.0+oneconfig.jar |
- | UCE | skyhanni | 0.27 | SkyHanni-0.27.jar |
- | UCH | skytils | 1.10.8 | Skytils-1.10.8.jar |
- | UCH | smooth-scrolling-everywhere | 1.2 | smooth-scrolling-everywhere-1.2.jar |
- | UCH | vanillahud | 2.2.10 | VanillaHUD-1.8.9-forge-2.2.10.jar |
- | UCH | veloxcaelo | 1.0.2 | veloxcaelo-1.1.0.jar |
- Loaded coremods (and transformers):
- FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
- club.sk1er.mods.scrollabletooltips.forge.ClassTransformer
- AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
- com.chattriggers.ctjs.launch.plugin.CTJSTransformer
- SkyblockAddonsLoadingPlugin (SkyblockAddons-1.9.2+434-for-MC-1.8.9.jar)
- codes.biscuit.skyblockaddons.asm.SkyblockAddonsASMTransformer
- redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
- com.Hileb.teampotato.redirectionor.RedirectionorTransformer
- ModDetectorPlugin (OverflowAnimations-1.8.9-forge-2.2.5.jar)
- LabyModCoreMod (LabyMod-3_1.8.9.jar)
- net.labymod.core.asm.LabyModTransformer
- net.labymod.addons.betterhat.asm.BetterHatTransformer
- net.labymod.addons.custommainmenu.asm.CustomMainMenuTransformer
- de.speznas.Transformer
- ModTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
- club.sk1er.patcher.tweaker.other.ModClassTransformer
- PatcherTweaker (PolyPatcher-1.8.9-forge-1.10.2.jar)
- club.sk1er.patcher.tweaker.ClassTransformer
- Skytils On Top (Skytils-1.10.8.jar)
- gg.skytils.skytilsmod.asm.SkytilsTransformer
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 566.36' Renderer: 'NVIDIA GeForce RTX 4080/PCIe/SSE2'
- Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
- OptiFine Version: OptiFine_1.8.9_HD_U_M6_pre2
- OptiFine Build: 20211101-204933
- Render Distance Chunks: 16
- Mipmaps: 4
- Anisotropic Filtering: 1
- Antialiasing: 0
- Multitexture: false
- Shaders: null
- OpenGlVersion: 4.6.0 NVIDIA 566.36
- OpenGlRenderer: NVIDIA GeForce RTX 4080/PCIe/SSE2
- OpenGlVendor: NVIDIA Corporation
- CpuCount: 28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement