Haven Error

The worst monsters in the Hearthlands warp the fabric of space and time...

Haven Error

Postby volot » Sun Oct 22, 2023 1:51 am

After I login and connect an error has occurred. But in other client that error is not appear.

Code: Select all
java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 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:210)
   at haven.JOGLPanel.renderloop(JOGLPanel.java:231)
   at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 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.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:308)
   at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
   at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
   at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
   at haven.render.gl.BufferBGL.run(BufferBGL.java:62)
   at haven.render.gl.GLEnvironment.process(GLEnvironment.java:339)
   at haven.JOGLPanel.redraw(JOGLPanel.java:174)
   at haven.JOGLPanel.access$000(JOGLPanel.java:41)
   at haven.JOGLPanel$1.display(JOGLPanel.java:93)
   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)
   ... 15 more
Caused by: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
   at haven.render.gl.GLFrameBuffer.lambda$null$0(GLFrameBuffer.java:67)
   at haven.render.gl.BGL$4.run(BGL.java:217)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:56)
   ... 23 more


But I want to play at vanilla client because it less lags at my computer.
volot
 
Posts: 2
Joined: Sat Oct 21, 2023 8:06 am

Re: Haven Error

Postby CrashM3 » Sun Oct 22, 2023 8:31 am

What is your Java version?
Open your "CMD" and enter this Java -version
(press Windows-Key, enter "CMD" and press Enter)

This is the newest version:
Image

If their is a older version, you can download the newest from here:
https://www.oracle.com/de/java/technologies/downloads/#jdk21-windows
venatorvenator wrote:I just found it funny that while almost everyone says they dislike village rules a German comes wanting more of it. Living up to the stereotype:)
CrashM3
 
Posts: 24
Joined: Tue May 25, 2010 8:20 pm

Re: Haven Error

Postby volot » Sun Oct 22, 2023 10:12 am

CrashM3 wrote:What is your Java version?
Open your "CMD" and enter this Java -version
(press Windows-Key, enter "CMD" and press Enter)

This is the newest version:

If their is a older version, you can download the newest from here:



Ok i installed the last version.

But i got a same error :?

Code: Select all
java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 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:210)
   at haven.JOGLPanel.renderloop(JOGLPanel.java:231)
   at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 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.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:308)
   at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
   at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
   at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
   at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
   at haven.render.gl.BufferBGL.run(BufferBGL.java:62)
   at haven.render.gl.GLEnvironment.process(GLEnvironment.java:339)
   at haven.JOGLPanel.redraw(JOGLPanel.java:174)
   at haven.JOGLPanel.access$000(JOGLPanel.java:41)
   at haven.JOGLPanel$1.display(JOGLPanel.java:93)
   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)
   ... 15 more
Caused by: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
   at haven.render.gl.GLFrameBuffer.lambda$null$0(GLFrameBuffer.java:67)
   at haven.render.gl.BGL$4.run(BGL.java:217)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:56)
   ... 23 more
You do not have the required permissions to view the files attached to this post.
volot
 
Posts: 2
Joined: Sat Oct 21, 2023 8:06 am

Re: Haven Error

Postby srt66 » Tue Jul 09, 2024 9:57 am

volot wrote:After I login and connect an error has occurred. But in other client that error is not appear.

Code: Select all
java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 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:210)
   at haven.JOGLPanel.renderloop(JOGLPanel.java:231)
   at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 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.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:308)
   at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
   at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
   at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
   at haven.render.gl.BufferBGL.run(BufferBGL.java:62)
   at haven.render.gl.GLEnvironment.process(GLEnvironment.java:339)
   at haven.JOGLPanel.redraw(JOGLPanel.java:174)
   at haven.JOGLPanel.access$000(JOGLPanel.java:41)
   at haven.JOGLPanel$1.display(JOGLPanel.java:93)
   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)
   ... 15 more
Caused by: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
   at haven.render.gl.GLFrameBuffer.lambda$null$0(GLFrameBuffer.java:67)
   at haven.render.gl.BGL$4.run(BGL.java:217)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:56)
   ... 23 more


But I want to play at vanilla client because it less lags at my computer.


This is an issue with the graphics drivers, they are incomplete, causing the images to not be generated.
The old graphics drivers and generic graphics drivers, they lack some features. Unable to generate images.
(The above two sentences were made up by me.) :) my nonsense. )
Go to the official website of the graphics driver.
Install the latest version of the graphics driver. You can generate an image.
If it's not good. There are several new graphics card drivers, try the older one.
Or.
Buy a new computer.
User avatar
srt66
 
Posts: 230
Joined: Wed Sep 16, 2015 5:53 am


Return to Bugs

Who is online

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