Ender Client

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

Re: Ender Client

Postby Willberfollower » Mon Jan 03, 2022 7:54 am

getting this error
java.lang.NoClassDefFoundError: com/jogamp/opengl/awt/GLCanvas
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:855)
at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:753)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:676)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:634)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at haven.MainFrame.<init>(MainFrame.java:174)
at haven.MainFrame.main2(MainFrame.java:447)
at haven.MainFrame.lambda$main$0(MainFrame.java:486)
at java.base/java.lang.Thread.run(Thread.java:831)
Caused by: java.lang.ClassNotFoundException: com.jogamp.opengl.awt.GLCanvas
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
... 13 more

any suggestions?
Willberfollower
 
Posts: 36
Joined: Sat Mar 21, 2020 6:16 pm

Re: Ender Client

Postby Haolini » Tue Jan 04, 2022 6:25 pm

Here's a mistake, how to fix it?

20201113.fcfd5df7
Windows 10 10.0 x64, 1.8.0_311 x86
NVIDIA Corporation (GeForce GT 630/PCIe/SSE2) - 4.6.0 NVIDIA 391.35

java.lang.NullPointerException
at haven.CharWnd$Attr.tick(CharWnd.java:519)
at haven.Widget.tick(Widget.java:766)
at haven.Widget.tick(Widget.java:766)
at haven.Widget.tick(Widget.java:766)
at haven.GameUI.tick(GameUI.java:1196)
at haven.Widget.tick(Widget.java:766)
at haven.UI.tick(UI.java:180)
at haven.HavenPanel.run(HavenPanel.java:753)
at java.lang.Thread.run(Unknown Source)
Haolini
 
Posts: 1
Joined: Tue Dec 18, 2018 8:17 pm

Re: Ender Client

Postby ChakatStormCloud » Thu Jan 06, 2022 7:07 am

Client crashing upon encountering planted wheat

Stacktrace:
Code: Select all
java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
   at haven.Utils.construct(Utils.java:1617)
   at haven.Resource$PublishedCode$Instancer.stdmake(Resource.java:1236)
   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:1460)
   at java.security.AccessController.doPrivileged(Native Method)
   at haven.Resource$CodeEntry.get(Resource.java:1450)
   at haven.Resource.getcode(Resource.java:1295)
   at haven.Sprite.create(Sprite.java:136)
   at haven.ResDrawable.<init>(ResDrawable.java:45)
   at haven.OCache.cres(OCache.java:257)
   at haven.OCache.lambda$cres$9(OCache.java:269)
   at haven.OCache$GobInfo.apply(OCache.java:758)
   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: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
   at java.lang.Class.getConstructor0(Unknown Source)
   at java.lang.Class.getConstructor(Unknown Source)
   at haven.Utils.construct(Utils.java:1615)
   ... 17 more


Not isolated, I've talked to other people in my realm who've had the same issue.

Redownloaded the updater-hafen.jar and ran it in a new folder, got a different crash immediately as the game launched:

Stacktrace:
Code: Select all
java.lang.NoClassDefFoundError: com/jogamp/opengl/awt/GLCanvas
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(Unknown Source)
   at java.security.SecureClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.access$100(Unknown Source)
   at java.net.URLClassLoader$1.run(Unknown Source)
   at java.net.URLClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at haven.MainFrame.<init>(MainFrame.java:174)
   at haven.MainFrame.main2(MainFrame.java:447)
   at haven.MainFrame.lambda$main$0(MainFrame.java:486)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.jogamp.opengl.awt.GLCanvas
   at java.net.URLClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 16 more


