I can't get the hax to work on Ubuntu, have done everything perfectly but whenever I try to use it it tells me that Minecraft.jar is not found. Yes, I extracted, put minecraft.jar in the lib, everything. I have done this twice on my PC so I know I'm following instructions right. I have even tried to put all the extracted files in one folder and tried it, but to no avail.
Eerr I don't quite get it... copy in paste that to a folder and place it in the osx.sh?
Eerr I don't quite get it... copy in paste that to a folder and place it
in the osx.sh?
Just edit the osx.sh file and completely replace the contents with http://www.worldofminecraft.com/H4X/linux.php
I don't know how, whenever I run minecraft.osx.sh nothing happens, so I can't modify it...
uhh I found out how to modify it, I had to open with gedit, and I put all that in there but it still doesn't work
Do you receive any errors?
It does absolutely nothing when i try to do run.bat, even when I run in terminal.
Because you shouldn't be running "run.bat". "run.bat" is the file for Windows clients. In the terminal run "./linux.sh", depending on what you named the .sh file.
The edited minecraft.oxs.sh? I ran it from there too and nothing happened :(
Try doing "chmod 755 whatever.sh" then "sh whatever.sh".
Ummm ok lol
Btw do I need to replace the ENTIRE file or just the top part?
The entire file.
I know I'm hijacking a thread, but I've followed all the instructions I can find on the forums for getting it to work under linux and I still can't seem to run it. I had to make a couple of changes to get it even to start up and not give me a 'Could not find the main class: Main' error. Firstly, the .jar file currently on the minecraft server is called 'Minecraft.jar' and not 'minecraft.jar'. Secondly, when executing the jar you don't run Main, you run net.minecraft.LauncherFrame
So my current linux.sh file looks like this
#!/bin/sh
java -Xms1024M -Xmx1024M -cp .:lib/jinput.jar:lib/lwjgl.jar:lib/lwjgl_util.jar:lib/World of Minecraft.jar:lib/minecraft.jar -Djava.library.path=native/linux net.minecraft.LauncherFrame
Now the login frame pops up but as soon as I log in and a loading bar quickly flashes by, I get an error in the terminal
Exception in thread "Minecraft main thread" java.lang.LinkageError: Version mismatch: jar version is '17', native libary version is '18'
From the error it looks like my java version is too current but I don't know enough about java errors to really tell. Any help would be appreciated.
I have same issue.
Our java is not too "current"
I think we just don't have latest native files :-(
WoM Coins: 20
Make run.sh (or edit minecraft-osx.sh), and place the below in it.
http://www.worldofminecraft.com/H4X/linux.php