Ender Client

Forum for alternative clients, mods & discussions on the same.

Re: Ender Client

Postby Zachary09 » Sun Dec 21, 2025 12:03 pm

xAlexx wrote:Started getting this unknown error out of the blue. I assume it has something to do with me always having the trees hidden but I could be wrong.
Code: Select all
haven.render.RenderTree$SlotRemoved
   at haven.render.RenderTree$TreeSlot.chstate(RenderTree.java:680)
   at haven.render.RenderTree$TreeSlot.ostate(RenderTree.java:712)
   at haven.res.lib.flare.AnimFlare.autotick(flare.cjava:170)
   at haven.render.TickList.lambda$tick$0(TickList.java:135)
   at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
   at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
   at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
   at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source)
   at java.util.concurrent.CountedCompleter.exec(Unknown Source)
   at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
   at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
   at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
   at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

this error occurs when entering areas with large amounts of yule stars and elven lights. No idea what causes it, but playing during the christmas event using Ender is impossible because it crashes you every 30 seconds.
User avatar
Zachary09
 
Posts: 735
Joined: Sat Aug 13, 2011 8:55 pm
Location: Poland

Re: Ender Client

Postby xAlexx » Sun Dec 21, 2025 4:45 pm

Zachary09 wrote:
xAlexx wrote:Started getting this unknown error out of the blue. I assume it has something to do with me always having the trees hidden but I could be wrong.
Code: Select all
haven.render.RenderTree$SlotRemoved
   at haven.render.RenderTree$TreeSlot.chstate(RenderTree.java:680)
   at haven.render.RenderTree$TreeSlot.ostate(RenderTree.java:712)
   at haven.res.lib.flare.AnimFlare.autotick(flare.cjava:170)
   at haven.render.TickList.lambda$tick$0(TickList.java:135)
   at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
   at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
   at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
   at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source)
   at java.util.concurrent.CountedCompleter.exec(Unknown Source)
   at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
   at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
   at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
   at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

this error occurs when entering areas with large amounts of yule stars and elven lights. No idea what causes it, but playing during the christmas event using Ender is impossible because it crashes you every 30 seconds.

I got this error a second time while dealing with cheese on L1. Note, I do not live somewhere with a huge abundance of trees, especially trees that spawn the Yule Star and the Elven Lights.
User avatar
xAlexx
 
Posts: 201
Joined: Wed Dec 03, 2014 9:10 am

Re: Ender Client

Postby grimling » Mon Dec 22, 2025 12:02 pm

