Processing Forum
So, I start commenting out code and I get to the point where I discover the line that is actually causing the issue is this one:
- Uncaught Error: IndexSizeError: DOM Exception 1 processing.js:4076
** (Processing core video:217): WARNING **: ColorConverter: size 62400 is not a multiple of unit size 600002012-12-04 12:41:11.523 JavaApplicationStub[217:903] invalid drawable
(Processing core video:217): GStreamer-CRITICAL **:Trying to dispose element nat, but it is in PAUSED instead of the NULL state.You need to explicitly set elements to the NULL state beforedropping the final reference, to allow them to clean up.This problem may also be caused by a refcounting bug in theapplication or some element.
(Processing core video:217): GStreamer-CRITICAL **:Trying to dispose element Video Capture, but it is in PAUSED instead of the NULL state.You need to explicitly set elements to the NULL state beforedropping the final reference, to allow them to clean up.This problem may also be caused by a refcounting bug in theapplication or some element.
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: Unable to load library 'gstreamer-0.10': dlopen(libgstreamer-0.10.dylib, 9): image not foundat com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:163)
Frame buffer is incomplete (GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT)OpenGL error 1280 at top endDraw(): invalid enumerantFrame buffer is incomplete (GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT)OpenGL error 1282 at render_triangles in: invalid operationOpenGL error 1286 at non-binding 6: invalid framebuffer operationFrame buffer is incomplete (GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT)Frame buffer is incomplete (GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT)Frame buffer is incomplete (GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT)Frame buffer is incomplete (GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT)
javax.media.opengl.GLException: No OpenGL context current on this threadat javax.media.opengl.glu.GLU.getCurrentGL(GLU.java:234)at com.sun.opengl.util.texture.Texture.<init>(Texture.java:179)at com.sun.opengl.util.texture.TextureIO.newTexture(TextureIO.java:445)at com.sun.opengl.util.texture.TextureIO.newTexture(TextureIO.java:539)at edu.mit.senseable.backtalk.Photo.<init>(Photo.java:69)at edu.mit.senseable.backtalk.PhotoStack.imageLoaded(PhotoStack.java:145)at edu.mit.senseable.backtalk.ImageLoader.run(ImageLoader.java:41)