Ender Client

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

Re: Ender Client

Postby Fr_Dae » Sat Mar 16, 2024 9:11 pm

EnderWiggin wrote:Pushed small update to beta client to fix radar icon settings. If anything seems broken with them then try exporting map, cleaning cache and importing map. Also loftar fixed issue with unknown players not being visible on radar.

new bug found
- https://github.com/EnderWiggin/hafen-client/issues/115

- still wait for merge my PR for fix issue with linux launcher and folder (tested and work )
User avatar
Fr_Dae
 
Posts: 39
Joined: Sat Nov 11, 2023 5:44 pm

Re: Ender Client

Postby Fostik » Sat Mar 16, 2024 9:13 pm

EnderWiggin wrote:Updated both launchers with new SSL signature, please re-download launchers.
Updated beta client with latest changes from loftar + fixes for crashes when entering Valhalla.
Note that currently non-kinned non-memorized players are not visible on radar - that is caused by bug in loftar's resource, I'm hoping it will be solved soon.


After re-downloading launcher windows security reports me Trojan:Script/Wacatac.B!ml in launcher-hafen.jar file.
Known as zunzon. Contact discord: zunzon.
User avatar
Fostik
 
Posts: 2005
Joined: Tue Jul 05, 2011 4:08 pm
Location: EU

Re: Ender Client

Postby Robertzon » Sat Mar 16, 2024 10:04 pm

Fostik wrote:
EnderWiggin wrote:Updated both launchers with new SSL signature, please re-download launchers.
Updated beta client with latest changes from loftar + fixes for crashes when entering Valhalla.
Note that currently non-kinned non-memorized players are not visible on radar - that is caused by bug in loftar's resource, I'm hoping it will be solved soon.


After re-downloading launcher windows security reports me Trojan:Script/Wacatac.B!ml in launcher-hafen.jar file.

same
User avatar
Robertzon
 
Posts: 1322
Joined: Mon Jan 03, 2011 11:51 pm

Re: Ender Client

Postby EnderWiggin » Sat Mar 16, 2024 10:10 pm

updated beta with bunch of fixes for Valhalla crashes.

Robertzon wrote:
Fostik wrote:After re-downloading launcher windows security reports me Trojan:Script/Wacatac.B!ml in launcher-hafen.jar file.

same

I've noticed it myself. No idea why it started acting up now. Literally the only thing that's changed from before is text file with allowed signature, no code changes.
User avatar
EnderWiggin
 
Posts: 1071
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby xyzzy57 » Sat Mar 16, 2024 10:23 pm

Got this crash with what I believe was the latest version of the non-beta client

Code: Select all
java.lang.NullPointerException: Cannot invoke "haven.QuestWnd.getObjectiveIndex(String)" because "Pointer.getparent(java.lang.Class).chrwdg.quest" is null
   at Pointer.drawarrow(Pointer.java:113)
   at Pointer.draw(Pointer.java:169)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.GameUI.draw(GameUI.java:1283)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.RootWidget.draw(RootWidget.java:121)
   at haven.UI.draw(UI.java:397)
   at haven.GLPanel$Loop.display(GLPanel.java:311)
   at haven.GLPanel$Loop.run(GLPanel.java:400)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.base/java.lang.Thread.run(Thread.java:833)


I was in the process of switching from one toon to another. The first one had successfully slept, and it crashed when I clicked on the other to select it.

I then restarted the client, activated my successfully saved login, noted that the toon I'd tried to switch to was at the top of the list (i.e. the client thought it was most recently played). But when I clicked on that toon to play it, I got precisely the same error.

Note that I *had* played that toon with this version of the Ender client. I.e. this toon, with its current equipment, was successfully displayed in its current location with this client - unless of course something changed there since I switched away from that character a few hours ago.

This problem did not replicate with the official client.
xyzzy57
 
Posts: 111
Joined: Thu Aug 19, 2021 9:41 pm

Re: Ender Client

Postby DoctorCookie » Sat Mar 16, 2024 11:45 pm

Forgive this stupid question, but Ender does not seem to display correctly on my large format 4k display. It seems blurry and "zoomed in." Is there a setting I am missing to make it sharper?
User avatar
DoctorCookie
 
Posts: 322
Joined: Tue Sep 05, 2017 3:28 am

