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

Cant run on macOS Big Sur #564

Closed
h4kbas opened this issue Apr 15, 2021 · 11 comments
Closed

Cant run on macOS Big Sur #564

h4kbas opened this issue Apr 15, 2021 · 11 comments
Labels
bug Something isn't working

Comments

@h4kbas
Copy link

h4kbas commented Apr 15, 2021

I have tried to run your releases for macOS and cant manage to run them. I had to give executable flag to be first and after that, the app crashes without any messages.

@Kethku
Copy link
Member

Kethku commented Apr 15, 2021

Can you run with --log and paste the results?

@dhananjaylatkar
Copy link

dhananjaylatkar commented Apr 16, 2021

If your issue is same as #466, it has been fixed. You can wait for new builds to come or build from source.

@Kethku
Copy link
Member

Kethku commented Apr 16, 2021

Alternatively a prebuilt dmg can be found here: https://github.com/Kethku/neovide/actions/runs/742969200

@Kethku Kethku added the bug Something isn't working label Apr 16, 2021
@h4kbas
Copy link
Author

h4kbas commented Apr 16, 2021

Ignored client type property: "attributes"
thread 'main' panicked at 'Failed to create window: SdlError("Vulkan support is either not configured in SDL or not available in current SDL video driver (cocoa) or platform")', src/window/sdl2/mod.rs:442:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

My --log results for the release. I will try the dmg one too

@h4kbas
Copy link
Author

h4kbas commented Apr 16, 2021

Alternatively a prebuilt dmg can be found here: https://github.com/Kethku/neovide/actions/runs/742969200

This one works fine

@h4kbas
Copy link
Author

h4kbas commented Apr 16, 2021

However I can't see the icons.
Screen Shot 2021-04-16 at 13 54 23

@mikexyl
Copy link

mikexyl commented Apr 16, 2021

Alternatively a prebuilt dmg can be found here: https://github.com/Kethku/neovide/actions/runs/742969200

This one works fine in my Macbook Air M1 also

@dhananjaylatkar
Copy link

However I can't see the icons.
Screen Shot 2021-04-16 at 13 54 23

Does your font have icons? I'll suggest Nerd Fonts.
You'll have to set gui font in init file if not done already.

@h4kbas
Copy link
Author

h4kbas commented Apr 19, 2021

However I can't see the icons.
Screen Shot 2021-04-16 at 13 54 23

Does your font have icons? I'll suggest Nerd Fonts.
You'll have to set gui font in init file if not done already.

How can I set Neovide's icon? In my terminal, my vim icons works fine not in Neovide

@Kethku
Copy link
Member

Kethku commented Apr 19, 2021

The icons are due to font fallback. I recommend finding which font originally had those and adding them to your guifont setting by separating font names by a comma. Eventually this will be fxied by #444

@Kethku
Copy link
Member

Kethku commented Apr 19, 2021

In the meantime I'm closing this as fixed by recent changes and the dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants