when i try to run multiplayer, a number of java exceptions appear in the terminal window, and i am unable to enter an ip address either for direct connect or add server (the form appears, but typing in the form field produces no characters).
this is on ubuntu 12.04 lts.
any suggestions of help would be much appreciated.
all works fine on windows 7, but i am tired of my kids rebooting my laptop!
-joe
details:
java:
% java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-b01, mixed mode)
i have 4gb ram, 32-bit os, 4 core intel i7 2.13ghz
% uname -a
Linux aidan 3.2.0-48-generic-pae #74-Ubuntu SMP Thu Jun 6 20:05:01 UTC 2013 i686 i686 i386 GNU/Linux
run command:
% # without this, i get
% # Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: /home/anonymous/.minecraft/bin/natives/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
% export LD_LIBRARY_PATH=/usr/lib/jvm/java-7-oracle/jre/lib/i386
% java -Xmx1024M -Xms512M -cp ~/minecraft/minecraft.jar net.minecraft.LauncherFrame
after this i login, see some normal looking output then get
java.io.FileNotFoundException: http://assets.minecraft.net/1_6_has_been_released.flag
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1623)
at kn.a(SourceFile:234)
at bkg.run(SourceFile:113)
at java.lang.Thread.run(Thread.java:724)
i click on multiplayer and get
java.lang.NullPointerException
at bea.a(SourceFile:25)
at bea.<init>(SourceFile:18)
at axa.A_(SourceFile:83)
at axr.a(SourceFile:98)
at net.minecraft.client.Minecraft.a(SourceFile:448)
at bkf.a(SourceFile:277)
at axr.a(SourceFile:72)
at bkf.a(SourceFile:507)
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:724)
java.lang.NullPointerException
at bea.a(SourceFile:25)
at axa.A_(SourceFile:84)
at axr.a(SourceFile:98)
at net.minecraft.client.Minecraft.a(SourceFile:448)
at bkf.a(SourceFile:277)
at axr.a(SourceFile:72)
at bkf.a(SourceFile:507)
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:724)
i click on direct connect, the appropriate form comes up but typing into any field produces nothing.
this is on ubuntu 12.04 lts.
any suggestions of help would be much appreciated.
all works fine on windows 7, but i am tired of my kids rebooting my laptop!
-joe
details:
java:
% java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-b01, mixed mode)
i have 4gb ram, 32-bit os, 4 core intel i7 2.13ghz
% uname -a
Linux aidan 3.2.0-48-generic-pae #74-Ubuntu SMP Thu Jun 6 20:05:01 UTC 2013 i686 i686 i386 GNU/Linux
run command:
% # without this, i get
% # Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: /home/anonymous/.minecraft/bin/natives/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
% export LD_LIBRARY_PATH=/usr/lib/jvm/java-7-oracle/jre/lib/i386
% java -Xmx1024M -Xms512M -cp ~/minecraft/minecraft.jar net.minecraft.LauncherFrame
after this i login, see some normal looking output then get
java.io.FileNotFoundException: http://assets.minecraft.net/1_6_has_been_released.flag
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1623)
at kn.a(SourceFile:234)
at bkg.run(SourceFile:113)
at java.lang.Thread.run(Thread.java:724)
i click on multiplayer and get
java.lang.NullPointerException
at bea.a(SourceFile:25)
at bea.<init>(SourceFile:18)
at axa.A_(SourceFile:83)
at axr.a(SourceFile:98)
at net.minecraft.client.Minecraft.a(SourceFile:448)
at bkf.a(SourceFile:277)
at axr.a(SourceFile:72)
at bkf.a(SourceFile:507)
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:724)
java.lang.NullPointerException
at bea.a(SourceFile:25)
at axa.A_(SourceFile:84)
at axr.a(SourceFile:98)
at net.minecraft.client.Minecraft.a(SourceFile:448)
at bkf.a(SourceFile:277)
at axr.a(SourceFile:72)
at bkf.a(SourceFile:507)
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:724)
i click on direct connect, the appropriate form comes up but typing into any field produces nothing.
-
View User Profile
-
View Posts
-
Send Message
Retired Staff