I have been trying to run Minecraft on my Ubuntu 12.10 partition now for the past few days but every time I try to sign in I get a black screen right after. I have followed other instructions on updating the lwjgl files along with the native files then adding new ones and even deleting the .minecraft folder and then rerunning the Minecraft.jar file and nothing seems to be working. Recently I tried running the .jar from the Terminal and I got this exception:
[email protected]:~/Desktop$ java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame
asdf
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: /home/john/.minecraft/bin/natives/liblwjgl.so: /home/john/.minecraft/bin/natives/liblwjgl.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
at java.lang.Runtime.load0(Runtime.java:792)
at java.lang.System.load(System.java:1059)
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 net.minecraft.client.Minecraft.F(SourceFile:1976)
at asz.<init>(SourceFile:20)
at net.minecraft.client.Minecraft.<init>(SourceFile:75)
at asq.<init>(SourceFile:38)
at net.minecraft.client.MinecraftApplet.init(SourceFile:38)
at net.minecraft.Launcher.replace(Launcher.java:136)
at net.minecraft.Launcher$1.run(Launcher.java:79)
I was wondering if anyone might know how to solve this issue as all the other solutions have not been working for me. I am using the Oracle Java 7 Runtime when I try to run the .jar normally.
System stats:
OS: Ubuntu 12.10
Processor: Intel Core i5
RAM: 8GB
HDD space: approx. 175GB for Ubuntu Partition
I have determined the cause of my dilemma. It seems I tried using an older version of the lwjgl files by accident. I was using the lwjgl version 2.5 instead of the newest lwjgl version 2.8.5.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I was wondering if anyone might know how to solve this issue as all the other solutions have not been working for me. I am using the Oracle Java 7 Runtime when I try to run the .jar normally.
System stats:
OS: Ubuntu 12.10
Processor: Intel Core i5
RAM: 8GB
HDD space: approx. 175GB for Ubuntu Partition