Syphon support seems broken for Processing 2.0.1

Home Forums Syphon Syphon Implementations – User Syphon support seems broken for Processing 2.0.1

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25735
    Anome
    Participant

    Hello,

    Last year, I created an example for Processing : http://lab.millumin.com/tutorials/?name=processing
    This example works on Processing 2.0b7, 2.0b8, …
    But it returns this exception on version 2.0 or 2.0.1 :

    Exception in thread “AWT-EventQueue-0” 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 SimpleCube.draw(SimpleCube.java:59)

    Do you know about this issue ? Is something need to be change in my code example ?

    Thank you. Philippe

    #25872
    vade
    Keymaster
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.