If I run the bat file I get this error:
C:\Users\...\Desktop\H and H\anemone>"C:\Program Files\Java\jre7\bin\jav
a.exe" -Xms512m -Xmx1024m -jar "C:\Users\...\Desktop\H and H\anemone\mai
d.jar" moltke.seatribe.se -r ./res
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\Users
\...\AppData\Local\Temp\jogamp_0000\file_cache\jln1625270047791048512\jl
n5818719188072302044\gluegen-rt.dll: Adgang nµgtet
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoad
erBase.java:530)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.ja
va:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNIL
ibLoaderBase.java:96)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.j
ava:414)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrar
y(DynamicLibraryBundle.java:388)
at com.jogamp.common.os.Platform$1.run(Platform.java:203)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:173)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
at javax.media.opengl.GLCapabilities.<init>(GLCapabilities.java:84)
at haven.HavenPanel.<clinit>(HavenPanel.java:68)
at haven.MainFrame.<init>(MainFrame.java:149)
at haven.MaidFrame.<init>(MaidFrame.java:18)
at haven.MaidFrame.main2(MaidFrame.java:383)
at haven.MaidFrame.access$200(MaidFrame.java:12)
at haven.MaidFrame$6.run(MaidFrame.java:341)
at java.lang.Thread.run(Unknown Source)
If I run it as administrator the client starts up for one sec and close and I get the this error:
C:\Windows\system32>"C:\Program Files\Java\jre7\bin\java.exe" -Xms512m -Xmx1024m
-jar "C:\Users\...\Desktop\H and H\anemone\maid.jar" moltke.seatribe.se
-r ./res
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at haven.MaidFrame.sessionRunner(MaidFrame.java:252)
at haven.MaidFrame.run(MaidFrame.java:306)
at haven.MaidFrame.main2(MaidFrame.java:397)
at haven.MaidFrame.access$200(MaidFrame.java:12)
at haven.MaidFrame$6.run(MaidFrame.java:341)
at java.lang.Thread.run(Unknown Source)
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:1209)
at haven.Resource.layer(Resource.java:1092)
at haven.Resource.loadimg(Resource.java:1219)
at haven.WindowTrans.<clinit>(WindowTrans.java:41)
... 6 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/fbtn(v1)
, from forking source backed by HTTP res source (
http://www.havenandhearth.com/res/)
at haven.Resource$Loader.handle(Resource.java:482)
at haven.Resource$Loader.run(Resource.java:456)
... 1 more
Caused by: java.io.FileNotFoundException:
http://www.havenandhearth.com/res/gfx/hud/fbtn.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at haven.Resource$HttpSource.get(Resource.java:411)
at haven.Resource$TeeSource.get(Resource.java:304)
at haven.Resource$Loader.handle(Resource.java:476)
... 2 more