Also tried building from source, no dice either (but that might be because I'm always shit at setting up IDE projects for source repositories).
ChakatStormCloud
 
Posts: 18
Joined: Thu Dec 28, 2017 3:19 am

Re: Ender Client

Postby JesusTheAstronaut » Thu Jan 06, 2022 7:36 am

Is it possible to disable the night vision in Ender so that caves require light sources?
JesusTheAstronaut
 
Posts: 27
Joined: Fri Jan 20, 2012 9:08 am

Re: Ender Client

Postby mvgulik » Thu Jan 06, 2022 8:40 am

ChakatStormCloud wrote:Redownloaded the updater-hafen.jar and ran it in a new folder, got a different crash immediately as the game launched:

Try clearing the ".../client" folder.
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Ender Client

Postby mvgulik » Thu Jan 06, 2022 8:45 am

JesusTheAstronaut wrote:Is it possible to disable the night vision in Ender so that caves require light sources?

"Options -> Camera settings -> Brighten view slider"
+No, there is no separate setting for caves only.
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Ender Client

Postby ChakatStormCloud » Thu Jan 06, 2022 9:33 am

mvgulik wrote:
ChakatStormCloud wrote:Redownloaded the updater-hafen.jar and ran it in a new folder, got a different crash immediately as the game launched:

Try clearing the ".../client" folder.

Did not work. I suspect it might be an issue involving the AMD64 version of jogl. it would explain why it's fine for some and completely broken for others.
ChakatStormCloud
 
Posts: 18
Joined: Thu Dec 28, 2017 3:19 am

Re: Ender Client

Postby ChakatStormCloud » Thu Jan 06, 2022 9:09 pm

ChakatStormCloud wrote:
mvgulik wrote:
ChakatStormCloud wrote:Redownloaded the updater-hafen.jar and ran it in a new folder, got a different crash immediately as the game launched:

Try clearing the ".../client" folder.

Did not work. I suspect it might be an issue involving the AMD64 version of jogl. it would explain why it's fine for some and completely broken for others.

Nope, I figured it out, Hafen is using jogl-all.jar and the updater IS downloading the all versions, but renaming it jogl.jar literally just renaming it fixes the issue... amazing.

such a stupid bug....
ChakatStormCloud
 
Posts: 18
Joined: Thu Dec 28, 2017 3:19 am

Re: Ender Client

Postby ChakatStormCloud » Fri Jan 07, 2022 12:39 am

AAAaand now I'm getting this crash... from a beat leaf
Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/terobjs/items/beetleaves (v10), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Pool$Queued.get(Resource.java:456)
   at haven.Resource$Pool$Queued.get(Resource.java:424)
   at haven.Session$CachedRes$Ref.get(Session.java:140)
   at haven.Session$CachedRes$Ref.get(Session.java:133)
   at haven.ResDrawable.<init>(ResDrawable.java:45)
   at haven.OCache.cres(OCache.java:258)
   at haven.OCache.lambda$cres$10(OCache.java:270)
   at haven.OCache$GobInfo.apply(OCache.java:759)
   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$LoadException: Load error in resource gfx/terobjs/items/beetleaves(v10), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Pool.handle(Resource.java:517)
   at haven.Resource$Pool.access$1200(Resource.java:401)
   at haven.Resource$Pool$Loader.run(Resource.java:653)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Wrong res version (9 != 10)
      at haven.Resource.load(Resource.java:1722)
      at haven.Resource.access$700(Resource.java:41)
      at haven.Resource$Pool.handle(Resource.java:505)
      ... 3 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/beetleaves(v10), from local res source (res-preload)
         at haven.Resource$Pool.handle(Resource.java:517)
         ... 3 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/beetleaves(v10), from 'custom' jar source
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/beetleaves(v10), from local res source (res)
               ... 4 more
               Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/beetleaves(v10), from filesystem res source (D:\Non-SteamLibrary\ender2\res)
                  ... 4 more
               Caused by: java.io.FileNotFoundException: gfx/terobjs/items/beetleaves
                  at haven.Resource$FileSource.get(Resource.java:269)
                  at haven.Resource$Pool.handle(Resource.java:501)
                  ... 3 more
               Caused by: java.nio.file.NoSuchFileException: D:\Non-SteamLibrary\ender2\res\gfx\terobjs\items\beetleaves.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:267)
                  ... 4 more
            Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/gfx/terobjs/items/beetleaves.res
               at haven.Resource$JarSource.get(Resource.java:289)
               at haven.Resource$Pool.handle(Resource.java:501)
               ... 3 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /customized-remote/gfx/terobjs/items/beetleaves.res
            at haven.Resource$JarSource.get(Resource.java:289)
            at haven.Resource$CustomizedJarSource.get(Resource.java:307)
            at haven.Resource$Pool.handle(Resource.java:501)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/gfx/terobjs/items/beetleaves.res
         at haven.Resource$JarSource.get(Resource.java:289)
         at haven.Resource$Pool.handle(Resource.java:501)
         ... 3 more
