You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same error message when running one of the basic Processing examples using P2D or P3D (e.g. Examples/Camera/Moving Eye) so, I think something is wrong with my setup that doesn't like the P2D library.
size(win_w, win_h, P2D);
My JAVA should be up to date, but I am not really sure whether this is related:
~ % java -version
java version "1.8.0_381"
Java(TM) SE Runtime Environment (build 1.8.0_381-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.381-b09, mixed mode)
Interestingly, when using Processing 4, I don't get the above Appkit error message, but others, while the OpenBCI_GUI v5.2.1 window pops up.
Any recommendations on how to proceed?
Thanks, k
P.S.1. The OpenBCI_GUI 5.2.1 standalone (from the .dmg file) works.
P.S.2. The README.md file in this repository clearly states that Processing 4 shouldn't be used, so the docs page on the main website could probably be updated as it still says: "First, go to processing.org and download the latest version of Processing."
The text was updated successfully, but these errors were encountered:
Hello,
On Ventura 13.5, MBP2018 Intel i7 with Processing 3.5.3 and 3.5.4 I get this error message in the Processing log:
I get the same error message when running one of the basic Processing examples using P2D or P3D (e.g. Examples/Camera/Moving Eye) so, I think something is wrong with my setup that doesn't like the P2D library.
My JAVA should be up to date, but I am not really sure whether this is related:
Interestingly, when using Processing 4, I don't get the above Appkit error message, but others, while the OpenBCI_GUI v5.2.1 window pops up.
Any recommendations on how to proceed?
Thanks, k
P.S.1. The OpenBCI_GUI 5.2.1 standalone (from the .dmg file) works.
P.S.2. The README.md file in this repository clearly states that Processing 4 shouldn't be used, so the docs page on the main website could probably be updated as it still says: "First, go to processing.org and download the latest version of Processing."
The text was updated successfully, but these errors were encountered: