The client was playable until I exited cave entrance on horseback.
Looks like it's failing to render an object, maybe village flag:
- Code: Select all
Caused by: haven.Resource$ResourceClassNotFoundException: Could not find class haven.Rendered in resource gfx/terobjs/vflag(v70)
The game will still load in the background, but because the error code is present, I cannot do anything except hit close.
Latest Driver's are being used for my Nvidia GPU and latest Java update is installed.
Any help is appreciated! I haven't heard of others having this issue unfortunately.
- Code: Select all
java.lang.NoClassDefFoundError: haven/Rendered
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getConstructor(Unknown Source)
at haven.Resource$PublishedCode$Instancer.stdmake(Resource.java:1137)
at haven.Sprite$FactMaker.make(Sprite.java:75)
at haven.Sprite$FactMaker.make(Sprite.java:72)
at haven.Resource$CodeEntry.lambda$get$1(Resource.java:1372)
at java.security.AccessController.doPrivileged(Native Method)
at haven.Resource$CodeEntry.get(Resource.java:1362)
at haven.Resource.getcode(Resource.java:1207)
at haven.Sprite.create(Sprite.java:136)
at haven.ResDrawable.<init>(ResDrawable.java:42)
at haven.OCache.cres(OCache.java:233)
at haven.OCache.lambda$cres$4(OCache.java:245)
at haven.OCache$GobInfo.apply(OCache.java:732)
at haven.Loader.lambda$defer$0(Loader.java:235)
at haven.Loader$Future.run(Loader.java:71)
at haven.Loader$Future.access$400(Loader.java:42)
at haven.Loader.loop(Loader.java:197)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$ResourceClassNotFoundException: Could not find class haven.Rendered in resource gfx/terobjs/vflag(v70)
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1299)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 21 more