Guest User

HAH Ender Crash Log

a guest
Aug 29th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.BGL$BGLException: haven.render.gl.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory) 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:322)
  9. at haven.JOGLPanel.renderloop(JOGLPanel.java:343)
  10. at java.lang.Thread.run(Unknown Source)
  11. Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.BGL$BGLException: haven.render.gl.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory) 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.BGL$BGLException: haven.render.gl.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory)
  31. at haven.render.gl.BufferBGL.run(BufferBGL.java:65)
  32. at haven.render.gl.GLEnvironment.process(GLEnvironment.java:341)
  33. at haven.JOGLPanel.redraw(JOGLPanel.java:208)
  34. at haven.JOGLPanel.access$000(JOGLPanel.java:39)
  35. at haven.JOGLPanel$1.display(JOGLPanel.java:101)
  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.BGL$BGLException: haven.render.gl.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory)
  42. at haven.render.gl.BufferBGL.run(BufferBGL.java:65)
  43. at haven.render.gl.BGL$5.run(BGL.java:225)
  44. at haven.render.gl.BufferBGL.run(BufferBGL.java:57)
  45. ... 24 more
  46. Caused by: haven.render.gl.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory)
  47. at haven.render.gl.GLException.glexcfor(GLException.java:96)
  48. at haven.render.gl.BufferBGL.checkdebuggl(BufferBGL.java:86)
  49. at haven.render.gl.BufferBGL.run(BufferBGL.java:61)
  50. ... 26 more
  51. Caused by: com.jogamp.opengl.GLException: GL-Error 0x505 while creating mutable storage for target 0x8892 -> buffer 190 of size 2097152 with data java.nio.HeapByteBuffer[pos=0 lim=2097152 cap=2097152]
  52. at jogamp.opengl.GLBufferObjectTracker.createBufferStorage(GLBufferObjectTracker.java:177)
  53. at jogamp.opengl.gl4.GL4bcImpl.glBufferData(GL4bcImpl.java:40232)
  54. at com.jogamp.opengl.DebugGL4bc.glBufferData(DebugGL4bc.java:1102)
  55. at haven.render.gl.BGL$21.run(BGL.java:332)
  56. at haven.render.gl.BufferBGL.run(BufferBGL.java:57)
  57. ... 26 more
  58.  
Advertisement
Add Comment
Please, Sign In to add comment