I'm having this issue today, not exactly sure how to fix, here is the error dump!
java.lang.ExceptionInInitializerError
at haven.minimap.Radar.<init>(Radar.java:19)
at haven.OCache.<init>(OCache.java:41)
at haven.Glob.<init>(Glob.java:48)
at haven.Session.<init>(Session.java:827)
at haven.Bootstrap.run(Bootstrap.java:171)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/wnd/obtn (v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource.checkerr(Resource.java:1512)
at haven.Resource.layer(Resource.java:1396)
at haven.Resource.layer(Resource.java:1405)
at haven.Resource.loadimg(Resource.java:1522)
at haven.Window.<clinit>(Window.java:51)
... 7 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/wnd/obtn(v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource$Loader.handle(Resource.java:446)
at haven.Resource$Loader.run(Resource.java:420)
... 1 more
Caused by: java.io.FileNotFoundException: http://game.salemthegame.com/res/gfx/hud/wnd/obtn.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:370)
at haven.Resource$TeeSource.get(Resource.java:266)
at haven.Resource$Loader.handle(Resource.java:439)
... 2 more
Can anyone offer suggestions?
Thanks