I have tried lots of things, but I keep getting this error:
java.lang.RuntimeException: Delayed error in resource gfx/hud/hwaup (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.GameUI$MenuButton.<init>(GameUI.java:169)
at haven.GameUI$MainMenu$11.<init>(GameUI.java:995)
at haven.GameUI$MainMenu.<init>(GameUI.java:995)
at haven.GameUI.makemenu(GameUI.java:1072)
at haven.GameUI.<init>(GameUI.java:158)
at haven.GameUI$$_.create(GameUI.java:117)
at haven.Widget.makechild(Widget.java:246)
at haven.UI.newwidget(UI.java:175)
at haven.RemoteUI.run(RemoteUI.java:71)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/hwaup(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/hwaup.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
What am I doing wrong? What should I change? I tried updating to java 8, tried downloading both .jar and .jnlp, tried downloading the source folder, tried opening lsalem.jar (which says Connection refused: Connect when I try logging in)... What should I do?