Ender Client

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

Re: Ender Client

Postby EnderWiggin » Mon Oct 31, 2022 1:29 pm

Updated beta client with newest from loftar + some minor tweaks. If nothing breaks will promote to regular in a day or two.
User avatar
EnderWiggin
 
Posts: 1069
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Tammer » Tue Nov 01, 2022 3:31 am

I'm getting this crash immediately on login. Currently standing in a cave.

I logged in on default client and it could be caused by a cave lantern.

Code: Select all
java.lang.RuntimeException: java.lang.NoSuchMethodError: haven.Resource.flayer(Ljava/lang/Class;)Lhaven/Resource$Layer;
   at haven.Utils.invoke(Utils.java:1670)
   at haven.Utils.lambda$smthfun$1(Utils.java:1686)
   at haven.RenderLink$ArgMaker.lambda$make$0(RenderLink.java:185)
   at haven.RenderLink$Parameters.make(RenderLink.java:175)
   at haven.res.lib.gplant.GaussianPlant.create(gplant.cjava:42)
   at haven.Sprite.create(Sprite.java:138)
   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: java.lang.NoSuchMethodError: haven.Resource.flayer(Ljava/lang/Class;)Lhaven/Resource$Layer;
   at haven.res.gfx.fx.flight.Flicker.mkrlink(flight.cjava:55)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at haven.Utils.invoke(Utils.java:1664)
   ... 14 more
Tammer
 
Posts: 284
Joined: Sun Sep 04, 2016 5:54 pm

Re: Ender Client

Postby EnderWiggin » Tue Nov 01, 2022 10:35 am

Tammer wrote:I'm getting this crash immediately on login. Currently standing in a cave.
I logged in on default client and it could be caused by a cave lantern.

Is this on a beta or regular version?
User avatar
EnderWiggin
 
Posts: 1069
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby StalkerSleem » Tue Nov 01, 2022 11:38 am

When collecting a stalagum in a cave, an event occurred and almost immediately crashed

If I'm not mistaken, I use the default version...

