Hello Im trying to play minecraft on linux (ubuntu) but When I click play on minecraft the client Disappers, 30 or 40 seconds later is come back with this error-
OpenJDK Zero VM warning: You have loaded library /home/matty/.minecraft/versions/1.8/1.8-natives-21590588013499/liblwjgl64.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/matty/.minecraft/versions/1.8/1.8-natives-21590588013499/liblwjgl.so: /home/matty/.minecraft/versions/1.8/1.8-natives-21590588013499/liblwjgl.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1880)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at org.lwjgl.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at bsu.I(SourceFile:2462)
at net.minecraft.client.main.Main.main(SourceFile:40)
Just tell me what this means and how to fix it thanks!
OpenJDK Zero VM warning: You have loaded library /home/matty/.minecraft/versions/1.8/1.8-natives-21590588013499/liblwjgl64.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/matty/.minecraft/versions/1.8/1.8-natives-21590588013499/liblwjgl.so: /home/matty/.minecraft/versions/1.8/1.8-natives-21590588013499/liblwjgl.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1880)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at org.lwjgl.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at bsu.I(SourceFile:2462)
at net.minecraft.client.main.Main.main(SourceFile:40)
Just tell me what this means and how to fix it thanks!