Issue 29 in syphon-implementations: Syphon library is broken in Processing 2.0 final

8 views
Skip to first unread message

syphon-impl...@googlecode.com

unread,
Jun 3, 2013, 5:18:41 PM6/3/13
to syphon-de...@googlegroups.com
Status: Accepted
Owner: andres.c...@gmail.com
Labels: Type-Defect Priority-High

New issue 29 by andres.c...@gmail.com: Syphon library is broken in
Processing 2.0 final
http://code.google.com/p/syphon-implementations/issues/detail?id=29

Changes in the API of the OpenGL renderer in Processing 2.0 final broke the
Syphon library. The latest beta (2.0b9) does work with the beta 2 r7
version of the library, although partially (the SyphonClient.getImage()
function gives a NoSuchMethod exception).


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

syphon-impl...@googlecode.com

unread,
Jul 3, 2013, 1:54:27 AM7/3/13
to syphon-de...@googlegroups.com

Comment #1 on issue 29 by sigil...@gmail.com: Syphon library is broken in
Indeed, the SendFrames example also crashes with Processing 2.0.1.

Syphon library for Processing Beta2-r7
java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access
method
processing.opengl.PGraphicsOpenGL.getTexture(Lprocessing/core/PImage;)Lprocessing/opengl/Texture;
from class codeanticode.syphon.SyphonServer
at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at
jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:100)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:205)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483)
at processing.opengl.PGL.requestDraw(PGL.java:1155)
at processing.opengl.PGraphicsOpenGL.requestDraw(PGraphicsOpenGL.java:1602)
at processing.core.PApplet.run(PApplet.java:2141)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.IllegalAccessError: tried to access method
processing.opengl.PGraphicsOpenGL.getTexture(Lprocessing/core/PImage;)Lprocessing/opengl/Texture;
from class codeanticode.syphon.SyphonServer
at codeanticode.syphon.SyphonServer.sendImage(Unknown Source)
at SendFrames.draw(SendFrames.java:42)
at processing.core.PApplet.handleDraw(PApplet.java:2270)
at processing.opengl.PGL$PGLListener.display(PGL.java:2643)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:576)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:561)
at javax.media.opengl.awt.GLCanvas$7.run(GLCanvas.java:1054)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1024)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:899)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1065)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
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)

syphon-impl...@googlecode.com

unread,
Aug 9, 2013, 10:37:29 AM8/9/13
to syphon-de...@googlegroups.com

Comment #2 on issue 29 by adwo...@unito.com.br: Syphon library is broken in
Any news for a fix? Syphon integration with Processing is really a must
have for me.

syphon-impl...@googlecode.com

unread,
Aug 9, 2013, 11:31:00 AM8/9/13
to syphon-de...@googlegroups.com

Comment #3 on issue 29 by ry.pater...@gmail.com: Syphon library is broken
Yaaaa come on lets get a fix!! Cant wait to try this out. Maybe I'll go
back to 1.5 for now...

syphon-impl...@googlecode.com

unread,
Aug 9, 2013, 12:20:35 PM8/9/13
to syphon-de...@googlegroups.com

Comment #4 on issue 29 by jasm...@heroicrobot.com: Syphon library is broken
you don't have to go back to 1.5- it works fine with 2.0b9.

syphon-impl...@googlecode.com

unread,
Aug 9, 2013, 5:10:13 PM8/9/13
to syphon-de...@googlegroups.com

syphon-impl...@googlecode.com

unread,
Aug 9, 2013, 5:11:44 PM8/9/13
to syphon-de...@googlegroups.com

Comment #6 on issue 29 by jasm...@heroicrobot.com: Syphon library is broken
That only works for output to syphon, not input from syphon.

syphon-impl...@googlecode.com

unread,
Aug 14, 2013, 5:09:22 PM8/14/13
to syphon-de...@googlegroups.com
Updates:
Status: Fixed

Comment #7 on issue 29 by andres.c...@gmail.com: Syphon library is broken
(No comment was entered for this change.)

syphon-impl...@googlecode.com

unread,
Sep 6, 2013, 1:01:22 AM9/6/13
to syphon-de...@googlegroups.com

Comment #8 on issue 29 by mon...@gmail.com: Syphon library is broken in
I can't use too....
I have a Kinect Project....
I just want to use MadMapper to mapping my kinect project.
Anyone help? Thanks!
Reply all
Reply to author
Forward
0 new messages