Kind of beating a dead horse imho, but I'm trying once again to get this to work. I never managed to before, and now I'm taking another crack at it. Fresh batch of commands, fresh batch of errors. Here are my caps of them;

That's with the "start", but I saw DoG mention to remove it in previous posts, so I tried it;

The error you see there is just booting up to the title screen, which loads fine. The load to the char select is functional also, right up until you choose which location to spawn to. Then I get this error here;
- Code: Select all
Exception in thread "Haven main thread" java.lang.RuntimeException: Delayed erro
r in resource paginae/add/hide (v2), from forking source backed by HTTP res sour
ce (http://www.havenandhearth.com/res/)
at haven.Resource.checkerr(Resource.java:1072)
at haven.Resource.layer(Resource.java:955)
at haven.MenuGrid.cons(MenuGrid.java:75)
at haven.MenuGrid.<init>(MenuGrid.java:97)
at haven.MenuGrid$1.create(MenuGrid.java:49)
at haven.UI.newwidget(UI.java:169)
at haven.RemoteUI.run(RemoteUI.java:74)
at haven.MainFrame.run(MainFrame.java:178)
at haven.MainFrame.main2(MainFrame.java:250)
at haven.MainFrame.access$100(MainFrame.java:34)
at haven.MainFrame$6.run(MainFrame.java:293)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/add/hide
(v2), from forking source backed by HTTP res source (http://www.havenandhearth.c
om/res/)
at haven.Resource$Loader.handle(Resource.java:415)
at haven.Resource$Loader.run(Resource.java:389)
... 1 more
Caused by: java.io.FileNotFoundException: http://www.havenandhearth.com/res/pagi
nae/add/hide.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at haven.Resource$HttpSource.get(Resource.java:344)
at haven.Resource$TeeSource.get(Resource.java:239)
at haven.Resource$Loader.handle(Resource.java:409)
... 2 more
At which point the window shuts down and I'm left with the command window open.
I know that I'm running java 1.5.0_22, but this is the only functional version of java that I can run H&H on with my computer. I've tried running 1.6, but it just tells me that the game has encountered an error.
Gilbertus works fine on my computer, and so does the main client. I could get more info if it's needed.
Thanks again forum dudes. XP