Advertisement
Guest User

Haven & Hearth launch error

a guest
Feb 24th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36054 on thread AWT-EventQueue-0
  2. at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
  3. at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
  4. at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:201)
  5. at com.jogamp.opengl.Threading.invokeOnOpenGLThread(Threading.java:202)
  6. at com.jogamp.opengl.Threading.invoke(Threading.java:221)
  7. at com.jogamp.opengl.awt.GLCanvas.display(GLCanvas.java:503)
  8. at haven.JOGLPanel.uglyjoglhack(JOGLPanel.java:210)
  9. at haven.JOGLPanel.renderloop(JOGLPanel.java:231)
  10. at java.lang.Thread.run(Unknown Source)
  11. Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36054 on thread AWT-EventQueue-0
  12. at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
  13. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
  14. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
  15. at com.jogamp.opengl.awt.GLCanvas$12.run(GLCanvas.java:1442)
  16. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  17. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  18. at java.awt.EventQueue.access$500(Unknown Source)
  19. at java.awt.EventQueue$3.run(Unknown Source)
  20. at java.awt.EventQueue$3.run(Unknown Source)
  21. at java.security.AccessController.doPrivileged(Native Method)
  22. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  23. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  24. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  25. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  26. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  27. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  28. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  29. at java.awt.EventDispatchThread.run(Unknown Source)
  30. Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36054
  31. at haven.render.gl.BufferBGL.run(BufferBGL.java:62)
  32. at haven.render.gl.GLEnvironment.process(GLEnvironment.java:339)
  33. at haven.JOGLPanel.redraw(JOGLPanel.java:174)
  34. at haven.JOGLPanel.access$000(JOGLPanel.java:41)
  35. at haven.JOGLPanel$1.display(JOGLPanel.java:93)
  36. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
  37. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
  38. at com.jogamp.opengl.awt.GLCanvas$11.run(GLCanvas.java:1428)
  39. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
  40. ... 16 more
  41. Caused by: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36054
  42. at haven.render.gl.GLFrameBuffer.lambda$null$0(GLFrameBuffer.java:67)
  43. at haven.render.gl.BGL$4.run(BGL.java:217)
  44. at haven.render.gl.BufferBGL.run(BufferBGL.java:56)
  45. ... 24 more
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement