When I attempt to run the official client on my Apple Mac Mini with an M1 processor, I get this error:
java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/48/r09ftg_d7j34pkkpmfctsct40000gn/T/jogamp_0000/file_cache/jln2327346607568403523/jln3375043727006381263/natives/macosx-universal/libgluegen_rt.dylib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1823)
at java.lang.Runtime.load0(Runtime.java:782)
at java.lang.System.load(System.java:1098)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:604)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:107)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:488)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:427)
at com.jogamp.common.os.Platform$1.run(Platform.java:321)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:290)
at com.jogamp.opengl.GLProfile.<clinit>(GLProfile.java:154)
at haven.JOGLPanel.mkcaps(JOGLPanel.java:67)
at haven.JOGLPanel.<init>(JOGLPanel.java:87)
at haven.MainFrame.renderer(MainFrame.java:176)
at haven.MainFrame.<init>(MainFrame.java:195)
at haven.MainFrame.main2(MainFrame.java:431)
at haven.MainFrame.lambda$main$0(MainFrame.java:460)
at java.lang.Thread.run(Thread.java:750)
Anyone seen this before or know how to fix it?