Re: Ender Client

Postby Kearn » Sun Mar 17, 2024 12:49 am

Code: Select all
haven.Resource$LoadFailedException: Failed to load resource ui/tt/q/qbuff (v7)
   at haven.Resource$Pool$Queued.get(Resource.java:559)
   at haven.Resource$Pool$Queued.get(Resource.java:526)
   at haven.Resource$CodeEntry.loader(Resource.java:1613)
   at haven.Resource$CodeEntry.getentry(Resource.java:1639)
   at haven.Resource$CodeEntry.get(Resource.java:1671)
   at haven.Resource.getcode(Resource.java:1730)
   at haven.ItemInfo.buildinfo(ItemInfo.java:517)
   at haven.GItem.info(GItem.java:310)
   at haven.WItem.info(WItem.java:141)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:747)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:742)
   at haven.WItem.draw(WItem.java:303)
   at haven.EquipProxy.draw(EquipProxy.java:78)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.GameUI.draw(GameUI.java:1283)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.RootWidget.draw(RootWidget.java:121)
   at haven.UI.draw(UI.java:397)
   at haven.GLPanel$Loop.display(GLPanel.java:311)
   at haven.GLPanel$Loop.run(GLPanel.java:400)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource ui/tt/q/qbuff(v7), 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: Wrong res version (5 != 7)
      at haven.Resource.load(Resource.java:1907)
      at haven.Resource.access$700(Resource.java:44)
      at haven.Resource$Pool.handle(Resource.java:608)
      ... 3 more
      Suppressed: haven.Resource$LoadException: Load error in resource ui/tt/q/qbuff(v7), from filesystem res source (C:\Users\XXX\Downloads\hafen\res)
         at haven.Resource$Pool.handle(Resource.java:619)
         ... 3 more
      Caused by: java.io.FileNotFoundException: ui/tt/q/qbuff
         at haven.Resource$FileSource.get(Resource.java:301)
         at haven.Resource$Pool.handle(Resource.java:604)
         ... 3 more
      Caused by: java.nio.file.NoSuchFileException: C:\Users\XXX\Downloads\hafen\res\ui\tt\q\qbuff.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:299)
         ... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/ui/tt/q/qbuff.res
   at haven.Resource$JarSource.get(Resource.java:321)
   at haven.Resource$Pool.handle(Resource.java:604)
   ... 3 more
User avatar
Kearn
 
Posts: 591
Joined: Thu Jun 24, 2010 2:09 am

Re: Ender Client

Postby sfbmod » Sun Mar 17, 2024 12:58 am

Kearn wrote:
Code: Select all
haven.Resource$LoadFailedException: Failed to load resource ui/tt/q/qbuff (v7)
   at haven.Resource$Pool$Queued.get(Resource.java:559)
   at haven.Resource$Pool$Queued.get(Resource.java:526)
   at haven.Resource$CodeEntry.loader(Resource.java:1613)
   at haven.Resource$CodeEntry.getentry(Resource.java:1639)
   at haven.Resource$CodeEntry.get(Resource.java:1671)
   at haven.Resource.getcode(Resource.java:1730)
   at haven.ItemInfo.buildinfo(ItemInfo.java:517)
   at haven.GItem.info(GItem.java:310)
   at haven.WItem.info(WItem.java:141)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:747)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:742)
   at haven.WItem.draw(WItem.java:303)
   at haven.EquipProxy.draw(EquipProxy.java:78)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.GameUI.draw(GameUI.java:1283)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.RootWidget.draw(RootWidget.java:121)
   at haven.UI.draw(UI.java:397)
   at haven.GLPanel$Loop.display(GLPanel.java:311)
   at haven.GLPanel$Loop.run(GLPanel.java:400)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource ui/tt/q/qbuff(v7), 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: Wrong res version (5 != 7)
      at haven.Resource.load(Resource.java:1907)
      at haven.Resource.access$700(Resource.java:44)
      at haven.Resource$Pool.handle(Resource.java:608)
      ... 3 more
      Suppressed: haven.Resource$LoadException: Load error in resource ui/tt/q/qbuff(v7), from filesystem res source (C:\Users\XXX\Downloads\hafen\res)
         at haven.Resource$Pool.handle(Resource.java:619)
         ... 3 more
      Caused by: java.io.FileNotFoundException: ui/tt/q/qbuff
         at haven.Resource$FileSource.get(Resource.java:301)
         at haven.Resource$Pool.handle(Resource.java:604)
         ... 3 more
      Caused by: java.nio.file.NoSuchFileException: C:\Users\XXX\Downloads\hafen\res\ui\tt\q\qbuff.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:299)
         ... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/ui/tt/q/qbuff.res
   at haven.Resource$JarSource.get(Resource.java:321)
   at haven.Resource$Pool.handle(Resource.java:604)
   ... 3 more


