I've noticed that anytime I try to Inspect any game object, my game crashes with the following error:
java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.ui.inspect.Info.<init>()
at haven.Utils.construct(Utils.java:1763)
at haven.Resource$PublishedCode$Instancer.stdmake(Resource.java:1354)
at haven.Resource$PublishedCode$Instancer.lambda$static$0(Resource.java:1447)
at haven.Resource$CodeEntry.get(Resource.java:1703)
at haven.Resource.getcode(Resource.java:1749)
at haven.RootWidget.lambda$uimsg$1(RootWidget.java:160)
at haven.Loader.lambda$defer$0(Loader.java:240)
at haven.Loader$Future.run(Loader.java:71)
at haven.Loader$Future.access$400(Loader.java:42)
at haven.Loader.loop(Loader.java:202)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodException: haven.res.ui.inspect.Info.<init>()
at java.base/java.lang.Class.getConstructor0(Unknown Source)
at java.base/java.lang.Class.getConstructor(Unknown Source)
at haven.Utils.construct(Utils.java:1761)
... 10 more