Code: Select all
haven.Resource$LoadFailedException: Failed to load resource gfx/kritter/stalagoomba/stalagoomba (v6)
   at haven.Resource$Pool$Queued.get(Resource.java:526)
   at haven.Resource$Pool$Queued.get(Resource.java:493)
   at haven.Session$CachedRes$Ref.get(Session.java:148)
   at haven.Session$CachedRes$Ref.get(Session.java:139)
   at haven.ResDrawable.<init>(ResDrawable.java:45)
   at haven.ResDrawable$$cres.apply(ResDrawable.java:124)
   at haven.OCache$GobInfo.apply(OCache.java:373)
   at haven.Loader.lambda$defer$0(Loader.java:240)
   at haven.Loader$Future.run(Loader.java:71)
   at haven.Loader$Future.access$400(Loader.java:42)
   at haven.Loader.loop(Loader.java:202)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/kritter/stalagoomba/stalagoomba(v6), from forking source backed by HTTP res source (https://game.havenandhearth.com/res/)
   at haven.Resource$Pool.handle(Resource.java:586)
   at haven.Resource$Pool.access$1200(Resource.java:470)
   at haven.Resource$Pool$Loader.run(Resource.java:716)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/kritter/stalagoomba/stalagoomba(v6), from cache source backed by HashDirCache(http://game.havenandhearth.com/render/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/kritter/stalagoomba/stalagoomba(v6), from 'custom' jar source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/kritter/stalagoomba/stalagoomba(v6), from local res source (res)
            ... 4 more
            Suppressed: haven.Resource$LoadException: Load error in resource gfx/kritter/stalagoomba/stalagoomba(v6), from local res source (res-preload)
               ... 4 more
               Suppressed: haven.Resource$LoadException: Load error in resource gfx/kritter/stalagoomba/stalagoomba(v6), from filesystem res source (C:\Games\Hafen and Hearth\res)
                  ... 4 more
               Caused by: java.io.FileNotFoundException: gfx/kritter/stalagoomba/stalagoomba
                  at haven.Resource$FileSource.get(Resource.java:270)
                  at haven.Resource$Pool.handle(Resource.java:571)
                  ... 3 more
               Caused by: java.nio.file.NoSuchFileException: C:\Games\Hafen and Hearth\res\gfx\kritter\stalagoomba\stalagoomba.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:268)
                  ... 4 more
            Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/gfx/kritter/stalagoomba/stalagoomba.res
               at haven.Resource$JarSource.get(Resource.java:290)
               at haven.Resource$Pool.handle(Resource.java:571)
               ... 3 more
         Caused by: java.io.FileNotFoundException: Could not find resource locally: /res/gfx/kritter/stalagoomba/stalagoomba.res
            at haven.Resource$JarSource.get(Resource.java:290)
            at haven.Resource$Pool.handle(Resource.java:571)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: /customized-remote/gfx/kritter/stalagoomba/stalagoomba.res
         at haven.Resource$JarSource.get(Resource.java:290)
         at haven.Resource$CustomizedJarSource.get(Resource.java:308)
         at haven.Resource$Pool.handle(Resource.java:571)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/gfx/kritter/stalagoomba/stalagoomba
      at haven.HashDirCache.fetch(HashDirCache.java:389)
      at haven.Resource$CacheSource.get(Resource.java:233)
      at haven.Resource$Pool.handle(Resource.java:571)
      ... 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.check(RetryingInputStream.java:96)
   at haven.Resource$HttpSource.get(Resource.java:375)
   at haven.Resource$TeeSource.get(Resource.java:210)
   at haven.Resource$Pool.handle(Resource.java:571)
   ... 3 more
Caused by: java.net.ConnectException: Connection timed out: connect
   at java.net.DualStackPlainSocketImpl.connect0(Native Method)
   at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
   at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
   at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
   at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
   at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(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:372)
   at haven.RetryingInputStream.create(RetryingInputStream.java:44)
   at haven.RetryingInputStream.get(RetryingInputStream.java:76)
   ... 7 more
User avatar
StalkerSleem
 
Posts: 28
Joined: Sun May 29, 2022 12:06 pm
Location: Not here, not there and nowhere

Re: Ender Client

Postby Tammer » Tue Nov 01, 2022 3:00 pm

EnderWiggin wrote:
Tammer wrote:I'm getting this crash immediately on login. Currently standing in a cave.
I logged in on default client and it could be caused by a cave lantern.

Is this on a beta or regular version?

regular
Tammer
 
Posts: 284
Joined: Sun Sep 04, 2016 5:54 pm

Re: Ender Client

Postby EnderWiggin » Tue Nov 01, 2022 4:04 pm

Tammer wrote:
EnderWiggin wrote:
Tammer wrote:I'm getting this crash immediately on login. Currently standing in a cave.
I logged in on default client and it could be caused by a cave lantern.

Is this on a beta or regular version?

regular

then try beta, it has new changes from loftar
StalkerSleem wrote:When collecting a stalagum in a cave, an event occurred and almost immediately crashed

If I'm not mistaken, I use the default version...

Code: Select all
haven.Resource$LoadFailedException: Failed to load resource gfx/kritter/stalagoomba/stalagoomba (v6)
This looks like problem with downloading resources
User avatar
EnderWiggin
 
Posts: 1069
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby harleyvitality » Fri Nov 04, 2022 8:37 pm

Hey Ender, I'm having an issue with placing things using Ctrl + click now - specifically when trying to create a pile of something in a certain spot. It's not a border issue, and it worked before the more recent updates.

Basically, I can't customize the position of a pile I'm trying to put down, other than if I use the game's default snapping points. This makes placing piles in tight spaces near impossible, and a bit of a major inconvenience when accidentally removing a pile that cannot be put back into the position it came from. When ctrl + clicking a spot to place a pile the character will walk to the spot, but then nothing happens.

I'm using the most updated version of your client, and redownloaded to be sure.

EDIT: I get what changed now. Loft and Jorb change the placement system, and ctrl is used to walk with things. In order to place where I want them, I now need to hold ctrl to located the object off the snap grid, then LET GO of ctrl, press shift + click to place. Not exactly sure why this is supposed to be better, but it's not on your end....how annoying.
harleyvitality
 
Posts: 12
Joined: Thu Sep 03, 2015 9:47 am

Re: Ender Client

Postby Necrisha » Sat Nov 05, 2022 2:44 am

Yeah, Loftar was trying to bring milestone placement more in line with everything else that's built or placed, and that ended up being the end result for everything.
Necrisha
 
Posts: 202
Joined: Sat May 27, 2017 7:40 am

Re: Ender Client

Postby harleyvitality » Sat Nov 05, 2022 11:31 am

Necrisha wrote:Yeah, Loftar was trying to bring milestone placement more in line with everything else that's built or placed, and that ended up being the end result for everything.


Meh...seems a lot less intuitive than before. Hopefully they find another solution.
harleyvitality
 
Posts: 12
Joined: Thu Sep 03, 2015 9:47 am

Re: Ender Client

Postby bytor » Sat Nov 05, 2022 1:20 pm

havent used ender in a while, got this opening regular version...




java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: GL_FRAMEBUFFER_UNSUPPORTED on thread AWT-EventQueue-0
at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:201)
at com.jogamp.opengl.Threading.invokeOnOpenGLThread(Threading.java:202)
at com.jogamp.opengl.Threading.invoke(Threading.java:221)
at com.jogamp.opengl.awt.GLCanvas.display(GLCanvas.java:503)
at haven.JOGLPanel.uglyjoglhack(JOGLPanel.java:322)
at haven.JOGLPanel.renderloop(JOGLPanel.java:343)
at java.lang.Thread.run(Unknown Source)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: GL_FRAMEBUFFER_UNSUPPORTED on thread AWT-EventQueue-0
at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.opengl.awt.GLCanvas$12.run(GLCanvas.java:1442)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: GL_FRAMEBUFFER_UNSUPPORTED
at haven.render.gl.BufferBGL.run(BufferBGL.java:65)
at haven.render.gl.GLEnvironment.process(GLEnvironment.java:328)
at haven.JOGLPanel.redraw(JOGLPanel.java:208)
at haven.JOGLPanel.access$000(JOGLPanel.java:39)
at haven.JOGLPanel$1.display(JOGLPanel.java:101)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at com.jogamp.opengl.awt.GLCanvas$11.run(GLCanvas.java:1428)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
... 16 more
Caused by: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: GL_FRAMEBUFFER_UNSUPPORTED
at haven.render.gl.GLFrameBuffer.lambda$new$0(GLFrameBuffer.java:68)
at haven.render.gl.BGL$4.run(BGL.java:218)
at haven.render.gl.BufferBGL.run(BufferBGL.java:57)
... 24 more
bytor
 
Posts: 3
Joined: Thu Nov 01, 2018 9:04 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Patjx and 11 guests