Ender Client

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

Re: Ender Client

Postby freemazavr » Thu Feb 22, 2024 6:44 am

java.lang.NoSuchMethodError: haven.CharWnd.getObjectiveIndex(Ljava/lang/String;)I
at Pointer.drawarrow(Pointer.java:113)
at Pointer.draw(Pointer.java:169)
at haven.Widget.draw(Widget.java:778)
at haven.Widget.draw(Widget.java:783)
at haven.GameUI.draw(GameUI.java:1268)
at haven.Widget.draw(Widget.java:778)
at haven.Widget.draw(Widget.java:783)
at haven.RootWidget.draw(RootWidget.java:123)
at haven.UI.draw(UI.java:248)
at haven.GLPanel$Loop.display(GLPanel.java:312)
at haven.GLPanel$Loop.run(GLPanel.java:401)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.lang.Thread.run(Unknown Source)
freemazavr
 
Posts: 5
Joined: Fri Aug 28, 2015 10:30 am

Re: Ender Client

Postby EnderWiggin » Thu Feb 22, 2024 8:11 am

updated beta client with quest pointer fix.
User avatar
EnderWiggin
 
Posts: 1151
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Hickupp » Thu Feb 22, 2024 10:52 am

Hmm. Should I mention that planting a sapling tree outside a 3x3 minimap range from your world-entry point generally don't works as the tree preview don't shows up anymore.
Naa, not a showstopper or high priority thing I guess.
Hickupp
 
Posts: 174
Joined: Thu Oct 15, 2020 6:33 am

Re: Ender Client

Postby EnderWiggin » Thu Feb 22, 2024 1:52 pm

Hickupp wrote:Hmm. Should I mention that planting a sapling tree outside a 3x3 minimap range from your world-entry point generally don't works as the tree preview don't shows up anymore.
Naa, not a showstopper or high priority thing I guess.

Huh? Does this happen on the most recent version? Does this happen on loftar client?
User avatar
EnderWiggin
 
Posts: 1151
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Hickupp » Thu Feb 22, 2024 5:22 pm

EnderWiggin wrote:Does this happen on the most recent version?
That I don't know yet. Probably yes.

EnderWiggin wrote:Does this happen on loftar client?
No.
Hickupp
 
Posts: 174
Joined: Thu Oct 15, 2020 6:33 am

Re: Ender Client

Postby Hickupp » Thu Feb 22, 2024 5:33 pm

Directly after character login.
(At second try things worked ok again.)
[beta]
Code: Select all
haven.Resource$NoSuchResourceException: Failed to load resource paginae/bld/minecons (v5)
   at haven.Resource$Pool$Queued.get(Resource.java:558)
   at haven.Resource$Pool$Queued.get(Resource.java:526)
   at haven.MenuGrid$Pagina.res(MenuGrid.java:288)
   at haven.MenuGrid$Pagina.act(MenuGrid.java:292)
   at haven.MenuGrid.cons(MenuGrid.java:444)
   at haven.MenuGrid.consb(MenuGrid.java:413)
   at haven.MenuGrid.updlayout(MenuGrid.java:483)
   at haven.MenuGrid.tick(MenuGrid.java:693)
   at haven.Widget.tick(Widget.java:746)
   at haven.Widget.tick(Widget.java:746)
   at haven.GameUI.tick(GameUI.java:1432)
   at haven.Widget.tick(Widget.java:746)
   at haven.UI.tick(UI.java:236)
   at haven.GLPanel$Loop.run(GLPanel.java:381)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: haven.Resource$LoadException: Load error in resource paginae/bld/minecons(v5), from local res source (res)
   at haven.Resource$Pool.handle(Resource.java:619)
   at haven.Resource$Pool.access$1200(Resource.java:503)
   at haven.Resource$Pool$Loader.run(Resource.java:745)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource paginae/bld/minecons(v5), from local res source (res-preload)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource paginae/bld/minecons(v5), from filesystem res source (/home/mvg/Games/HnH/Ender/res)
         ... 4 more
      Caused by: java.io.FileNotFoundException: paginae/bld/minecons
         at haven.Resource$FileSource.get(Resource.java:301)
         at haven.Resource$Pool.handle(Resource.java:604)
         ... 3 more
      Caused by: java.nio.file.NoSuchFileException: /home/mvg/Games/HnH/Ender/res/paginae/bld/minecons.res
         at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
         at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
         at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
         at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
         at java.base/java.nio.file.Files.newByteChannel(Files.java:380)
         at java.base/java.nio.file.Files.newByteChannel(Files.java:432)
         at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:422)
         at java.base/java.nio.file.Files.newInputStream(Files.java:160)
         at haven.Resource$FileSource.get(Resource.java:299)
         ... 4 more
   Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/paginae/bld/minecons.res
      at haven.Resource$JarSource.get(Resource.java:321)
      at haven.Resource$Pool.handle(Resource.java:604)
      ... 3 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/paginae/bld/minecons.res
   at haven.Resource$JarSource.get(Resource.java:321)
   at haven.Resource$Pool.handle(Resource.java:604)
   ... 3 more
