-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Processing launch error; still not fixed after reading the trouble shooting page #5197
Description
Processing version:3.35
System: Windows10
Error one: When I double click the processing, there comes a welcome page but the sketch board doesn't show up.
What I have tried: I deleted the 'preference.txt' file. The processing runs well. I can see the sketch on the screen. But!
Error Two: I type few lines code. Like 'size(640,480); line(13,123,231,12);'. And then click 'RUN'. Nothing happens... When I click the 'RUN' again, the processing is broken.
What I have tried: I deleted the 'preference.txt' again to make sure the processing can run. Then I type '.\processing.exe --l4j-debug' which is said in the troubleshooting. It shows that:
error:
processing.app.SketchException: unexpected char: ''
at processing.mode.java.JavaBuild.preprocess(JavaBuild.java:361)
at processing.mode.java.JavaBuild.preprocess(JavaBuild.java:155)
at processing.mode.java.JavaBuild.build(JavaBuild.java:122)
at processing.mode.java.JavaBuild.build(JavaBuild.java:104)
at processing.mode.java.JavaMode.handleLaunch(JavaMode.java:122)
at processing.mode.java.JavaEditor.lambda$0(JavaEditor.java:1097)
at java.lang.Thread.run(Thread.java:748)
I am a novice. But I really want to learn coding especially processing. I appreciate that someone can help me out.
Sincerely,
Xingxin