scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
67 stars 17 forks source link

OpenGL: Unhandled exception on macOS Catalina and upwards with JDK 8.0_252 and upwards #317

Closed skalarproduktraum closed 1 year ago

skalarproduktraum commented 3 years ago

As Apple has made a backwards-incompatible change, software using the latest version of JOGL (2.3.2) does not work with JDKs including and newer than 8.0_252:

2020-11-25 09:26:49.440 java[52312:1219468] Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!' First throw call stack:

The current workaround is to use an older JDK from https://adoptopenjdk.net/archive.html?variant=openjdk8&jvmVariant=hotspot

kephale commented 1 year ago

Closing because scenery is deprecating opengl