hube12 / DecompilerMC

This repository allows you to decompile any minecraft version that was published after 19w36a without any 3rd party mappings, you just need to execute the script or the executable (see releases)! Thanks mojang to have published proguard mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Could not load the following classes"

hornta opened this issue Β· comments

I'm getting some problems with classes not decompiling. Is there something I can do about that or is it just the way things are? πŸ˜„

/*
 * Decompiled with CFR 0.146.
 * 
 * Could not load the following classes:
 *  com.mojang.bridge.Bridge
 *  com.mojang.bridge.game.GameSession
 *  com.mojang.bridge.game.GameVersion
 *  com.mojang.bridge.game.Language
 *  com.mojang.bridge.game.PerformanceMetrics
 *  com.mojang.bridge.game.RunningGame
 *  com.mojang.bridge.launcher.Launcher
 *  com.mojang.bridge.launcher.SessionEventListener
 *  javax.annotation.Nullable
 */
commented

This is not a problem, those are dependencies that I didn't resolved before launching the decompilation because decompiling those makes no sense. They are librairies that mojang use that are not part of Minecraft source code. You can see all of them on github and alike.

Aha, can you give me any hints on where to find them? I've been going crazy because I can't find them anywhere and they are my last missing puzzle piece 😁