When I run tweak mode all is well. But when I try to run normal after running tweak mode, it throws this error:
Exception in thread "Thread-58" java.lang.NullPointerException
at processing.app.SketchCode.getDocumentText(SketchCode.java:228)
at processing.app.ui.Editor.prepareRun(Editor.java:2716)
at processing.mode.java.JavaEditor.prepareRun(JavaEditor.java:1781)
at processing.mode.java.JavaEditor$34.run(JavaEditor.java:1095)
at java.lang.Thread.run(Thread.java:745)
I'm running processing 3.1.1 on windows 10.
Please note this only happens in sketches with multiple files.
When I run tweak mode all is well. But when I try to run normal after running tweak mode, it throws this error:
I'm running processing 3.1.1 on windows 10.
Please note this only happens in sketches with multiple files.