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
When using brew services start sketchybar nothing changes but when I run sketchybar the program crashes and I get this traceback.
(cd event_providers && /Applications/Xcode.app/Contents/Developer/usr/bin/make) >/dev/null
(cd menus && /Applications/Xcode.app/Contents/Developer/usr/bin/make) >/dev/null
lua: error loading module 'sketchybar' from file '/Users/louis/.local/share/sketchybar_lua/sketchybar.so':
dlopen(/Users/louis/.local/share/sketchybar_lua/sketchybar.so, 0x0006): tried: '/Users/louis/.local/share/sketchybar_lua/sketchybar.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/louis/.local/share/sketchybar_lua/sketchybar.so' (no such file), '/Users/louis/.local/share/sketchybar_lua/sketchybar.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
stack traceback:
[C]: in?
[C]: infunction'require'
./init.lua:2: in main chunk
[C]: infunction'require'
/Users/louis/.config/sketchybar/sketchybarrc:5: in main chunk
[C]: in?
The text was updated successfully, but these errors were encountered:
When using
brew services start sketchybar
nothing changes but when I runsketchybar
the program crashes and I get this traceback.The text was updated successfully, but these errors were encountered: