pretty much exactly what it says in the title, ive got a half built loom filled with resources but if i click build it crashes the client every time and dumps me out with this error:
java.lang.RuntimeException: Delayed error in resource gfx/hud/prog/25 (v-1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
at haven.Resource.checkerr(Resource.java:1041)
at haven.Resource.layer(Resource.java:924)
at haven.Resource.loadtex(Resource.java:1057)
at haven.Img$1.create(Img.java:42)
at haven.UI.newwidget(UI.java:121)
at haven.RemoteUI.run(RemoteUI.java:58)
at haven.MainFrame.run(MainFrame.java:152)
at haven.MainFrame.main2(MainFrame.java:210)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$5.run(MainFrame.java:246)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/prog/25(v-1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
at haven.Resource$Loader.handle(Resource.java:394)
at haven.Resource$Loader.run(Resource.java:368)
... 1 more
Caused by: java.io.FileNotFoundException: https://www.havenandhearth.com/res/gfx/hud/prog/25.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:320)
at haven.Resource$TeeSource.get(Resource.java:225)
at haven.Resource$Loader.handle(Resource.java:388)
... 2 more
obviously its not game destroying, just figured i'd report it.