Re: JOGL for Mac ARM Silicon
Posted by
Manu on
Aug 30, 2021; 4:37pm
URL: https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-tp4040887p4041233.html
A few users
reported that Sweet Home 3D could hang too with JOGL v2.4.0-rc-20210111, but I didn't find where this deadlock could come from yet. It's probably bound to the modifications for macOS made last year (see
this commit and
this one). I was wondering if synchronizing on another existing lock (like the one returned by
Component#getTreeLock) would help, but I didn't try yet (and my suggestion might be just stupid or nonsense).
Emmanuel Puybaret