Linux Cilent not working
15 replies [Last post]
LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0

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.

Help? 

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
Make run.sh (or edit

Make run.sh (or edit minecraft-osx.sh), and place the below in it.

http://www.worldofminecraft.com/H4X/linux.php

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
Eerr I don't quite get it...

Eerr I don't quite get it... copy in paste that to a folder and place it in the osx.sh?

H4X
WoM Founder
WoM Admins
WoM Member: 3
WoM Coins: 6963
Elaborating...

LegoSaur wrote:
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

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
Eh?

I don't know how, whenever I run minecraft.osx.sh nothing happens, so I can't modify it...

And I tried making my own file but that didn't work
Remember, I'm a total noob.

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
Oh wait maybe

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

Yea I replaced it completely too 

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
Do you receive any errors?

Do you receive any errors?

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
Nope

It does absolutely nothing when i try to do run.bat, even when I run in terminal.

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
Because you shouldn't be

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.

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
The edited minecraft.oxs.sh?

The edited minecraft.oxs.sh? I ran it from there too and nothing happened :( 

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
Try doing "chmod 755

Try doing "chmod 755 whatever.sh" then "sh whatever.sh".

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
Ummm ok lol

Ummm ok lol

LegoSaur
WoM Member
Members
WoM Member: 40181
WoM Coins: 0
Btw do I need to replace the

Btw do I need to replace the ENTIRE file or just the top part? 

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
The entire file.

The entire file.

wackozacko
WoM Member
Members
WoM Member: 155150
WoM Coins: 0
I know I'm hijacking a

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.

nico008
WoM Member
Members
WoM Member: 175846
WoM Coins: 0
jar version is '18', native libary version is '17'

I have same issue.
Our java is not too "current"
I think we just don't have latest native files :-(