Note: I'm not sure whether or not I've posted this in the right section, but since I haven't really modded my client I guess this is the right place.
Hey guys,
These past few days I've been working really hard to get the 1.6 release of Minecraft compatible with my old Mac 10.4.11. I've already passed trough most of the steps successfully, including downloading the libraries and natives and backporting all of the source code, but now there's a more serious problem that I can't manage to solve. Basically what I do is I set my current directory to "Users/Totom3/
library/Application\ Support/minecraft/versions/1.6.2/" and run the following command, which would normally start my client:
java -cp ***Classpath not important*** -Xdock:name=Minecraft -Xdock:icon=../../assets/icons/minecraft.icns -Djava.library.path=../../natives/ net.minecraft.main.Main
But then it returns the following error line:
Exception in thread "main" java.lang.UnsatisfiedLinkError: library/Application\ Support/minecraft/natives/liblwjgl.jnilib
And obviously doesn't help me at all and doesn't tell me much about what causes the error. I however know that the error isn't caused by a missing *.jnilib because then it would have caused :
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
Now since Minecraft 1.6 uses LWJGL 2.9.0, which isn't compatible with a Mac 10.4 anymore, I have installed LWJG 2.8.5 by replacing the jars and the natives but it doesn't solve the problem and the error is still the same.
Computer : iMac OS X 10.4.11
Java version: Java 1.5.0_19
Javac version: Javac 1.5.0_19
Please don't just post that I can't get the 1.6 release compatible with my old Mac unless you have reasons to think so, because it won't help and I won't stop until I find a way to do this or if I see that it is impossible to do it.
Thanks ! ;D
Rollback Post to RevisionRollBack
I love Minecraft!
To post a comment, please login or register a new account.
Hey guys,
These past few days I've been working really hard to get the 1.6 release of Minecraft compatible with my old Mac 10.4.11. I've already passed trough most of the steps successfully, including downloading the libraries and natives and backporting all of the source code, but now there's a more serious problem that I can't manage to solve. Basically what I do is I set my current directory to "Users/Totom3/
But then it returns the following error line:
Thanks ! ;D