I am getting following error in jogl 2.5, when using with Mac M1. Jogl canvas however continues to work fine but All Swing windows/dialogs become blank once the error occurs. The error occurs doesn't occur instantly but only after using app for some time.
I am using com.jogamp.opengl.util.Animator.Animator and GLCanvas with JFrame to render.
I noticed that the error comes more often with awt Animator than FPSAnimator.
Once the error appears few times swing windows get blank.
Although I am getting insufficient memory error along with context leak message in FPSAnimator(although less frequent than Animator) I haven't yet encountered swing windows gettting blank issue.
Is it due to the fact that Animator running in AWT thread?