Neovide: Cant run on macOS Big Sur

Created on 15 Apr 2021  路  11Comments  路  Source: Kethku/neovide

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.

bug

All 11 comments

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

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

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

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

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

This one works fine

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

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

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.

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

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 https://github.com/Kethku/neovide/issues/444

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leeola picture leeola  路  3Comments

lijaesela picture lijaesela  路  3Comments

Kethku picture Kethku  路  7Comments

nyngwang picture nyngwang  路  4Comments

smolck picture smolck  路  5Comments