Tweak mode issue

edited February 2014 in Questions about Modes

Hello

I'm trying to run the Processing IDE in Tweak mode (am using 2.1.1) and am having the same problem on both Mac and Win.

Exception in thread "Thread-63" java.lang.NoSuchMethodError: processing.app.Base.showWarning(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V at galsasson.mode.tweak.TweakMode.verifyOscP5(TweakMode.java:205) at galsasson.mode.tweak.TweakMode.handlePresentOrRun(TweakMode.java:135) at galsasson.mode.tweak.TweakMode.handleRun(TweakMode.java:121) at processing.mode.java.JavaEditor$18.run(JavaEditor.java:468)

at java.lang.Thread.run(Thread.java:744)

Is this referring to a Java version issue?

Thanks Alex

Answers

  • edited February 2014 Answer ✓

    Do you have OSC libary in your processng libary folder because this mode only works with this lib only.

  • OSC? No...Why would I need an OSC library?

  • Ah sorry, just read the instructions from the Tweak website...working fine now..

  • change your title with this "[Solved ] Tweak mode issue" so that other can find the solution if they have the same problem.

Sign In or Register to comment.