I'm getting the identical trace stack after updating everything. Seems a 4 year old source file is missing now from the current download.
sfbmod
 
Posts: 34
Joined: Fri May 20, 2011 11:02 pm

Re: Ender Client

Postby PhantomoftheWolves » Sun Mar 17, 2024 2:05 am

Kearn wrote:
Code: Select all
haven.Resource$LoadFailedException: Failed to load resource ui/tt/q/qbuff (v7)
   at haven.Resource$Pool$Queued.get(Resource.java:559)
   at haven.Resource$Pool$Queued.get(Resource.java:526)
   at haven.Resource$CodeEntry.loader(Resource.java:1613)
   at haven.Resource$CodeEntry.getentry(Resource.java:1639)
   at haven.Resource$CodeEntry.get(Resource.java:1671)
   at haven.Resource.getcode(Resource.java:1730)
   at haven.ItemInfo.buildinfo(ItemInfo.java:517)
   at haven.GItem.info(GItem.java:310)
   at haven.WItem.info(WItem.java:141)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:747)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:742)
   at haven.WItem.draw(WItem.java:303)
   at haven.EquipProxy.draw(EquipProxy.java:78)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.GameUI.draw(GameUI.java:1283)
   at haven.Widget.draw(Widget.java:784)
   at haven.Widget.draw(Widget.java:789)
   at haven.RootWidget.draw(RootWidget.java:121)
   at haven.UI.draw(UI.java:397)
   at haven.GLPanel$Loop.display(GLPanel.java:311)
   at haven.GLPanel$Loop.run(GLPanel.java:400)
   at haven.JOGLPanel.run(JOGLPanel.java:246)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource ui/tt/q/qbuff(v7), 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: Wrong res version (5 != 7)
      at haven.Resource.load(Resource.java:1907)
      at haven.Resource.access$700(Resource.java:44)
      at haven.Resource$Pool.handle(Resource.java:608)
      ... 3 more
      Suppressed: haven.Resource$LoadException: Load error in resource ui/tt/q/qbuff(v7), from filesystem res source (C:\Users\XXX\Downloads\hafen\res)
         at haven.Resource$Pool.handle(Resource.java:619)
         ... 3 more
      Caused by: java.io.FileNotFoundException: ui/tt/q/qbuff
         at haven.Resource$FileSource.get(Resource.java:301)
         at haven.Resource$Pool.handle(Resource.java:604)
         ... 3 more
      Caused by: java.nio.file.NoSuchFileException: C:\Users\XXX\Downloads\hafen\res\ui\tt\q\qbuff.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:299)
         ... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/ui/tt/q/qbuff.res
   at haven.Resource$JarSource.get(Resource.java:321)
   at haven.Resource$Pool.handle(Resource.java:604)
   ... 3 more



i'm getting this error too!
PhantomoftheWolves
 
Posts: 16
Joined: Mon Dec 13, 2021 3:53 am

Re: Ender Client

Postby xyzzy57 » Sun Mar 17, 2024 2:24 am

Kearn wrote:
Code: Select all
haven.Resource$LoadFailedException: Failed to load resource ui/tt/q/qbuff (v7)
   at haven.Resource$Pool$Queued.get(Resource.java:559)
   at haven.Resource$Pool$Queued.get(Resource.java:526)
        ...


I have something similar, or perhaps identical.

In particular, when I launched the client it loaded *a lot* of files, let me log in the account, then crashed when I selected a character to play.

It was the same character as with my crash a few hours ago, but that's probably coincidence.
xyzzy57
 
Posts: 111
Joined: Thu Aug 19, 2021 9:41 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 1 guest