I had only typed the word fish in before I hit enter due to not being 100% sure.
Game crashed on me with an Error. I forgot to copy what error it was.
Gonna try again and see if not accident.
Edit: Yes misstyping does equal a personal error.
java.lang.RuntimeException: Delayed error in resource sfx/music/fish (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.Music$Player.run(Music.java:65)
Caused by: haven.Resource$LoadException: Load error in resource sfx/music/fish(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)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: https://www.havenandhearth.com/res/sfx/music/fish.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
If that helps...
EDIT 2: Gonna have a look at misspelling the others. My guess is that it will crash aswell.