Not sure how to add errors. Here's all error log file. Client regularly throws me out then if i turn on show provinces on map.
Code: Select all
haven.Defer$DeferredException: haven.Resource$NoSuchResourceException: Failed to load resource map/overlay/minesup-o (v-1)
   at haven.Defer$Future.get(Defer.java:194)
   at haven.Defer$Future.get(Defer.java:206)
   at haven.MiniMap$DisplayGrid$CachedImage.get(MiniMap.java:488)
   at haven.MiniMap$DisplayGrid.olimg(MiniMap.java:554)
   at haven.MapWnd$View.drawgrid(MapWnd.java:323)
   at haven.MiniMap.drawmap(MiniMap.java:651)
   at haven.MiniMap.drawparts(MiniMap.java:771)
   at haven.MiniMap.draw(MiniMap.java:790)
   at haven.MapWnd$View.draw(MapWnd.java:396)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.Frame.draw(Frame.java:112)
   at haven.MapWnd$ViewFrame.draw(MapWnd.java:190)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.Window.drawbuf(Window.java:430)
   at haven.Window.draw(Window.java:444)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.GameUI.draw(GameUI.java:1379)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.RootWidget.draw(RootWidget.java:90)
   at haven.UI.draw(UI.java:428)
   at haven.GLPanel$Loop.display(GLPanel.java:304)
   at haven.GLPanel$Loop.run(GLPanel.java:396)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$NoSuchResourceException: Failed to load resource map/overlay/minesup-o (v-1)
   at haven.Resource$Pool$Queued.get(Resource.java:585)
   at haven.Resource$Pool$Queued.get(Resource.java:553)
   at haven.Resource$Saved.get(Resource.java:154)
   at haven.Resource$Saved.get(Resource.java:162)
   at haven.MapFile$DataGrid.olrender(MapFile.java:520)
   at haven.MiniMap$DisplayGrid.lambda$olimg$2(MiniMap.java:552)
   at haven.Defer$Future.run(Defer.java:159)
   at haven.Defer$Worker.run(Defer.java:260)
   Suppressed: haven.Resource$NoSuchResourceException: Failed to load resource map/overlay/minesup-o (v2)
      at haven.Resource$Pool$Queued.get(Resource.java:585)
      at haven.Resource$Pool$Queued.get(Resource.java:553)
      at haven.Resource$Saved.get(Resource.java:145)
      ... 5 more
   Caused by: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from forking source backed by HTTP res source (https://game.havenandhearth.com/res/)
      at haven.Resource$Pool.handle(Resource.java:654)
      at haven.Resource$Pool.access$1100(Resource.java:530)
      at haven.Resource$Pool$Loader.run(Resource.java:784)
      at java.lang.Thread.run(Unknown Source)
      Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from cache source backed by HashDirCache(http://game.havenandhearth.com/render/)
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from local res source (res)
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from local res source (res-preload)
               ... 4 more
               Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from filesystem res source (C:\Users\oozze\Desktop\games2\hh\ender\res)
                  ... 4 more
               Caused by: java.io.FileNotFoundException: map/overlay/minesup-o
                  at haven.Resource$FileSource.get(Resource.java:365)
                  at haven.Resource$Pool.handle(Resource.java:631)
                  ... 3 more
               Caused by: java.nio.file.NoSuchFileException: C:\Users\oozze\Desktop\games2\hh\ender\res\map\overlay\minesup-o.res
                  at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
                  at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
                  at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
                  at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
                  at java.nio.file.Files.newByteChannel(Unknown Source)
                  at java.nio.file.Files.newByteChannel(Unknown Source)
                  at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
                  at java.nio.file.Files.newInputStream(Unknown Source)
                  at haven.Resource$FileSource.get(Resource.java:363)
                  ... 4 more
            Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/map/overlay/minesup-o.res
               at haven.Resource$JarSource.get(Resource.java:385)
               at haven.Resource$Pool.handle(Resource.java:631)
               ... 3 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/map/overlay/minesup-o.res
            at haven.Resource$JarSource.get(Resource.java:385)
            at haven.Resource$Pool.handle(Resource.java:631)
            ... 3 more
      Caused by: java.io.FileNotFoundException: res/map/overlay/minesup-o
         at haven.HashDirCache.fetch(HashDirCache.java:346)
         at haven.Resource$CacheSource.get(Resource.java:315)
         at haven.Resource$Pool.handle(Resource.java:631)
         ... 3 more
   Caused by: java.io.FileNotFoundException: https://game.havenandhearth.com/res/map/overlay/minesup-o.res
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
      at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
      at haven.Http$1.create(Http.java:77)
      at haven.RetryingInputStream.create(RetryingInputStream.java:46)
      at haven.RetryingInputStream.get(RetryingInputStream.java:81)
      at haven.RetryingInputStream.check(RetryingInputStream.java:103)
      at haven.Http.fetch(Http.java:80)
      at haven.Resource$HttpSource.get(Resource.java:431)
      at haven.Resource$TeeSource.get(Resource.java:292)
      at haven.Resource$Pool.handle(Resource.java:631)
      ... 3 more
Caused by: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from forking source backed by HTTP res source (https://game.havenandhearth.com/res/)
   at haven.Resource$Pool.handle(Resource.java:654)
   at haven.Resource$Pool.access$1100(Resource.java:530)
   at haven.Resource$Pool$Loader.run(Resource.java:784)
   at java.lang.Thread.run(Unknown Source)
   Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from cache source backed by HashDirCache(http://game.havenandhearth.com/render/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from local res source (res)
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from local res source (res-preload)
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from filesystem res source (C:\Users\oozze\Desktop\games2\hh\ender\res)
               ... 4 more
            Caused by: java.io.FileNotFoundException: map/overlay/minesup-o
               at haven.Resource$FileSource.get(Resource.java:365)
               at haven.Resource$Pool.handle(Resource.java:631)
               ... 3 more
            Caused by: java.nio.file.NoSuchFileException: C:\Users\oozze\Desktop\games2\hh\ender\res\map\overlay\minesup-o.res
               at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
               at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
               at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
               at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
               at java.nio.file.Files.newByteChannel(Unknown Source)
               at java.nio.file.Files.newByteChannel(Unknown Source)
               at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
               at java.nio.file.Files.newInputStream(Unknown Source)
               at haven.Resource$FileSource.get(Resource.java:363)
               ... 4 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/map/overlay/minesup-o.res
            at haven.Resource$JarSource.get(Resource.java:385)
            at haven.Resource$Pool.handle(Resource.java:631)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/map/overlay/minesup-o.res
         at haven.Resource$JarSource.get(Resource.java:385)
         at haven.Resource$Pool.handle(Resource.java:631)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/map/overlay/minesup-o
      at haven.HashDirCache.fetch(HashDirCache.java:346)
      at haven.Resource$CacheSource.get(Resource.java:315)
      at haven.Resource$Pool.handle(Resource.java:631)
      ... 3 more
Caused by: java.io.FileNotFoundException: https://game.havenandhearth.com/res/map/overlay/minesup-o.res
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Http$1.create(Http.java:77)
   at haven.RetryingInputStream.create(RetryingInputStream.java:46)
   at haven.RetryingInputStream.get(RetryingInputStream.java:81)
   at haven.RetryingInputStream.check(RetryingInputStream.java:103)
   at haven.Http.fetch(Http.java:80)
   at haven.Resource$HttpSource.get(Resource.java:431)
   at haven.Resource$TeeSource.get(Resource.java:292)
   at haven.Resource$Pool.handle(Resource.java:631)
   ... 3 more
grimling
 
Posts: 13
Joined: Sat Sep 15, 2018 10:16 pm

Re: Ender Client

Postby derkami » Mon Dec 22, 2025 2:21 pm

grimling wrote:Not sure how to add errors. Here's all error log file. Client regularly throws me out then if i turn on show provinces on map.
Code: Select all
haven.Defer$DeferredException: haven.Resource$NoSuchResourceException: Failed to load resource map/overlay/minesup-o (v-1)
   at haven.Defer$Future.get(Defer.java:194)
   at haven.Defer$Future.get(Defer.java:206)
   at haven.MiniMap$DisplayGrid$CachedImage.get(MiniMap.java:488)
   at haven.MiniMap$DisplayGrid.olimg(MiniMap.java:554)
   at haven.MapWnd$View.drawgrid(MapWnd.java:323)
   at haven.MiniMap.drawmap(MiniMap.java:651)
   at haven.MiniMap.drawparts(MiniMap.java:771)
   at haven.MiniMap.draw(MiniMap.java:790)
   at haven.MapWnd$View.draw(MapWnd.java:396)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.Frame.draw(Frame.java:112)
   at haven.MapWnd$ViewFrame.draw(MapWnd.java:190)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.Window.drawbuf(Window.java:430)
   at haven.Window.draw(Window.java:444)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.GameUI.draw(GameUI.java:1379)
   at haven.Widget.draw(Widget.java:814)
   at haven.Widget.draw(Widget.java:820)
   at haven.RootWidget.draw(RootWidget.java:90)
   at haven.UI.draw(UI.java:428)
   at haven.GLPanel$Loop.display(GLPanel.java:304)
   at haven.GLPanel$Loop.run(GLPanel.java:396)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$NoSuchResourceException: Failed to load resource map/overlay/minesup-o (v-1)
   at haven.Resource$Pool$Queued.get(Resource.java:585)
   at haven.Resource$Pool$Queued.get(Resource.java:553)
   at haven.Resource$Saved.get(Resource.java:154)
   at haven.Resource$Saved.get(Resource.java:162)
   at haven.MapFile$DataGrid.olrender(MapFile.java:520)
   at haven.MiniMap$DisplayGrid.lambda$olimg$2(MiniMap.java:552)
   at haven.Defer$Future.run(Defer.java:159)
   at haven.Defer$Worker.run(Defer.java:260)
   Suppressed: haven.Resource$NoSuchResourceException: Failed to load resource map/overlay/minesup-o (v2)
      at haven.Resource$Pool$Queued.get(Resource.java:585)
      at haven.Resource$Pool$Queued.get(Resource.java:553)
      at haven.Resource$Saved.get(Resource.java:145)
      ... 5 more
   Caused by: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from forking source backed by HTTP res source (https://game.havenandhearth.com/res/)
      at haven.Resource$Pool.handle(Resource.java:654)
      at haven.Resource$Pool.access$1100(Resource.java:530)
      at haven.Resource$Pool$Loader.run(Resource.java:784)
      at java.lang.Thread.run(Unknown Source)
      Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from cache source backed by HashDirCache(http://game.havenandhearth.com/render/)
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from local res source (res)
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from local res source (res-preload)
               ... 4 more
               Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v2), from filesystem res source (C:\Users\oozze\Desktop\games2\hh\ender\res)
                  ... 4 more
               Caused by: java.io.FileNotFoundException: map/overlay/minesup-o
                  at haven.Resource$FileSource.get(Resource.java:365)
                  at haven.Resource$Pool.handle(Resource.java:631)
                  ... 3 more
               Caused by: java.nio.file.NoSuchFileException: C:\Users\oozze\Desktop\games2\hh\ender\res\map\overlay\minesup-o.res
                  at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
                  at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
                  at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
                  at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
                  at java.nio.file.Files.newByteChannel(Unknown Source)
                  at java.nio.file.Files.newByteChannel(Unknown Source)
                  at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
                  at java.nio.file.Files.newInputStream(Unknown Source)
                  at haven.Resource$FileSource.get(Resource.java:363)
                  ... 4 more
            Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/map/overlay/minesup-o.res
               at haven.Resource$JarSource.get(Resource.java:385)
               at haven.Resource$Pool.handle(Resource.java:631)
               ... 3 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/map/overlay/minesup-o.res
            at haven.Resource$JarSource.get(Resource.java:385)
            at haven.Resource$Pool.handle(Resource.java:631)
            ... 3 more
      Caused by: java.io.FileNotFoundException: res/map/overlay/minesup-o
         at haven.HashDirCache.fetch(HashDirCache.java:346)
         at haven.Resource$CacheSource.get(Resource.java:315)
         at haven.Resource$Pool.handle(Resource.java:631)
         ... 3 more
   Caused by: java.io.FileNotFoundException: https://game.havenandhearth.com/res/map/overlay/minesup-o.res
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
      at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
      at haven.Http$1.create(Http.java:77)
      at haven.RetryingInputStream.create(RetryingInputStream.java:46)
      at haven.RetryingInputStream.get(RetryingInputStream.java:81)
      at haven.RetryingInputStream.check(RetryingInputStream.java:103)
      at haven.Http.fetch(Http.java:80)
      at haven.Resource$HttpSource.get(Resource.java:431)
      at haven.Resource$TeeSource.get(Resource.java:292)
      at haven.Resource$Pool.handle(Resource.java:631)
      ... 3 more
Caused by: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from forking source backed by HTTP res source (https://game.havenandhearth.com/res/)
   at haven.Resource$Pool.handle(Resource.java:654)
   at haven.Resource$Pool.access$1100(Resource.java:530)
   at haven.Resource$Pool$Loader.run(Resource.java:784)
   at java.lang.Thread.run(Unknown Source)
   Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from cache source backed by HashDirCache(http://game.havenandhearth.com/render/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from local res source (res)
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from local res source (res-preload)
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource map/overlay/minesup-o(v-1), from filesystem res source (C:\Users\oozze\Desktop\games2\hh\ender\res)
               ... 4 more
            Caused by: java.io.FileNotFoundException: map/overlay/minesup-o
               at haven.Resource$FileSource.get(Resource.java:365)
               at haven.Resource$Pool.handle(Resource.java:631)
               ... 3 more
            Caused by: java.nio.file.NoSuchFileException: C:\Users\oozze\Desktop\games2\hh\ender\res\map\overlay\minesup-o.res
               at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
               at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
               at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
               at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
               at java.nio.file.Files.newByteChannel(Unknown Source)
               at java.nio.file.Files.newByteChannel(Unknown Source)
               at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
               at java.nio.file.Files.newInputStream(Unknown Source)
               at haven.Resource$FileSource.get(Resource.java:363)
               ... 4 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/map/overlay/minesup-o.res
            at haven.Resource$JarSource.get(Resource.java:385)
            at haven.Resource$Pool.handle(Resource.java:631)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/map/overlay/minesup-o.res
         at haven.Resource$JarSource.get(Resource.java:385)
         at haven.Resource$Pool.handle(Resource.java:631)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/map/overlay/minesup-o
      at haven.HashDirCache.fetch(HashDirCache.java:346)
      at haven.Resource$CacheSource.get(Resource.java:315)
      at haven.Resource$Pool.handle(Resource.java:631)
      ... 3 more
Caused by: java.io.FileNotFoundException: https://game.havenandhearth.com/res/map/overlay/minesup-o.res
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Http$1.create(Http.java:77)
   at haven.RetryingInputStream.create(RetryingInputStream.java:46)
   at haven.RetryingInputStream.get(RetryingInputStream.java:81)
   at haven.RetryingInputStream.check(RetryingInputStream.java:103)
   at haven.Http.fetch(Http.java:80)
   at haven.Resource$HttpSource.get(Resource.java:431)
   at haven.Resource$TeeSource.get(Resource.java:292)
   at haven.Resource$Pool.handle(Resource.java:631)
   ... 3 more

this will happen in all clients other than nurgling, since this is a nurgling resource.
https://github.com/Katodiy/nurgling2/tr ... ap/overlay
Image
Image
Image
User avatar
derkami
 
Posts: 184
Joined: Thu Jun 02, 2016 11:28 pm

Re: Ender Client

Postby Spector » Mon Dec 22, 2025 8:56 pm

It’s really annoying: if this happens while fighting an animal, you lose consciousness (luckily without dying).
Plz fix it...

Code: Select all
haven.render.RenderTree$SlotRemoved at haven.render.RenderTree$TreeSlot.chstate(RenderTree.java:680) at haven.render.RenderTree$TreeSlot.ostate(RenderTree.java:712) at haven.res.lib.flare.AnimFlare.autotick(flare.cjava:170) at haven.render.TickList.lambda$tick$0(TickList.java:135) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source) at java.base/java.util.concurrent.CountedCompleter.exec(Unknown Source) at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
User avatar
Spector
 
Posts: 7
Joined: Fri Nov 15, 2024 3:28 pm

Re: Ender Client

Postby Jorg » Wed Dec 24, 2025 1:59 am

Code: Select all
haven.render.RenderTree$SlotRemoved
   at haven.render.RenderTree$TreeSlot.chstate(RenderTree.java:680)
   at haven.render.RenderTree$TreeSlot.ostate(RenderTree.java:712)
   at haven.res.lib.flare.AnimFlare.autotick(flare.cjava:170)
   at haven.render.TickList.lambda$tick$0(TickList.java:135)
   at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
   at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
   at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
   at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
   at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
   at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
   at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
   at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
   at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
   at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Same bug, can consistently reproduce by toggling trees on and off repeatedly, but it doesn't only happen when toggling trees. Almost always happens when loading new trees in though. repeatedly cycling in and out of the door of a house doesn't seem to cause it, even around trees with holiday forageables. might depend on tree density or animation amount like idk
Jorg
 
Posts: 56
Joined: Fri Dec 30, 2016 6:05 am

Re: Ender Client

Postby xAlexx » Wed Dec 24, 2025 4:22 am

Jorg wrote:
Code: Select all
haven.render.RenderTree$SlotRemoved
   at haven.render.RenderTree$TreeSlot.chstate(RenderTree.java:680)
   at haven.render.RenderTree$TreeSlot.ostate(RenderTree.java:712)
   at haven.res.lib.flare.AnimFlare.autotick(flare.cjava:170)
   at haven.render.TickList.lambda$tick$0(TickList.java:135)
   at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
   at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
   at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
   at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
   at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
   at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
   at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
   at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
   at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
   at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Same bug, can consistently reproduce by toggling trees on and off repeatedly, but it doesn't only happen when toggling trees. Almost always happens when loading new trees in though. repeatedly cycling in and out of the door of a house doesn't seem to cause it, even around trees with holiday forageables. might depend on tree density or animation amount like idk

The elven lights and yule star are causing the issue even if they arent within your viewing distance.
User avatar
xAlexx
 
Posts: 201
Joined: Wed Dec 03, 2014 9:10 am

Re: Ender Client

Postby grimling-expl » Fri Dec 26, 2025 12:28 am

derkami wrote:
grimling wrote:this will happen in all clients other than nurgling, since this is a nurgling resource.

How's that? Map function to make provinces visible from ender is nurgling resource? Error file also from ender.
grimling-expl
 
Posts: 1
Joined: Tue Dec 23, 2025 10:29 pm

Re: Ender Client

Postby derkami » Fri Dec 26, 2025 10:12 am

grimling-expl wrote:
derkami wrote:
grimling wrote:this will happen in all clients other than nurgling, since this is a nurgling resource.

How's that? Map function to make provinces visible from ender is nurgling resource? Error file also from ender.


IIRC, nurgling is using the olverlay mechanic of village / personal claims to display mine support radius.
And it got saved in your local map cache.
So now the game is trying to load information which doesn't exist on any client other than nurgling.
You can actually make this work by just compiling the resource or grabbing it from nurgling client's jars and put that into your folder:
C:\Users\oozze\Desktop\games2\hh\ender\

Here's a zip file with map overlays:
https://client.hearthworld.com/res.zip

Just extract them and run the game, it should work for you.
Image
Image
Image
User avatar
derkami
 
Posts: 184
Joined: Thu Jun 02, 2016 11:28 pm

Re: Ender Client

Postby mvgulik » Sat Jan 03, 2026 11:33 am

After getting a lot of new mmap's with the Kami client.
Ender client has in a sense become unusable.
- Not showing new mmaps in map-view.
- Over time will blank, on map-view zoom-in/out, the previous displayed mmaps in the map-view.
- Over time will also not show terrain in the world-view.
- Likes to stall (never finishes) during "building map (queued)"
(No errors in terminal. Other than the usual one that likes to turn up after closing the client.)

Most worked fine when tried it in the default/vanilla client. (except map-view zoom, not supported in vanilla client)
(Just in case. Tried again after adding "map overlays" from previous post. No change.)

O well. Figure I just need to try harder to completely switch to Kami client.
mvgulik
 
Posts: 3863
Joined: Fri May 21, 2010 2:29 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 106 guests