Skip to content
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

[Apple M1] Process failed to start #59

Open
arthurbailao opened this issue Feb 23, 2024 · 2 comments
Open

[Apple M1] Process failed to start #59

arthurbailao opened this issue Feb 23, 2024 · 2 comments
Labels
bug Something isn't working needs design We haven't thought yet how we'd go about fixing this issue
Milestone

Comments

@arthurbailao
Copy link

I'm getting the following error:

E903: Process failed to start: Unknown system error -86: "/Users/arthurbailao/.local/share/nvim/lazy/nvim-ghost.nvim/nvim-ghost-binary"

Executing the binary directly, I got this:

exec: Failed to execute process './nvim-ghost-binary': Bad CPU type in executable.

Using a Apple M3 Pro.

@subnut
Copy link
Owner

subnut commented Feb 25, 2024

Sorry. You could use the plugin in this way until the issue is resolved -
https://github.com/subnut/nvim-ghost.nvim?tab=readme-ov-file#other-operating-systems

The binary being executed is built by GitHub Action runners, which run on Intel. It seems, as of now there are no ARM-based GitHub runners unfortunately.

EDIT: Apparently there's macos-14 runner in beta, and it runs on M1.

@subnut subnut added help wanted Extra attention is needed bug Something isn't working needs design We haven't thought yet how we'd go about fixing this issue and removed help wanted Extra attention is needed labels Feb 25, 2024
@arthurbailao
Copy link
Author

arthurbailao commented Feb 29, 2024

I can try to send a PR adding this runner to the CI matrix. What do you think?

EDIT: You suggestion worked!

@subnut subnut changed the title Process failed to start [Apple M1] Process failed to start May 8, 2024
@subnut subnut added this to the v0.6 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs design We haven't thought yet how we'd go about fixing this issue
Projects
None yet
Development

No branches or pull requests

2 participants