Need help with World of Minecraft client on FreeBSD
1 reply [Last post]
hounddowg1
WoM Member
Members
WoM Member: 279127
WoM Coins: 2

Hey I am new to this and I downloaded the Linux classic World of Minecraft client on my FreeBSD machine. Everything worked fine until I logged in. As soon as I entered in my username and password on the client, the little login screen disappears and nothing happens after that. I used the "top" command to see if java was still running, and it was, but I waited for 5-10 minutes and still nothing happened so I terminated java. Has anyone else had this problem before?

hounddowg1
WoM Member
Members
WoM Member: 279127
WoM Coins: 2
Ok, I just read the error

Ok, I just read the error message. It is a problem with one of the library files. It says:

"Exception in thread "main" java.lang.UnsatisfiedLinkError: /root/wom_linux/native/liblwjgl.so: /root/wom_linux/native/liblwjgl.so: unsupported file layout (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1932)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1829)
at java.lang.Runtime.load0(Runtime.java:787)
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 org.lwjgl.opengl.Display.<clinit>(Display.java:129)
at com.World of Minecraft.Wom.run(World of Minecraft.java:196)
at com.World of Minecraft.Boot.main(Boot.java:160)
"