I’ve been using (and teaching) Processing for years. I’ve been using Processing 4 pretty much since it came out. This afternoon I was suddenly unable to start Processing. There are no error messages, it simply exits. Probably the last time I ran Processing was yesterday, and I have not updated or made any changes to my system since then.
I have tried removing and re-installing Processing. I have removed the entire .processing configuration directory.
Processing 3.5.4 works fine.
I start Processing from the command line. I see no messages or errors in my terminal or in syslog.
Any suggestions?
Is there a way to run Processing in a more verbose way to get some indication of where it’s having trouble? I’m afraid that I don’t know much about Java.
Processing:
processing-4.0b2
OS: uname -a
Linux tx1g83 5.11.0-37-generic #41-Ubuntu SMP Mon Sep 20 16:39:20 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.04
DISTRIB_CODENAME=hirsute
DISTRIB_DESCRIPTION=“Ubuntu 21.04”
Java:
$ java -version
openjdk version “11.0.11” 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2, mixed mode, sharing)