Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory) 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.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory) 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.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory)
- 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.GLException$GLOutOfMemoryException: GL Error: 1285 (out of memory)
- at haven.render.gl.GLException.glexcfor(GLException.java:96)
- at haven.render.gl.BufferBGL.checkdebuggl(BufferBGL.java:86)
- at haven.render.gl.BufferBGL.run(BufferBGL.java:61)
- ... 24 more
- Caused by: com.jogamp.opengl.GLException: GL-Error 0x505 while creating mutable storage for target 0x8892 -> buffer 4962 of size 576 with data java.nio.HeapByteBuffer[pos=0 lim=576 cap=576]
- at jogamp.opengl.GLBufferObjectTracker.createBufferStorage(GLBufferObjectTracker.java:177)
- at jogamp.opengl.gl4.GL4bcImpl.glBufferData(GL4bcImpl.java:40232)
- at haven.render.gl.BGL$21.run(BGL.java:332)
- at haven.render.gl.BufferBGL.run(BufferBGL.java:57)
- ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment