-
## Description
When running a sketch from terminal with `processing-java` like so:
```
processing-java --sketch= --run
```
, the following stacktrace gets printed:
```
Exception in thread…
-
I work as a grader for an intro CS class that uses Processing. The software that students use to submit their assignments will append numbers to the filename if a student resubmits their assignment, w…
Jebbs updated
3 years ago
-
_Original author: fjen...@gmail.com (May 01, 2012 05:49:15)_
Currently in SVN version (as of revision 9403) when one has variables as width/height in size() and the sketch is being normally run a war…
-
_Original author: uatme...@gmail.com (April 26, 2011 18:41:22)_
small sketch to reproduce the problem:
void setup(){
}
What steps will reproduce the problem?
1.run above sketch
2.see error message
…
-
Seen on Mac OS X:
```
Exception in thread "TimerQueue" 2015-09-30 14:23:06.138 Processing[1729:508902] java.lang.OutOfMemoryError: Java heap space
at java.util.concurrent.locks.AbstractQueuedSync…
-
I'm using Processing 4.0a3 on macOS Big Sur 11.1. An error occurs when exporting an application dependent on files in the "data" folder. The following code works, but not after uncommenting the `font …
-
Hitting the export button, checking the "Mac OS X" button, and then hitting "Export" fails with a stacktrace on linux (and windows?). The relevant portion:
``` java
java.io.FileNotFoundException: /ho…
-
_Original author: samarth....@gmail.com (October 27, 2011 20:07:32)_
If possible, please attach the smallest possible sketch that reproduces
your problem. First make a tiny example, then use Tools -&…
-
whenever I try to parse a Processing Sketch (both in Java and in JavaScript mode) I get the following error:
```
Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: tried to access m…
rozek updated
3 years ago
-
```
java.io.FileNotFoundException: PROCESSING_DIR\modes\experimental\application\template.exe (file not found)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileIn…