NoClassDefFoundError: Could not initialize class com.wynntils.core.managers.Managers Preventing Game Launch
san7890 opened this issue ยท 2 comments
Using Fabric. Found by compiling 246b9ee (most recent commit at the time of this issue). Appears to be a different bug than what that commit fixes (alpha version 170 crashes for a different reason, presumably because it's missing the code introduced in the aforementioned commit).
NoClassDefFoundError: Could not initialize class com.wynntils.core.managers.Managers
at com.wynntils.core.mod.CrashReportManager.generateDetails(CrashReportManager.java:35)
at net.minecraft.class_128.handler$bml000$addWynntilsDetails(class_128.java:525)
at net.minecraft.class_128.method_555(class_128.java:77)
at net.minecraft.class_128.method_568(class_128.java:132)
at net.minecraft.class_310.method_1565(class_310.java:842)
at net.minecraft.client.main.Main.main(Main.java:207)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)