Processing Issue – GL_Framebuffer_Unsupported

Home Forums Syphon Syphon Implementations – User Processing Issue – GL_Framebuffer_Unsupported

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11358
    niall
    Participant

    Hello,

    Just wondering if anyone has had similar troubles?
    I’m trying to use processing with syphon and not really having much luck.
    Just using the  basic implementation examples.

    I’m on 10.6.8 on a Macbook Pro, with a newly updated processing (2.0b6)
    The default (i.e non-processing) syphon examples work great sending frames around, and I can send them to Coge (can’t get modul8 to work, yet)

    However whenever I run either of the example processing sketches, I get this error

    GL_FRAMEBUFFER_UNSUPPORTED8cdd

     

    Here’s the console:

    JSyphon Loaded

    New JSyphon Instance

    Already called beginDraw().

    OpenGL error 1286 at top endDraw(): invalid framebuffer operation

    OpenGL error 1286 at bot endDraw(): invalid framebuffer operation

    Exception in thread “Animation Thread” java.lang.RuntimeException: GL_FRAMEBUFFER_UNSUPPORTED8cdd

    at processing.opengl.PGL.validateFramebuffer(PGL.java:2523)

    at processing.opengl.FrameBuffer.setColorBuffers(FrameBuffer.java:287)

    at processing.opengl.FrameBuffer.setColorBuffer(FrameBuffer.java:251)

    at processing.opengl.PGraphicsOpenGL.beginDraw(PGraphicsOpenGL.java:1701)

    at SendFrames.draw(SendFrames.java:37)

    at processing.core.PApplet.handleDraw(PApplet.java:2128)

    at processing.opengl.PGL$PGLListener.display(PGL.java:2595)

    at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:189)

    at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:177)

    at javax.media.opengl.awt.GLCanvas$DisplayAction.run(GLCanvas.java:928)

    at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:425)

    at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:364)

    at javax.media.opengl.awt.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:945)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)

    at java.awt.EventQueue.access$400(EventQueue.java:82)

    at java.awt.EventQueue$2.run(EventQueue.java:663)

    at java.awt.EventQueue$2.run(EventQueue.java:661)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:672)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)”

     

    Anyone experienced similar?
    Thanks in advance.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.