Login  Register

Jogl 2.5.0 on Pi3 with Bookworm: Monitor Name causes JVM crash

Posted by jczogalla on Oct 25, 2024; 2:29am
URL: https://forum.jogamp.org/Jogl-2-5-0-on-Pi3-with-Bookworm-Monitor-Name-causes-JVM-crash-tp4043589.html

Hi everyone,

I am currently running into some issues when running a jogl based application on a freshly installed Raspian Bookworm OS.
I am using
* Raspi 3B+
* jogl 2.5.0
* java 17 (openjdk from apt)
* Raspian Bookworm with kernel 6.6. (July 202)

During startup of the application, the JVM crashes when trying to look up the monitor name. This is the crash log:
hs_err_pid1417.log

This happens both with the aarch64 and armhf versions of the OS.
The same application works just fine on a Pi 4 with the same setup (and the 64 bit version of the OS).
xrandr also works just fine on the Pi 3.

Are there any drivers or libs that I am missing that need to be installed?