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
Lest anyone else run into this issue, running LXStudioIDE (at least in non-headless mode) on a Raspberry Pi running Rasbian and temurin-17-jdk crashes with a segmentation fault while compiling something in the processing libraries.
The fix is to run the non-default 64-bit build of Rasbian on the Pi, and use the linux-aarch64 rather than linux-arm native processing libraries (set the native symlink in processing-4.0b8 appropriately).
Not sure if this happens in headless mode, though I'd guess perhaps not since the processing libraries aren't loaded.
The text was updated successfully, but these errors were encountered:
installed 64-bit Raspberian without graphics (because headless art install) using the Imager (because it has the fancy gear icon where you can set the hostname, username/password, wifi, turn on SSH, without needing keyboard & mouse)
I added the Adoptium repos as per this page - just make sure you're running root before you copy and paste -
Lest anyone else run into this issue, running LXStudioIDE (at least in non-headless mode) on a Raspberry Pi running Rasbian and temurin-17-jdk crashes with a segmentation fault while compiling something in the processing libraries.
The fix is to run the non-default 64-bit build of Rasbian on the Pi, and use the linux-aarch64 rather than linux-arm native processing libraries (set the native symlink in processing-4.0b8 appropriately).
Not sure if this happens in headless mode, though I'd guess perhaps not since the processing libraries aren't loaded.
The text was updated successfully, but these errors were encountered: