Re: freeze on macos Sonoma
Posted by vs3d on Nov 17, 2023; 11:37am
URL: https://forum.jogamp.org/freeze-on-macos-Sonoma-tp4043021p4043138.html
Hi,
Mostly, I think that the 99.9999% of JRE problems lie within the user code. So, I don't think that this issue is a Java problem.
Try to add 1-2 seconds delay before running problematic code, or execute it a bit later with SwingUtilities.invokeLater() method. I think that the particular Jogl routine is not re-entrant safe.
P.S. If you're running with JavaFX, try to disable 3D in it by adding the following parameters: -Dprism.order\=sw -Dprism.verbose\=true