2

Need some help with an error code.

User5575135G 2/1/25 4:02 pm
434
2/1/2025 5:24 pm
A little bit of backstory before I post the error code, I play hypixel skyblock, and am attempting to use a leaked qol mod. The leaked version of the qol mod redirects to a domain when minecraft is launched, that no longer exists, which causes the game to crash. The solution to this problem is to block the domain in defender firewall, which seems to work for everyone except me. I'm not sure if the crash I'm getting is related to the same problem that I mentioned, or some other issue with the mod. I have tried to run the mod standalone as well, and that also doesnt work. Some help, or a starting place to fixing this issue, would be much appreciated.



---- Minecraft Crash Report ----

WARNING: coremods are present:
AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.10.2+509-for-MC-1.8.9.jar)
ModTweaker (Patcher-1.8.9 (1.8.9).jar)
MixinLoader (KazeSkyblockMod-1.0.0-pre3.jar)
Skytils On Top (Skytils-1.10.9-pre1.jar)
PatcherTweaker (Patcher-1.8.9 (1.8.9).jar)
CorePlugin (OringoClient-Supporter.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 2/1/25 1:56 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: com/github/stivais/commodore/utils/LegacyCommodore
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:495)
at net.minecraft.client.Minecraft.run(Minecraft.java:329)
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:497)
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:497)
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:497)
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:422)
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:422)
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: com/github/stivais/commodore/utils/LegacyCommodore
at catgirlroutes.commands.CommodoreKt.<clinit>(Commodore.kt:11)
at catgirlroutes.commands.impl.CatgirlAddonsCommandsKt.<clinit>(CatgirlAddonsCommands.kt:8)
at catgirlroutes.CatgirlRoutes.onInit(CatgirlRoutes.kt:46)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:497)
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.initializeMods(Loader.java:737)
... 37 more
Caused by: java.lang.ClassNotFoundException: com.github.stivais.commodore.utils.LegacyCommodore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 66 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Game Directory: \AppData\Roaming\.minecraft
ChatTriggers modules: [Module{name=Amaterasu,version=2.17.4}, Module{name=Async,version=1.1.1}, Module{name=Atomx,version=1.27.8}, Module{name=axios,version=1.0.9}, Module{name=Bloom,version=4.8.8}, Module{name=BloomCore,version=0.4.20}, Module{name=Coleweight,version=1.13.5}, Module{name=Cyan,version=null}, Module{name=Dependencies,version=null}, Module{name=DocGuiLib,version=2.11.1}, Module{name=Elementa,version=1.5.2}, Module{name=FontLib,version=1.0.0}, Module{name=IllegalMap,version=5.5.1}, Module{name=ListFix,version=1.2.0}, Module{name=modules-20250121T012819Z-001,version=null}, Module{name=PogData,version=1.0.3}, Module{name=PolarClient,version=2.8.3}, Module{name=PolarConfigV2,version=null}, Module{name=PromiseV2,version=1.0.4}, Module{name=RenderLib,version=0.4.0}, Module{name=requestV2,version=2.1.1}, Module{name=Vigilance,version=1.3.2}, Module{name=WebSocket,version=1.0.0}]
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 192875304 bytes (183 MB) / 1509949440 bytes (1440 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
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_M5 17 mods loaded, 17 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 |
| ----- | -------------------- | -------------- | ------------------------------------------ |
| UCHI | mcp | 9.19 | minecraft.jar |
| UCHI | FML | 8.0.99.99 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
| UCHI | Forge | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
| UCHI | essential | 1.0.0 | Essential (forge_1.8.9).processed.jar |
| UCHI | oneconfig | 0.2.2-alpha221 | OneConfig (1.8.9-forge).jar |
| UCHI | hypixel_mod_api | 1.0.1.1 | HypixelModAPI-1.0.1.1.jar |
| UCHE | cga | 0.0.0 | cga-0.0.0.jar |
| UCHI | chattriggers | 2.2.1 | ctjs-2.2.1-1.8.9.jar |
| UCHI | dulkirmod | 1.2.9 | DulkirMod-1.2.9.jar |
| UCHI | dungeonrooms | 3.4.1 | Dungeon_Rooms-3.4.1.jar |
| UCHI | youtube music player | 0.2.1 | KazeSkyblockMod-1.0.0-pre3.jar |
| UCHI | notenoughupdates | 2.5.0 | NotEnoughUpdates-2.5.0.jar |
| UCHI | patcher | 1.8.9 | Patcher-1.8.9 (1.8.9).jar |
| UCHI | secretroutesmod | 0.4.12 | SecretRoutes-0.4.12.jar |
| UCHI | sbaunofficial | 1.10.2+509 | SkyblockAddons-1.10.2+509-for-MC-1.8.9.jar |
| UCHI | skyhanni | 1.0.0 | SkyHanni-1.0.0-mc1.8.9.jar |
| UCHI | skytils | 1.10.9-pre1 | Skytils-1.10.9-pre1.jar |

Loaded coremods (and transformers):
AsmHelperLoadingPlugin (ctjs-2.2.1-1.8.9.jar)
com.chattriggers.ctjs.launch.plugin.CTJSTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.10.2+509-for-MC-1.8.9.jar)
codes.biscuit.skyblockaddons.asm.SkyblockAddonsASMTransformer
ModTweaker (Patcher-1.8.9 (1.8.9).jar)
club.sk1er.patcher.tweaker.other.ModClassTransformer
MixinLoader (KazeSkyblockMod-1.0.0-pre3.jar)

Skytils On Top (Skytils-1.10.9-pre1.jar)
gg.skytils.skytilsmod.asm.SkytilsTransformer
PatcherTweaker (Patcher-1.8.9 (1.8.9).jar)
club.sk1er.patcher.tweaker.ClassTransformer
CorePlugin (OringoClient-Supporter.jar)

Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
OptiFine Version: OptiFine_1.8.9_HD_U_M5
OptiFine Build: 20210124-163719
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 560.94
OpenGlRenderer: NVIDIA GeForce RTX 4080/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16
Posted by
User5575135G
Level 1 : New Miner
1

  Have something to say?

JoinSign in

4

User5575135G
02/01/2025 5:24 pm
Level 1 : New Miner
I am getting a different error with only the one mod

Error: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: kotlinx/coroutines/CoroutineScopeKt
1
EdiTTkit
02/01/2025 4:51 pm
He/Him • Level 15 : Journeyman Explorer
:o.... idk
1
User5575135G
02/01/2025 4:53 pm
Level 1 : New Miner
thanks, idk either
1
User5575135G
02/01/2025 4:04 pm
Level 1 : New Miner
I've also consulted some other people who also don't seem to know whats causing this crash and/or how to fix it.
1

Welcome