Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reobfuscating with minecraft.class edited will crash when loading the game in the offical launcher? #36

Open
LiEnby opened this issue Dec 15, 2020 · 1 comment

Comments

@LiEnby
Copy link

LiEnby commented Dec 15, 2020

All i did was change if (this.isMultiplayerWorld() && Keyboard.getEventKey() == this.gameSettings.keyBindChat.keyCode) { to
if (Keyboard.getEventKey() == this.gameSettings.keyBindChat.keyCode) {
so i could use the chat in singleplayer, but when i load the thing in the launcher the game crashes.


02:11:22.120
Preparing to launch minecraft client for b1.7.3-SilicaClient
02:11:23.075
Couldn't fetch SHA1 checksum for https://s3.amazonaws.com/Minecraft.Download/versions/b1.7.3-SilicaClient/b1.7.3-SilicaClient.jar
02:11:23.077
Have local file C:\Users\User\AppData\Roaming\.minecraft\versions\b1.7.3-SilicaClient\b1.7.3-SilicaClient.jar but don't know what size or hash it should be. Have to assume it's good.
02:11:23.078
Checking installations.
02:11:23.079
Minecraft client b1.7.3-SilicaClient is ready to start.
02:11:23.079
Starting!
02:11:23.886
Version does not support log configuration, will assume one plaintext entry per line
02:11:39.103
Dec 16, 2020 2:11:39 AM net.minecraft.launchwrapper.LogWrapper log
02:11:39.103
INFO: Using tweak class name net.minecraft.launchwrapper.VanillaTweaker
02:11:39.136
Dec 16, 2020 2:11:39 AM net.minecraft.launchwrapper.LogWrapper log
02:11:39.136
SEVERE: Unable to launch
02:11:39.137
java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
02:11:39.137
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
02:11:39.137
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
02:11:39.137
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
02:11:39.137
at java.lang.Class.forName0(Native Method)
@moderatorman
Copy link

I'm kinda shocked nobody answered this. I believe you can fix it by simply deleting MOJANG_C.SF & MOJANG_C.DSA from META-INF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants