crissNb / Dynamic-Island-Sketchybar

Dynamic Island on iPhone 14 Pro implementation on Mac using Sketchybar
MIT License
427 stars 22 forks source link

'dynamic-island-sketchybar' terminated by signal SIGSEGV (Address boundary error) #44

Closed Ahwxorg closed 1 year ago

Ahwxorg commented 1 year ago

Hey there,

I followed the instructions, and I set P_DYNAMIC_ISLAND_DISPLAY to All.

image

What do I do?

crissNb commented 1 year ago

P_DYNAMIC_ISLAND_DISPLAY needs to be set to all (with small 'a', case sensitive). Otherwise, do you have notification island feature enabled? If so, could you turn it off and try it? This feature is still experimental.

Ahwxorg commented 1 year ago

I have P_DYNAMIC_ISLAND_DISPLAY set to all now, didn't change anything. Tried disabling everything over here:

# Enable/Disable Islands
P_DYNAMIC_ISLAND_MUSIC_ENABLED=1
P_DYNAMIC_ISLAND_APPSWITCH_ENABLED=1
export P_DYNAMIC_ISLAND_NOTIFICATION_ENABLED=0
P_DYNAMIC_ISLAND_VOLUME_ENABLED=1
P_DYNAMIC_ISLAND_BRIGHTNESS_ENABLED=1
P_DYNAMIC_ISLAND_WIFI_ENABLED=1
P_DYNAMIC_ISLAND_POWER_ENABLED=1

That also didn't change anything. I don't have Sketchybar running at the moment.

crissNb commented 1 year ago

Interesting, I'm unable to reproduce the issue on my device (clean install). I'll have a look into this issue more in depth this weekend.

Edit: the issue is most likely happening from islandhelper program, it's weird since I didn't touch this helper program for a long time and from what I've seen, this issue didn't come up so far.

Ahwxorg commented 1 year ago

Okay, so apparently I just needed to reboot...

I'm sorry. Should have tried before creating the issue!

~Have you tried turning it on and off again?~