World of Minecraft client on Mac
23 replies [Last post]
ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13

When I run the World of Minecraft client on my Mac, it says:
_________________________________________________________________________
/Users/________/Desktop/___________/Games/World of Minecraft/run.bat: line 1: @echo: command not found
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-jvm is a synonym for the "client" VM [deprecated]
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.

-cp (class search path of directories and zip/jar files)
-classpath (class search path of directories and zip/jar files)
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D(name)=(value)
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:(value)
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:(packagename)...|:(classname)]
-enableassertions[:(packagename)...|:(classname)]
enable assertions
-da[:(packagename)...|:(classname)]
-disableassertions[:(packagename)...|:(classname)]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
/Users/________/Desktop/___________/Games/World of Minecraft/run.bat: line 2: liblwjgl.jar: command not found
/Users/________/Desktop/___________/Games/World of Minecraft/run.bat: line 2: liblwjgl_util.jar: command not found
/Users/________/Desktop/___________/Games/World of Minecraft/run.bat: line 2: libwom.jar: command not found
/Users/________/Desktop/___________/Games/World of Minecraft/run.bat: line 2: libminecraft.jar: command not found
logout
[Process completed]
_________________________________________________________________________
I have "minecraft-osx.sh" in the directory.
What do I do???

EDIT: Blocked out some private folder names. Hope anyone doesn't remember any of them.

danny135
WoM Member
Members
WoM Member: 2610
WoM Coins: 2
This happens...

This exact same thing happens to me!

spoonalious
WoM Member
Members
WoM Member: 2041
WoM Coins: 0
Hi guys, The problem is, you

Hi guys,

The problem is, you are using the .bat file which is for Windows.

To use the Mac version, follow these instructions:

1.) Ensure you have downloaded the Mac version.
2.) Extract the Mac version into a directory (eg, Documents/Minecraft)
3.) Start Terminal (enter Spotlight (Command + Space)) and type Terminal
4.) Navigate to your direction where you extracted this client, e.g.,

cd /home/username/Documents/minecraft/

5.) Type sudo chmod a+x mineshaft.sh
6.) Type ' ./minecraft.sh'

And the login should popup.

Shoot me a PM if you can't get it to work and I can provide a rollup package I made for Mac to make life easy peasy.

Best of luck. :)

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
Thanks, but...

Nope, using the "sudo" command requires a password and I don't know the password for the computer.

