You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for all your work!
It looks like at the moment the .jar only contains a native .dylib for arm64 and not one for x86.
Below is the report when running on x86, it will fail to find the native library when trying to use setDarkModeForWindowFrame
Thank you,
Ollie
dlopen(/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp, 0x0009): tried: '/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp' (no such file), '/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64'))
java.lang.UnsatisfiedLinkError: dlopen(/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp, 0x0009): tried: '/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp' (no such file), '/Users/USER/Library/Caches/JNA/temp/jna10892866817727672837.tmp' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64'))
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:298)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:483)
at com.sun.jna.Library$Handler.<init>(Library.java:197)
at com.sun.jna.Native.load(Native.java:622)
at com.pixelduke.window.FXThemesLibrary.<clinit>(MacThemeWindowManager.java:99)
at com.pixelduke.window.MacThemeWindowManager.setDarkModeForWindowFrame(MacThemeWindowManager.java:26)
at com.pixelduke.transit.TransitTheme.applyTheme(TransitTheme.java:107)
at com.pixelduke.transit.TransitTheme$1.invalidated(TransitTheme.java:55)
at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:112)
at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:147)
at com.pixelduke.transit.TransitTheme.setScene(TransitTheme.java:180)
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for all your work!
It looks like at the moment the .jar only contains a native .dylib for arm64 and not one for x86.
Below is the report when running on x86, it will fail to find the native library when trying to use
setDarkModeForWindowFrame
Thank you,
Ollie
The text was updated successfully, but these errors were encountered: