Open GoogleCodeExporter opened 8 years ago
It also fails with the new version of ControlP5:
ControlP5 1.5.1 infos, comments, questions at
http://www.sojamo.de/libraries/controlP5
java.lang.NullPointerException
at processing.mode.java.runner.Runner.findException(Runner.java:664)
at processing.mode.java.runner.Runner.reportException(Runner.java:609)
at processing.mode.java.runner.Runner.exception(Runner.java:552)
at processing.mode.java.runner.EventThread.exceptionEvent(EventThread.java:367)
at processing.mode.java.runner.EventThread.handleEvent(EventThread.java:255)
at processing.mode.java.runner.EventThread.run(EventThread.java:89)
Exception in thread "Animation Thread" java.lang.IllegalArgumentException:
argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at processing.core.PApplet$RegisteredMethods.handle(PApplet.java:1076)
at processing.core.PApplet.handleKeyEvent(PApplet.java:2848)
at processing.core.PApplet.dequeueKeyEvents(PApplet.java:2793)
at processing.core.PApplet.handleDraw(PApplet.java:2132)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:197)
at processing.core.PApplet.run(PApplet.java:1998)
at java.lang.Thread.run(Unknown Source)
Original comment by ymour...@gmail.com
on 9 Sep 2012 at 1:16
the latest version as of now is 1.5.1 which is only working with processing
1.5.1 and earlier as pointed out here
http://code.google.com/p/controlp5/downloads/detail?name=controlP5-1.5.1.zip .
Since there have been many new features, updates, changes and surprises with
processing 2.0, controlP5 as is unfortunately breaks and needs to be adjusted.
An updated version for post processing 1.5.1 will be available shortly,
controlp5's version number will indicated this by changing to 2.0
Original comment by soj...@gmail.com
on 9 Sep 2012 at 5:38
Original comment by soj...@gmail.com
on 22 Jan 2013 at 8:22
Original issue reported on code.google.com by
ymour...@gmail.com
on 9 Sep 2012 at 1:09