Re: Apple Silicon build help
Posted by
Sven Gothel on
Aug 15, 2023; 5:08am
URL: https://forum.jogamp.org/Apple-Silicon-build-help-tp4042851p4042859.html
Thank you Thomas!
So good news, JogAmp works on your system,
at least regarding NEWT and our newt GraphUI.
OK.
I glanced at your app Constellation,
very interesting - maybe add a JogAmp link on your site?
I should do that on the JOGL app page I guess.
If your app uses SWT, it probably is the issue as stated there.
If you app does not SWT, ask your team what are you using for UI menus etc.
Perhaps that toolkit (AWT, Swing or OpenJFX) has a similar bug?
Or is the bug only visible _after_ using a JOGL feature?
OS menus in-app menus stopped appearing after a new OpenGL instance was created
(quote from your top post)
If this is the case, we might cause the hickup.
To investigate:
- Which UI toolkit do you use?
- Can you produce a tiny test application demonstrating the issue
- Please add build + launch/run script
Then I will transfer this issue to our bugzilla, reproduce and so forth ..
Thank you.
~Sven