Crashes on MacOS on MC 1.21 thru Modrinth for all tested Fabric Loader versions #4069
-
Minecraft Logs---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 2024-09-04 17:35:39
Description: Initializing game
java.lang.NoClassDefFoundError: ca/weblite/objc/Client
at net.minecraft.class_6417.method_41718(class_6417.java:54)
at net.minecraft.class_1041.method_4491(class_1041.java:192)
at net.minecraft.class_310.<init>(class_310.java:511)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.ClassNotFoundException: ca.weblite.objc.Client
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 7 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class_6417.method_41718(class_6417.java:54)
at net.minecraft.class_1041.method_4491(class_1041.java:192)
at net.minecraft.class_310.<init>(class_310.java:511)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Mac OS X (x86_64) version 13.6.9
Java Version: 21.0.3, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 154924048 bytes (147 MiB) / 394264576 bytes (376 MiB) up to 12616466432 bytes (12032 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9
Microarchitecture: Kaby Lake
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel HD Graphics 630
Graphics card #0 vendor: Intel
Graphics card #0 VRAM (MiB): 1536.00
Graphics card #0 deviceId: 0x591b
Graphics card #0 versionInfo: Revision ID: 0x0004, gMux Version: 4.0.29 [3.2.8]
Graphics card #1 name: Radeon Pro 560
Graphics card #1 vendor: AMD (0x1002)
Graphics card #1 VRAM (MiB): 4096.00
Graphics card #1 deviceId: 0x67ef
Graphics card #1 versionInfo: Revision ID: 0x00c0, ROM Revision: 113-C980AJ-927, VBIOS Version: 113-C9801AU-A02, EFI Driver Version: 01.A0.927, gMux Version: 4.0.29 [3.2.8]
Memory slot #0 capacity (MiB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: LPDDR3
Memory slot #1 capacity (MiB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: LPDDR3
Virtual memory max (MiB): 17408.00
Virtual memory used (MiB): 9643.36
Swap memory total (MiB): 1024.00
Swap memory used (MiB): 80.75
Space in storage for jna.tmpdir (MiB): available: 27809.66, total: 319480.97
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 27809.66, total: 319480.97
Space in storage for io.netty.native.workdir (MiB): available: 27809.66, total: 319480.97
Space in storage for java.io.tmpdir (MiB): available: 27809.66, total: 319480.97
Space in storage for workdir (MiB): available: 27809.66, total: 319480.97
JVM Flags: 1 total; -Xmx12032M
Launched Version: 1.21
Launcher name: theseus
Backend library: LWJGL version 3.3.3-snapshot
Backend API: Unknown
Window size: <not initialized>
GFLW Platform: cocoa
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages: <disabled>
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: <unknown> DescriptionAlso tested this crash in multiple other Fabric Loader versions (0.15.0-0.16.4), all of which crashed. No other mods were added onto this profile in Modrinth, as the discovery of this bug/crash was in a larger profile. This was intended to test which mods were incompatible by adding them a dozen-ish at a time. The first dozen crashed, I removed all of the mods, double checked the installation folder that everything was deleted, ran the game with nothing installed, not even the Fabric API, just the Fabric Loader, and the game still crashed. Then did testing by changing Fabric Loader versions. After that, tried in the most recent loader versions (1.16.0-1.16.4) just installing the Fabric API and nothing else, and still crashes persist every time. Specific crash log is from the iteration of using Fabric Loader version 1.16.4 and nothing else installed, not even the API. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Update, Attempted to load a completely clean profile in Modrinth in 1.21.1 instead, with Fabric Loader 0.16.4, with nothing installed, not event the API. additional error message from this:
|
Beta Was this translation helpful? Give feedback.
-
does this happen when installing fabric loader using the mojang launcher and the official fabric loader installer? if not, this sounds like a modrinth issue |
Beta Was this translation helpful? Give feedback.
does this happen when installing fabric loader using the mojang launcher and the official fabric loader installer?
if not, this sounds like a modrinth issue