Whenever I click the "Play" button in the Minecraft launcher, Minecraft crashes and gives me this crash log:
Crash Log:
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Java HotSpot(TM) Client VM warning: You have loaded library /home/pi/.minecraft/versions/1.8.1/1.8.1-natives-434127301139/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/pi/.minecraft/versions/1.8.1/1.8.1-natives-434127301139/liblwjgl.so: /home/pi/.minecraft/versions/1.8.1/1.8.1-natives-434127301139/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.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
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 bss.I(SourceFile:2488)
at net.minecraft.client.main.Main.main(SourceFile:41)
I'm launching with these JVM arguments: -Xmx500M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
I have Java Version 1.8.0
CPU: ARM1176JZF-S 700MHz
GPU: VideoCore IV
RAM: 500 Megabytes
Rollback Post to RevisionRollBack
if (∞/0!=∞):
System.out.println("Test successful, " + ∞/0 + " is not infinity");
There must be some way to install the libraries on an ARM processor, even if Minecraft can only run at 2FPS, it would be cool to see it running on a Raspberry Pi!
Rollback Post to RevisionRollBack
if (∞/0!=∞):
System.out.println("Test successful, " + ∞/0 + " is not infinity");
Crash Log:
Java HotSpot(TM) Client VM warning: You have loaded library /home/pi/.minecraft/versions/1.8.1/1.8.1-natives-434127301139/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/pi/.minecraft/versions/1.8.1/1.8.1-natives-434127301139/liblwjgl.so: /home/pi/.minecraft/versions/1.8.1/1.8.1-natives-434127301139/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.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
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 bss.I(SourceFile:2488)
at net.minecraft.client.main.Main.main(SourceFile:41)
I have Java Version 1.8.0
CPU: ARM1176JZF-S 700MHz
GPU: VideoCore IV
RAM: 500 Megabytes
if (∞/0!=∞): System.out.println("Test successful, " + ∞/0 + " is not infinity");if (∞/0!=∞): System.out.println("Test successful, " + ∞/0 + " is not infinity");How can Minecraft run on Raspberry Pi?
It lacks the necessary power even to keep ~5FPS!
Error is because it uses native libraries, that aren't made for ARM.
I Support isNatural NBT on blocks!
if (∞/0!=∞): System.out.println("Test successful, " + ∞/0 + " is not infinity");I Support isNatural NBT on blocks!