You are not logged in.
Pages: 1
Hi there!
I just downloaded both minecraft and minecraft-data from the aur, but i can't play the game after login, I only get a black screen.
Terminal Output:
[roobre@Archiroo ~]$ minecraft
28
Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: Can't load library: /home/roobre/.minecraft/bin/natives/liblwjgl.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at org.lwjgl.Sys$1.run(Sys.java:69)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at org.lwjgl.opengl.Display.<clinit>(Display.java:132)
at net.minecraft.client.Minecraft.a(SourceFile:148)
at net.minecraft.client.Minecraft.run(SourceFile:553)
at java.lang.Thread.run(Thread.java:636)I have read that openjdk may causes the problem, because minecraft only works with jre. But I need openjdk to use netbeans and arduino IDE ![]()
Any Solution? Thanks in advance
Last edited by roobre (2010-10-11 10:28:47)
Offline
Can't load library: /home/roobre/.minecraft/bin/natives/liblwjgl.soDoes that exist?
Offline
Nop.
In fact, ~/.minecraft is empty. I put there some files from a Windows version of minecraft to play offline wothout buying the game.
Offline
That's the problem. The Windows client uses dll files for its libraries. Linux uses so. The client downloads them when you log into an account that purchased the game.
Offline
Hmmm, Ok. I supose i will need to buy it.
However, the web version of the "Classic" also doesn't work, and it doesn't need any extra files. What's the problem there?
Last edited by roobre (2010-10-10 21:41:44)
Offline
Perhaps that's an issue with OpenJDK.
Unless you know for sure you can play, buying may be a waste of money.
Offline
Yea, that's the main reason of opening this topic. I know that i can't play with the embedded browser applet, but i'm not sure if I would be able to play whith the desktop version after buying the game.
Can anyone confirm that?
Regards
Offline
Why do you need openjdk? Arch defaults to it, but it's easy to remove and replace with JDK/JRE.
Last edited by skottish (2010-10-10 23:39:38)
Offline
I solved it!
@skottish: Because I got an error when
yaourt -S jretelling me that it was in conflict with openjdk6
But with
yaourt -S jdkworked fine (replaced openJDK succesfully.
Thank you so much dudes!
Offline
Pages: 1