Caused by: haven.StreamMessage$IOError: java.io.IOException: already retried 7 times
   at haven.StreamMessage.underflow(StreamMessage.java:71)
   at haven.Message.rensure(Message.java:101)
   at haven.Message.bytes(Message.java:174)
   at haven.Resource.load(Resource.java:1715)
   at haven.Resource.access$700(Resource.java:41)
   at haven.Resource$Pool.handle(Resource.java:505)
   ... 3 more
Caused by: java.io.IOException: already retried 7 times
   at haven.RetryingInputStream.retry(RetryingInputStream.java:54)
   at haven.RetryingInputStream.get(RetryingInputStream.java:70)
   at haven.RetryingInputStream.read(RetryingInputStream.java:111)
   at haven.StreamTee.read(StreamTee.java:87)
   at haven.StreamMessage.underflow(StreamMessage.java:68)
   ... 8 more
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.ssl.Alert.createSSLException(Unknown Source)
   at sun.security.ssl.TransportContext.fatal(Unknown Source)
   at sun.security.ssl.TransportContext.fatal(Unknown Source)
   at sun.security.ssl.TransportContext.fatal(Unknown Source)
   at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(Unknown Source)
   at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(Unknown Source)
   at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(Unknown Source)
   at sun.security.ssl.SSLHandshake.consume(Unknown Source)
   at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)
   at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)
   at sun.security.ssl.TransportContext.dispatch(Unknown Source)
   at sun.security.ssl.SSLTransport.decode(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   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.Resource$HttpSource$1.create(Resource.java:363)
   at haven.RetryingInputStream.create(RetryingInputStream.java:44)
   at haven.RetryingInputStream.get(RetryingInputStream.java:76)
   ... 11 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
   at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
   at sun.security.validator.Validator.validate(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
   ... 31 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
   at java.security.cert.CertPathBuilder.build(Unknown Source)
   ... 37 more


and this from going through my recipies for stuffing.

Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/invobjs/stuffing-meat (v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Pool$Queued.get(Resource.java:456)
   at haven.Resource$Pool$Queued.get(Resource.java:424)
   at haven.Session$CachedRes$Ref.get(Session.java:140)
   at haven.Session$CachedRes$Ref.get(Session.java:133)
   at haven.Makewindow$Spec.sprite(Makewindow.java:82)
   at haven.Makewindow$Spec.draw(Makewindow.java:88)
   at haven.Makewindow.draw(Makewindow.java:287)
   at haven.Widget.draw(Widget.java:776)
   at haven.Widget.draw(Widget.java:781)
   at haven.Window.draw(Window.java:249)
   at haven.WindowX.draw(WindowX.java:57)
   at haven.Widget.draw(Widget.java:776)
   at haven.Widget.draw(Widget.java:781)
   at haven.GameUI.draw(GameUI.java:1235)
   at haven.Widget.draw(Widget.java:776)
   at haven.Widget.draw(Widget.java:781)
   at haven.RootWidget.draw(RootWidget.java:141)
   at haven.UI.draw(UI.java:237)
   at haven.JOGLPanel.display(JOGLPanel.java:480)
   at haven.JOGLPanel.run(JOGLPanel.java:560)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/invobjs/stuffing-meat(v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Pool.handle(Resource.java:517)
   at haven.Resource$Pool.access$1200(Resource.java:401)
   at haven.Resource$Pool$Loader.run(Resource.java:653)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/invobjs/stuffing-meat(v1), from cache source backed by HashDirCache(http://game.havenandhearth.com/render/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/invobjs/stuffing-meat(v1), from local res source (res-preload)
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/invobjs/stuffing-meat(v1), from 'custom' jar source
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource gfx/invobjs/stuffing-meat(v1), from local res source (res)
               ... 4 more
               Suppressed: haven.Resource$LoadException: Load error in resource gfx/invobjs/stuffing-meat(v1), from filesystem res source (D:\Non-SteamLibrary\ender2\res)
                  ... 4 more
               Caused by: java.io.FileNotFoundException: gfx/invobjs/stuffing-meat
                  at haven.Resource$FileSource.get(Resource.java:269)
                  at haven.Resource$Pool.handle(Resource.java:501)
                  ... 3 more
               Caused by: java.nio.file.NoSuchFileException: D:\Non-SteamLibrary\ender2\res\gfx\invobjs\stuffing-meat.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:267)
                  ... 4 more
            Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/gfx/invobjs/stuffing-meat.res
               at haven.Resource$JarSource.get(Resource.java:289)
               at haven.Resource$Pool.handle(Resource.java:501)
               ... 3 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /customized-remote/gfx/invobjs/stuffing-meat.res
            at haven.Resource$JarSource.get(Resource.java:289)
            at haven.Resource$CustomizedJarSource.get(Resource.java:307)
            at haven.Resource$Pool.handle(Resource.java:501)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/gfx/invobjs/stuffing-meat.res
         at haven.Resource$JarSource.get(Resource.java:289)
         at haven.Resource$Pool.handle(Resource.java:501)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/gfx/invobjs/stuffing-meat
      at haven.HashDirCache.fetch(HashDirCache.java:389)
      at haven.Resource$CacheSource.get(Resource.java:232)
      at haven.Resource$Pool.handle(Resource.java:501)
      ... 3 more
Caused by: haven.StreamMessage$IOError: java.io.IOException: already retried 7 times
   at haven.StreamMessage.underflow(StreamMessage.java:71)
   at haven.Message.rensure(Message.java:101)
   at haven.Message.bytes(Message.java:174)
   at haven.Resource.load(Resource.java:1715)
   at haven.Resource.access$700(Resource.java:41)
   at haven.Resource$Pool.handle(Resource.java:505)
   ... 3 more
Caused by: java.io.IOException: already retried 7 times
   at haven.RetryingInputStream.retry(RetryingInputStream.java:54)
   at haven.RetryingInputStream.get(RetryingInputStream.java:70)
   at haven.RetryingInputStream.read(RetryingInputStream.java:111)
   at haven.StreamTee.read(StreamTee.java:87)
   at haven.StreamMessage.underflow(StreamMessage.java:68)
   ... 8 more
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.ssl.Alert.createSSLException(Unknown Source)
   at sun.security.ssl.TransportContext.fatal(Unknown Source)
   at sun.security.ssl.TransportContext.fatal(Unknown Source)
   at sun.security.ssl.TransportContext.fatal(Unknown Source)
   at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(Unknown Source)
   at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(Unknown Source)
   at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(Unknown Source)
   at sun.security.ssl.SSLHandshake.consume(Unknown Source)
   at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)
   at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)
   at sun.security.ssl.TransportContext.dispatch(Unknown Source)
   at sun.security.ssl.SSLTransport.decode(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   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.Resource$HttpSource$1.create(Resource.java:363)
   at haven.RetryingInputStream.create(RetryingInputStream.java:44)
   at haven.RetryingInputStream.get(RetryingInputStream.java:76)
   ... 11 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
   at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
   at sun.security.validator.Validator.validate(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
   ... 31 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
   at java.security.cert.CertPathBuilder.build(Unknown Source)
   ... 37 more
ChakatStormCloud
 
Posts: 18
Joined: Thu Dec 28, 2017 3:19 am

Re: Ender Client

Postby Pommfritz » Sun Jan 16, 2022 6:43 am

Pommfritz wrote:Everytime I click steal on a KO'd/ dead player my drink button bugs out and I have to relog, is this fixable?


I did a bit of testing
Sometimes when I click steal on a corpse (not sure if I always took something) but not opened their belt I was able to drink.
Now I have 2 new corpses here where I was fine before opening the belt, after opening their belt I couldn't drink with the hotkey. I relogged and was able to drink with hotkey again, now when I click steal on them again, no matter what, it blocks the drinking button. I have discovered tho that I can just reopen my belt instead of relogging to make the drink button work again.

Maybe there is soemthing to look into.
User avatar
Pommfritz
 
Posts: 360
Joined: Wed Sep 16, 2015 6:00 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: scorpwillsting and 14 guests