Re: JOGL on Mojave, Mac OS 10.14
Posted by
gouessej on
Oct 07, 2018; 5:28pm
URL: https://forum.jogamp.org/JOGL-on-Mojave-Mac-OS-10-14-tp4039037p4039257.html
Hello
By the way, you use an obsolete version of Java3D. Please switch to Java3D 1.6.1 or Java3D 1.7.0 (note that the package names are different but it works a lot better under OS X).
The bug is in this method:
https://github.com/sgothel/jogl/blob/347271ffdd09153a2334fda593774d49050f84e0/src/nativewindow/native/macosx/OSXmisc.m#L335Actually, OSXUtil.CreateNSWindow should always be called in a Runnable by OSXUtil.RunOnMainThread(true, false, Runnable) to solve this bug.
P.S: I really have to make a manually aggregated build with tons of fixes.