You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
All i did was change
if (this.isMultiplayerWorld() && Keyboard.getEventKey() == this.gameSettings.keyBindChat.keyCode) {
toif (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.
The text was updated successfully, but these errors were encountered: