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
fullScreen() and present a full screen do not work on Processing 4b4.
Current Behavior
Error said
A library used by this sketch relies on native code that is not available.
UnsatisfiedLinkError: /private/var/folders/zd/vgjzf6d54z17rllr0_s7wf280000gn/T/processing2184511611404286206menubar/libjAppleMenuBar.jnilib:
dlopen(/private/var/folders/zd/vgjzf6d54z17rllr0_s7wf280000gn/T/processing2184511611404286206menubar/libjAppleMenuBar.jnilib, 0x0001):
tried: '/private/var/folders/zd/vgjzf6d54z17rllr0_s7wf280000gn/T/processing2184511611404286206menubar/libjAppleMenuBar.jnilib'
(fat file, but missing compatible architecture (have 'x86_64,i386', need 'arm64e')),
'/usr/lib/libjAppleMenuBar.jnilib' (no such file)
Your Environment
Processing version: Processing 4.0b4
Operating System and OS version: macOS 12.1 / macbook pro 16 m1
Possible Causes / Solutions
libjAppleMenuBar.jnilib needs to be compiled for apple silicon.
I tried build it but the API(Carbon, SetSystemUIMode) is too old.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: jaegonlee
Description
fullScreen() and present a full screen do not work on Processing 4b4.
Current Behavior
Error said
Your Environment
Possible Causes / Solutions
libjAppleMenuBar.jnilib needs to be compiled for apple silicon.
I tried build it but the API(Carbon, SetSystemUIMode) is too old.
The text was updated successfully, but these errors were encountered: