Lilboarder32 wrote:Hi, I really like the looks of this client. I am on a mac, and there's nothing I'm going to do about it, so don't bother with any "get a pc" comments. I downloaded newest 32-bit and would like to know how to run it. Mac's are not able to run .bat files, but use .command files. I renamed run.bat to run.command and edited the contents to this:
- Code: Select all
java -Xmx1024M -Xms1024M -jar /Users/Admin/Desktop/HnH_Ender/haven.jar
When I run it, the Terminal looks like this:
I tried reading and understanding what it said and one thing that stuck out to me was "no jogl in java.library.path". I checked the directory and noticed There is 4 files with the word "jogl" in it: jogl_awt.dll, jogl_cg.dll, jogl.dll, and jogl.jar. I am not sure whether the client is only built to work on windows, which I doubt as it's java related, but I would really like to use this client. Thanks for all and any support.
Your error indicates that you are missing some libraries. I don't know where to get those for mac, but if you have some other client working on mac, then you can just copy haven.jar and res folder from my 32bit client archive there and it should work. And add -r ./res to command file.