Crash on startup
See original GitHub issueThe extension crashes immediately after start up. I get these errors:
2022-06-08T12:39:44.506Z MainController: Neovim exited with code: -13
2022-06-08T12:39:44.505Z MainController: Neovim was disconnected
MainController: Neovim spawn error: spawn /opt/homebrew/Cellar/neovim/HEAD-af2899a/bin EACCES
I tried changing the permissions, but that didn’t work. When I run neovim in the terminal, it works just fine.
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Solved: Windows 10 Crashes on Startup
Part 2. How to Fix Windows 10 Crashed on Startup? · Method 1. Cleaning Dust · Method 2. Stop Fast Startup · Method...
Read more >System repeatedly crashes on or just after startup
After another, but successful startup repair, it still seemed to crash constantly.
Read more >[FIXED] Windows 10 Crashing Issues | 2022 - Driver Easy
7 Fixes for Windows 10 Crashing Issues · Update available drivers · Turn off Link State Power Management · Scan and repair system...
Read more >How to Stop Your PC Crashing at Startup - Ophtek
And a failed hard drive data cable is one of the surest ways for this to happen. If your PC is regularly freezing...
Read more >Firefox keeps crashing at startup | Firefox Help - Mozilla Support
Firefox keeps crashing at startup · See if you can start in Firefox Troubleshoot Mode · Try a clean installation · Uninstall software...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So dumb. I had to specify the full path (including the filename:
".../bin/nvim"
). Now it works.Yes, that did work