Login  Register

Re: JOGL for Mac ARM Silicon

Posted by Martin on Dec 16, 2022; 5:25pm
URL: https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-tp4040887p4041980.html

Nothing wrong there.

So maybe some of the native are not extracted from your Jars.

Enabling -Djogamp.debug.JarUtil -Djogamp.debug.JNILibLoader will display the jar extraction and native libs loading
- The first to be mentionned in console should be Gluegen.
- Find something looking like : JarUtil: EXTRACT[1]: [gluegen_rt -> ] natives/macosx-universal/libgluegen_rt.dylib -> /var/folders/d2/85g_sxm91rg71yyky4gg6l6h0000gn/T/jogamp_0000/file_cache/jln7779685231866426360/jln1167618764182536803/natives/macosx-universal/libgluegen_rt.dylib: 85840 bytes, addedAsNativeLib: true
- Search if the folder containing libgluegen_rt.dylib if it also contains other dylibs. There should be 6 including gluegen.

If not search for reasons in console and tell us!