java.lang.NullPointerException
at beb.a(SourceFile:25)
at beb.<init>(SourceFile:18)
at axa.A_(SourceFile:83)
at axr.a(SourceFile:98)
at net.minecraft.client.Minecraft.a(SourceFile:448)
at bkg.a(SourceFile:240)
at axr.a(SourceFile:72)
at bkg.a(SourceFile:470)
at axr.d(SourceFile:127)
at axr.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(SourceFile:1078)
at net.minecraft.client.Minecraft.K(SourceFile:574)
at net.minecraft.client.Minecraft.run(SourceFile:526)
at java.lang.Thread.run(Thread.java:722)
That is all of the errors that I get. Those show up on the console. The symptom I experience in "game" is that I can not use the multiplayer functionality. When I hit "add server", it brings up the modal, but no keypresses are registered in the text boxes.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
java -Xmx1024M -Xms1024M -cp ~/bin/minecraft.jar net.minecraft.LauncherFrame
and click on "Multiplayer", I get:
java.lang.NullPointerException
at beb.a(SourceFile:25)
at beb.<init>(SourceFile:18)
at axa.A_(SourceFile:83)
at axr.a(SourceFile:98)
at net.minecraft.client.Minecraft.a(SourceFile:448)
at bkg.a(SourceFile:240)
at axr.a(SourceFile:72)
at bkg.a(SourceFile:470)
at axr.d(SourceFile:127)
at axr.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(SourceFile:1078)
at net.minecraft.client.Minecraft.K(SourceFile:574)
at net.minecraft.client.Minecraft.run(SourceFile:526)
at java.lang.Thread.run(Thread.java:722)
Didn't see anything in the forums or JIRA.
Ideas?
-
View User Profile
-
View Posts
-
Send Message
ModeratorThat is all of the errors that I get. Those show up on the console. The symptom I experience in "game" is that I can not use the multiplayer functionality. When I hit "add server", it brings up the modal, but no keypresses are registered in the text boxes.