You are not logged in.

#1 2010-10-10 20:37:40

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 36
Website

Problem running Minecraft [SOLVED]

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 sad

Any Solution? Thanks in advance

Last edited by roobre (2010-10-11 10:28:47)

Offline

#2 2010-10-10 20:53:44

urist
Member
Registered: 2009-02-22
Posts: 248

Re: Problem running Minecraft [SOLVED]

Can't load library: /home/roobre/.minecraft/bin/natives/liblwjgl.so

Does that exist?

Offline

#3 2010-10-10 20:59:31

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 36
Website

Re: Problem running Minecraft [SOLVED]

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

#4 2010-10-10 21:29:27

urist
Member
Registered: 2009-02-22
Posts: 248

Re: Problem running Minecraft [SOLVED]

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

#5 2010-10-10 21:34:13

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 36
Website

Re: Problem running Minecraft [SOLVED]

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

#6 2010-10-10 21:55:21

urist
Member
Registered: 2009-02-22
Posts: 248

Re: Problem running Minecraft [SOLVED]

Perhaps that's an issue with OpenJDK.

Unless you know for sure you can play, buying may be a waste of money.

Offline

#7 2010-10-10 21:58:31

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 36
Website

Re: Problem running Minecraft [SOLVED]

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

#8 2010-10-10 23:39:12

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Problem running Minecraft [SOLVED]

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

#9 2010-10-11 10:28:31

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 36
Website

Re: Problem running Minecraft [SOLVED]

I solved it!
@skottish: Because I got an error when

yaourt -S jre

telling me that it was in conflict with openjdk6

But with

yaourt -S jdk

worked fine (replaced openJDK succesfully.

Thank you so much dudes!

Offline

Board footer

Powered by FluxBB