
Hello all,
Running macOS 10.10.5, install of HnH prompted me to do java update and so it appears to be working on the right java
Game loads only up to a point.
the client screen comes up and all, but before any play starts. the rest of the screen is black ( text on it says waiting for map data) and i get the following error:
at haven.UI.draw(UI.java:140)
at haven.HavenPanel.rootdraw(HavenPanel.java:289)
at haven.HavenPanel.run(HavenPanel.java:521)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Invalid tiler name in gfx/tiles/deep: water
at haven.Resource$Tileset.tfac(Resource.java:981)
at haven.MCache.tiler(MCache.java:518)
at haven.MapMesh.build(MapMesh.java:306)
at haven.MCache$Grid$1.call(MCache.java:227)
at haven.MCache$Grid$1.call(MCache.java:222)
at haven.Defer$Future$1.run(Defer.java:139)
at java.security.AccessController.doPrivileged(Native Method)
at haven.Defer$Future.run(Defer.java:138)
at haven.Defer$Worker.run(Defer.java:224)