-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while trying to launch aerospace #370
Comments
Try restarting AeroSpace/macOS 🤷 #141 I've never observed this error |
I bumped into the same issue and I restarted after reading #141. Is there multiple user support? I can only launch one aerospace instance, if 2 users are logged in then the issue occurs. |
Yes I have two users on my mac for my job and for personal use. I will restart aerospace. |
@nikitabobko Let me preface this with I have zero knowledge of Swift, but after looking around the project. I found that in server.swift the .sock file is being created, right? Would changing the .sock file created there to say something like In my non-existent knowledge of how the .sock file is being created it seems like it's a permissions error, instead of dealing with file permissions, can this be changed easily to a more unique identifier to allow multiple users? Of course, I'm not sure if this will be a simple fix I'm willing to test this and learn something from a new language while I'm at it. |
Multi-user problem should be fixed in 0.14.1. Can somebody please verify? |
I reinstalled and so far so good! I tested with the .sock file that was there as the error occurred without removing it and I was able to fast-switch without issues. I also restarted for good measure and it's still working as intended. Thank you for the quick fix! |
I just ran into this same issue, and was thrilled to find the fix already landed. Thanks! |
Here's the log :
The text was updated successfully, but these errors were encountered: