Re: 2.4.0 release date? Read this first.
Posted by CharlieBoy on Nov 24, 2019; 6:58pm
URL: https://forum.jogamp.org/2-4-0-release-date-tp4040073p4040146.html
Some progress to report:
I downloaded JOGL 2.3.2 (the current stable release). The jogl-all.jar file in this release seems to fix the bug with the "wandering" GLCanvas.
I still get this warning:
2019-11-05 09:12:40.954 java[29310:4710461] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
0 AppKit 0x00007fff3be482e3 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
1 AppKit 0x00007fff3be4568c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
2 AppKit 0x00007fff3be450b6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
3 libnativewindow_macosx.jnilib 0x00000001a08763fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
4 ??? 0x0000000111641667 0x0 + 4586739303
)
That's presumably I'm not using any of the resources in the 2.4.0 build that I started off this thread with. But since 2.3.2 seems to fix the bad behavior I encountered, I consider the problem solved, until I upgrade to a version of Mac OS that converts this warning, as promised, into an exception.