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
I believe this will be related to #7 although it has a different error message.
Chip: Apple M3 Pro
Operating System: Sonoma 14.1
Essentially, I am having issues launching the application MailMate installed via nixcasks. Attempting to launch it gives me the following error message:
The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10669 "(null)" UserInfo={_LSLine=4141, _LSFunction=_LSOpenStuffCallLocal}
This happens on both the master and the feature/variations branches.
Note: I am installing the variations branch with this in my nix configuration inputs:
Looking into this myself, it seems that this error code often comes up for PostgreSQL installations on ARM macs. This leads me to believe that nix is mistakenly installing the x86_64 build which I can confirm by looking at the packages Info.plist file which contains the following lines:
Unfortunately, this is where I get stuck--I don't know why this version would be installed. It may be possible to run this version of the program using Rosetta, but there should be a native version of it available.
The text was updated successfully, but these errors were encountered:
There's also a newer version, which according to the application changelog should be an universal binary, but it's not in the Homebrew casks repository; it's in an alternative tap which Nixcasks doesn't support. I'll look into adding these "versions" later.
For now I'm closing this issue, when I add custom/alternative taps (which I plan to do next, but don't know when), feel free to check again and possibly reopen.
I believe this will be related to #7 although it has a different error message.
Chip: Apple M3 Pro
Operating System: Sonoma 14.1
Essentially, I am having issues launching the application MailMate installed via nixcasks. Attempting to launch it gives me the following error message:
This happens on both the
master
and thefeature/variations
branches.Note: I am installing the variations branch with this in my nix configuration inputs:
Looking into this myself, it seems that this error code often comes up for PostgreSQL installations on ARM macs. This leads me to believe that nix is mistakenly installing the x86_64 build which I can confirm by looking at the packages Info.plist file which contains the following lines:
Unfortunately, this is where I get stuck--I don't know why this version would be installed. It may be possible to run this version of the program using Rosetta, but there should be a native version of it available.
The text was updated successfully, but these errors were encountered: