ianyh / Amethyst

Automatic tiling window manager for macOS à la xmonad.
https://ianyh.com/amethyst/
MIT License
14.81k stars 487 forks source link

Amethyst 0.21.1 crashing on Sonoma 14.6.1 #1671

Open jamtur01 opened 2 months ago

jamtur01 commented 2 months ago

Describe the bug Amethyst crashing on MacOS Sonoma 14.6.1

Applications: Crashing on load.

To Reproduce Launch Amethyst.

Expected behavior Amethyst should run.

Screenshots If applicable, add screenshots to help explain your problem.

Versions:

Debug Info

Version: 0.21.1 (111)

OS version: Version 14.6.1 (Build 23G93)

Screens:
        (0.0, 0.0, 1800.0, 1169.0) [(0.0, 0.0, 1800.0, 1169.0)]

Configuration:

Additional context Crash report: https://gist.github.com/jamtur01/2994d44978a3697677c5afc1a8504c77

chemsedd commented 2 months ago

I updated to Sonoma 14.6.1 yesterday, and Amethyst just stopped working. It starts normally, but doesn't do anything. I guess it's the same issue.

ghedamat commented 2 months ago

same here, happy to help provide more details if needed!

xiaoqiangch commented 2 months ago

same thing, not working anymore on mac os 14.6.1

georghildebrand commented 1 week ago

same here, any update / solution in sight?

georghildebrand commented 1 week ago

Ok, i made it work again. I basically did the following.

Check Accessibility Permissions: Go to System Settings > Privacy & Security > Accessibility. Ensure that Amethyst has the necessary permissions. If it’s already enabled, try toggling it off and on again.

Reinstall Amethyst: Uninstall Amethyst: brew uninstall --cask amethyst

Reinstall Amethyst: brew install --cask amethyst

Disable Automatic Space Rearrangement: Go to System Settings > Mission Control. Disable Automatically rearrange Spaces based on most recent use.

Delete defaults Run the following command in Terminal: defaults delete com.amethyst.Amethyst

After doing all of that in a row and restarting the programm it worked again. I guess it was the defaults setting.