Setting up H&H on Mac

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Game not running, blank screen

Postby Shahid » Sat Oct 19, 2013 5:45 pm

Hey guys. I have a Mac and I have the latest Java running, but when I start up autohaven.jnlp all I get is a blank grey screen. I let it sit for about an hour thinking it just needed to load or something, but nothing. I tried this a few times and no luck. Any thoughts?
Shahid
 
Posts: 2
Joined: Sat Oct 19, 2013 4:56 pm

Re: Game not running, blank screen

Postby borka » Sat Oct 19, 2013 6:15 pm

You might check at Apple / OsX forums about security settings and such for your OsX to run jnlp files (Java Web Start Launcher) - in the last Apple Java update a few days ago there where changes and i'm not sure if you'd have to extra download the web browser plugin to be able to run autohaven...

Another problem might be your graphic and drivers ...
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game not running, blank screen

Postby HasseKebab » Sat Oct 19, 2013 6:16 pm

I would suggest running the ender's client, heres the mac version
http://www.speedyshare.com/wCRvm/H-H.zip

You start the game via run.command, and if you get any errors downgrade to java 6.
Image
      Image
JOIN THE OFFICIAL H&H DISCORD TODAY

♰ PROUD FORUM MODERATOR 02.01.2024 - 05.10.2024 ♰
User avatar
HasseKebab
 
Posts: 1766
Joined: Sun Mar 06, 2011 8:59 pm

Re: Game not running, blank screen

Postby borka » Sat Oct 19, 2013 6:23 pm

Probably it's Apple Java 6 anyways... and that's the only Java 6 version anyone should run as Apple gets the Java 6 updates from Oracle (which you only get when having a paid service contract)

Again Hasse: Stop recommending Java 6 for any OSses but MacOsX ! Java 6 is vulnerable - exploits are in in the wild!
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game not running, blank screen

Postby HasseKebab » Sat Oct 19, 2013 6:33 pm

borka wrote:Again Hasse: Stop recommending Java 6 for any OSses but MacOsX !


Stop recommending java for any OS?

OP is clearly talking about a Mac ;-;
Image
      Image
JOIN THE OFFICIAL H&H DISCORD TODAY

♰ PROUD FORUM MODERATOR 02.01.2024 - 05.10.2024 ♰
User avatar
HasseKebab
 
Posts: 1766
Joined: Sun Mar 06, 2011 8:59 pm

Union Client on Mac Errors

Postby popfor » Sat Oct 19, 2013 8:11 pm

Alright, I basically copied the run.command from my ender mac version and plopped it in there. I am attempting to get the Union Client (x32) to run on my mac. The error I receive is as follows:
Code: Select all
Last login: Sat Oct 19 13:09:19 on ttys003
Jonathans-MacBook-Pro:~ Popfor$ /Users/Popfor/Downloads/build/run.command ; exit;
Exception in thread "main" java.lang.UnsupportedClassVersionError: haven/MainFrame : Unsupported major.minor version 51.0
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
   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:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
logout

[Process completed]


Any help would be appreciated :) I suck at this stuff :( And my run is currently:
Code: Select all
#!/bin/bash
cd `dirname "$0"`
java -d32 -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Last edited by popfor on Sat Oct 19, 2013 8:52 pm, edited 2 times in total.
Image Image
my avatar is stolen without permission
Image
#badboysclub
User avatar
popfor
 
Posts: 1406
Joined: Sat Dec 25, 2010 2:14 am
Location: E̹̙̺̬̖͈̘̭̙̘̔̈́̍͆͌̋̊̈́̀̎d̡̨̺̠̠̜̲̹͕̯̑̀͂͂̈̇̿̏͝͝g̨̙̻̼͎͖̱͔̗͙̐̅̇͗̈́̔͛̌̌͠ŷ͔̼͓̺̮̪̫̙̬̐͊̀́̊͆͝͝͝ͅ

Re: Union Client on Mac Errors Broka halp

Postby HasseKebab » Sat Oct 19, 2013 8:39 pm

Use java 6, it should it fix.

pls dont get mad Borka ;-;
Image
      Image
JOIN THE OFFICIAL H&H DISCORD TODAY

♰ PROUD FORUM MODERATOR 02.01.2024 - 05.10.2024 ♰
User avatar
HasseKebab
 
Posts: 1766
Joined: Sun Mar 06, 2011 8:59 pm

Re: Union Client on Mac Errors Broka halp

Postby borka » Sat Oct 19, 2013 8:55 pm

guess it's more like you have java 6 installed but Union build was compiled on java 7 - check your javaversion popfor (APX points out that Java7 is needed to run Union in ru forums thread) - you prolly need to dl it from oracle
http://www.oracle.com/technetwork/java/ ... 80261.html if you need to run Union on your OsX (only MacOSX 64Bit - Version 10.7.3 and higher)

also check if you have jogl and gluegen files

can't get mad anymore Hass as i'm mud already - ever seen mad mud?!?
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Union Client on Mac Errors Broka halp

Postby popfor » Sat Oct 19, 2013 9:02 pm

borka wrote:guess it's more like you have java 6 installed but your Union build was compiled on java 7 - check your javaversion popfor

also check if you have jogl and gluegen files

can't get mad anymore Hass as i'm mud already - ever seen mad mud?!?

Considering im a idiot and google did nothing but confuse me, would you be kind enough to provide a link on how to do this? :D
Image Image
my avatar is stolen without permission
Image
#badboysclub
User avatar
popfor
 
Posts: 1406
Joined: Sat Dec 25, 2010 2:14 am
Location: E̹̙̺̬̖͈̘̭̙̘̔̈́̍͆͌̋̊̈́̀̎d̡̨̺̠̠̜̲̹͕̯̑̀͂͂̈̇̿̏͝͝g̨̙̻̼͎͖̱͔̗͙̐̅̇͗̈́̔͛̌̌͠ŷ͔̼͓̺̮̪̫̙̬̐͊̀́̊͆͝͝͝ͅ

Re: Setting up H&H on Mac

Postby borka » Sat Oct 19, 2013 9:05 pm

User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot], Google [Bot] and 1 guest