Hickupp
 
Posts: 174
Joined: Thu Oct 15, 2020 6:33 am

Re: Ender Client

Postby Hickupp » Thu Feb 22, 2024 7:45 pm

EnderWiggin wrote:Does this happen on the most recent version?
Nope. Can't reproduce it anymore. Guess its fixed.

That above "Failed to load resource paginae/bld/minecons (v5)" case. I can reproduce ... every other/second client start up. :?

Other subject:
Could you enlighten me about those "cache<long 20digits number>.new" files (2000+) in the "Haven Cache Folder".
... Most of them are 1.1kB. which strikes me as a bit odd too.
Hickupp
 
Posts: 174
Joined: Thu Oct 15, 2020 6:33 am

Re: Ender Client

Postby Boonya » Thu Feb 22, 2024 10:26 pm

Yep. Ender client is not working after a server restart...
Boonya
 
Posts: 13
Joined: Mon Aug 23, 2010 6:11 pm

Re: Ender Client

Postby Broccolo » Thu Feb 22, 2024 10:30 pm

ehhh... same.
Broccolo
 
Posts: 55
Joined: Fri Feb 17, 2023 3:53 pm

Re: Ender Client

Postby Pieczywo » Thu Feb 22, 2024 10:31 pm

This is what i see, can't login even with restarts...

Code: Select all
java.lang.NoSuchMethodError: haven.Resource$Resolver.getres(Ljava/lang/Object;)Lhaven/Indir;
   at haven.res.ui.tt.slots.Fac.build(slots.cjava:23)
   at haven.ItemInfo.buildinfo(ItemInfo.java:520)
   at haven.GItem.info(GItem.java:295)
   at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
   at java.util.stream.DistinctOps$1$2.accept(Unknown Source)
   at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
   at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
   at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
   at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
   at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
   at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
   at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
   at java.util.stream.ReferencePipeline.collect(Unknown Source)
   at haven.AttrBonusesWdg.doUpdate(AttrBonusesWdg.java:119)
   at haven.AttrBonusesWdg.tick(AttrBonusesWdg.java:88)
   at haven.Widget.tick(Widget.java:744)
   at haven.Widget.tick(Widget.java:744)
   at haven.Widget.tick(Widget.java:744)
   at haven.GameUI.tick(GameUI.java:1432)
   at haven.Widget.tick(Widget.java:744)
   at haven.UI.tick(UI.java:236)
   at haven.GLPanel$Loop.run(GLPanel.java:381)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.lang.Thread.run(Unknown Source)
Pieczywo
 
Posts: 15
Joined: Sat Jan 22, 2011 1:52 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: NekoBah and 1 guest