Crash report
18w44a\: [^crash-2018-10-31_17.03.12-client.txt]
Description: Rendering screen
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/system/GlStateManager
at com.mojang.realmsclient.RealmsMainScreen.drawRealmsLogo(RealmsMainScreen.java:880)
at com.mojang.realmsclient.RealmsMainScreen.render(RealmsMainScreen.java:816)
at cop.a(SourceFile:102)
at czs.a(SourceFile:793)
at clp.d(SourceFile:850)
at clp.b(SourceFile:389)
at net.minecraft.client.main.Main.main(SourceFile:145)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.system.GlStateManager
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 7 more
Linked issues
is duplicated by 21
Attachments
Comments 4
Confirmed 18w49a. Probably happens because of the way that Realms forces you to be on the latest release version, and has a code for saying that the client is outdated, but no path for saying that it's on a higher version, because it's not expected to exist a higher version than Realms does.
Occurs in 18w45a