Login  Register

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

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

Thank you for looking into this!

Makes sense then that 2.3.2 works without issue!

I think i might have found the underlying issue, Raspbian Bookworm uses Wayland/Wayfire as the default window manager. As far as I could find out, Wayfire does implement X11 api, but it might be a bit different in how it returns things.
I do not have the time to test this further this week (I do have a working solution now as posted above, and an event where this will be used), but I should be able to verify sometime next week if switching to X11 will fix it.

I did have other issues related to Wayfire as well (starting a jogl window on screen 2 from screen 1, either via console or desktop link, led to starting the window on screen 1 anyway), so there are definitely other things that are strange with that window manager. :D

Are there any other tests/debug logs that I should try and post that will help you with looking at a fix?