catchapootwo
WoM Member
Members
WoM Member: 3774
WoM Coins: 0
Please help =[

All i need is for someone to tell me where to download the mac version of the client i can't seem to find it anywhere on this site

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
Umm...

There is NO Mac version...

Well, there is, but it's the same as the Windows version. All you need to do is run minecraft-osx.sh or whatever that file is called with Terminal.

jonnyabc
WoM Member
Members
WoM Member: 256
WoM Coins: 7
this might help

open terminal and put these commands in and on every line break i put, u press enter

cd /Users/________/Desktop/___________/Games/World of Minecraft/(or drag the folder here)

chmod +x minecraft-osx.sh

./minecraft-osx.sh

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
Tried it.

I get this:

./minecraft-osx.sh: line 8: /System/Library/Frameworks/JavaVM.framework/Versions
/1.6.0/Home/bin/java: No such file or directory

catchapootwo
WoM Member
Members
WoM Member: 3774
WoM Coins: 0
I Got an error =[

Macintosh-6:~ xynias$ /Users/xynias/Desktop/womclient-1 
-bash: /Users/xynias/Desktop/womclient-1: is a directory
Macintosh-6:~ xynias$ chmod +x minecraft-osx.sh
chmod: minecraft-osx.sh: No such file or directory
Macintosh-6:~ xynias$ 
(xynias is the name of my computer)

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
BTW

What you're supposed to put is:

cd /Users/________/Desktop/___\__\______/Games/World\ of\ Minecraft/

moogle
WoM Member
Members
WoM Member: 225
WoM Coins: 0
err, is there any convenient

err, is there any convenient way to start up the client without having to start it from the terminal each time? :(

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
...

Don't think there is, sorry.

Whoops, read the post below.

eilios
WoM Member
Members
WoM Member: 2967
WoM Coins: -1
Yeah, once you have tested it

Yeah, once you have tested it to work you can put the commands in a file, and use that file as a launcher(be sure to add a shebang in front).

moogle
WoM Member
Members
WoM Member: 225
WoM Coins: 0
yeah, i have no idea how to

yeah, i have no idea how to compile commands. does anyone have a file that can do this for me? or one i could edit (changing file paths, etc.)

cc_skippy
WoM Member
Members
WoM Member: 1251
WoM Coins: 0
GOT THE HACKS TO WORK!!!

ok, I got the hacks to work on mac osx 10.5... after a ton of trial and error here's how I did it
1. downloaded the minecraft.jar file
2. downloaded the World of Minecraft hack (idk the actuall name of the file)
3. unzipped the file to my desktop
4. put the minecraft.jar file into the lib folder which is in your World of Minecraft hacks folder
5. right click on the .sh file(idk the actuall name of it, all I remember is that it ends with a .sh)
6. choose how to open it at choose terminal
7. choose "always open with" and click ok, it should then pop up the login screen
8. if you need help, find me on xfire (skippy722) or on camanche clans teamspeak server (www.camancheclan.com) and I'll help you with teamviewer

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
...

Nope, tried that. It doesn't work. D:
I get this:

Last login: Sun Nov  1 19:14:26 on console
/Users/________/Desktop/___\__\ _____/Games/World\ of\ Minecraft\ Client\ 1.5.7/minecraft-osx.sh; exit
Welcome to Darwin!
_____-____-Computer:~ ________$ /Users/________/Desktop/___\__\ _____/Games/World\ of\ Minecraft\ Client\ 1.5.7/minecraft-osx.sh; exit
/Users/________/Desktop/___\__\ _____/Games/World of Minecraft Client 1.5.7/minecraft-osx.sh: line 7: cd: /Users/________/_______/_____: No such file or directory
/Users/________/Desktop/__________/Games/World of Minecraft Client 1.5.7/minecraft-osx.sh: line 12: /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java: No such file or directory
logout
[Process completed]

Jords
WoM Member
Members
WoM Member: 195
WoM Coins: 8
Idea

You sure you have Java on it, since it's saying

/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java: No such file or directory
logout

Or maybe you have java in a different location

whitworth321
WoM Member
Members
WoM Member: 88939
WoM Coins: 0
Thanks got it to work :D

Thanks got it to work :D

cc_skippy
WoM Member
Members
WoM Member: 1251
WoM Coins: 0
hhmm...

delete anything and everything World of Minecraft or minecraft related on your computer and try again from scratch
oh, did you unzip the file? if it's in a .zip file it won't run

ummwat
WoM Member
Members
WoM Member: 375
WoM Coins: 13
Umm

Of course I unzipped it.

wolfx
WoM Member
Members
WoM Member: 4823
WoM Coins: 0
Automator

I used automator to launch mine for a while, now it just doesnt work after I updated today though

cc_skippy
WoM Member
Members
WoM Member: 1251
WoM Coins: 0
hhmm...

oh, if you unzipped fhe rile to your desktop you have to open it from your desktop
I tried moving the folder that contained all the hacks to a diff folder that was off my desktop and it gave me an error that knew looks like what ummwat is getting

cotton55
WoM Member
Members
WoM Member: 107832
WoM Coins: 0
of course its an error

i would type everything and this always pops up -bash: cd: /home/username/Documents/minecraft/sudo: Input/output error, why please tell me i rlly want to know

j6_unlimited
WoM Member
Members
WoM Member: 148425
WoM Coins: 0
!!t

I get this apollo:~ cbw$ /Users/cbw/Desktop/womclient-1.5.9/minecraft-osx.sh ; exit;

Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApplet
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 12 more
logout
[Process completed]