SacreDoom wrote:Mac is not a gaming computer.
sabinati wrote:ok for starters, all you are going to need is the mac osx universal zip file (http://www.mediafire.com/?tltxyj6ymallaab) and the new jar file from spiff (http://havengoons.com/gilbertus/haven.zip). unzip the hh-osx-universal.zip file to a folder, open the folder, unzip the haven.zip and copy those files into the hh-macosx-universal folder to update it.
now open Applications/Utilities/Java Preferences.app, drag the 32-bit java version to the first spot so that the client will use 32-bit java instead of 64-bit.
now in your hh-osx-universal folder, open run.bat in textedit. add a line to change the directory to your game folder. in my case, the game folder is in Downloads/hh-macosx-universal/ so now my run.bat looks like this:
- Code: Select all
cd Downloads/hh-macosx-universal/
java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
save it, close it, and rename it run.command. double click it. then go get yourself a clean pair of pants.
SacreDoom wrote:Mac is not a gaming computer.
Iryn wrote:Ender works fine on Linux, which should be similar enough. (Yes I know, BSD blah blah blah black turtleneck sweater) I just had to modify run.bat a bit, so you should be able to hammer it into functioning on mac. (Modified run.bat to: java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res)
I'm about to have a go at this on a Macbook Air tomorrow. If I get it working, I'll let you know how.
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at haven.Widget.initbardas(Widget.java:66)
at haven.RemoteUI.<init>(RemoteUI.java:35)
at haven.MainFrame.run(MainFrame.java:177)
at haven.MainFrame.main2(MainFrame.java:250)
at haven.MainFrame.access$100(MainFrame.java:34)
at haven.MainFrame$6.run(MainFrame.java:291)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/fbtn (v-1), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
at haven.Resource.checkerr(Resource.java:1058)
at haven.Resource.layer(Resource.java:941)
at haven.Resource.loadimg(Resource.java:1068)
at haven.Window.<clinit>(Window.java:45)
... 9 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/fbtn(v-1), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
at haven.Resource$Loader.handle(Resource.java:401)
at haven.Resource$Loader.run(Resource.java:375)
... 1 more
Caused by: java.io.FileNotFoundException: http://www.havenandhearth.com/res/gfx/hud/fbtn.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at haven.Resource$HttpSource.get(Resource.java:330)
at haven.Resource$TeeSource.get(Resource.java:225)
at haven.Resource$Loader.handle(Resource.java:395)
... 2 more
logout
[Process completed]
java -Xms256m -Xmx512m -jar /Users/HangedOne/Desktop/Ender/haven.jar moltke.seatribe.se -r ./res
Mitudev wrote:Iryn wrote:Ender works fine on Linux, which should be similar enough. (Yes I know, BSD blah blah blah black turtleneck sweater) I just had to modify run.bat a bit, so you should be able to hammer it into functioning on mac. (Modified run.bat to: java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res)
I'm about to have a go at this on a Macbook Air tomorrow. If I get it working, I'll let you know how.
Posted this in another thread, but I am getting blocked here:
- Code: Select all
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at haven.Widget.initbardas(Widget.java:66)
at haven.RemoteUI.<init>(RemoteUI.java:35)
at haven.MainFrame.run(MainFrame.java:177)
at haven.MainFrame.main2(MainFrame.java:250)
at haven.MainFrame.access$100(MainFrame.java:34)
at haven.MainFrame$6.run(MainFrame.java:291)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/fbtn (v-1), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
at haven.Resource.checkerr(Resource.java:1058)
at haven.Resource.layer(Resource.java:941)
at haven.Resource.loadimg(Resource.java:1068)
at haven.Window.<clinit>(Window.java:45)
... 9 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/fbtn(v-1), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
at haven.Resource$Loader.handle(Resource.java:401)
at haven.Resource$Loader.run(Resource.java:375)
... 1 more
Caused by: java.io.FileNotFoundException: http://www.havenandhearth.com/res/gfx/hud/fbtn.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at haven.Resource$HttpSource.get(Resource.java:330)
at haven.Resource$TeeSource.get(Resource.java:225)
at haven.Resource$Loader.handle(Resource.java:395)
... 2 more
logout
[Process completed]
This is my run.command:
- Code: Select all
java -Xms256m -Xmx512m -jar /Users/HangedOne/Desktop/Ender/haven.jar moltke.seatribe.se -r ./res
Any guidance?
Users browsing this forum: Claude [Bot], PetalBot [Bot] and 1 guest