Neovide panicked with the message 'Could not parse error code from neovim'. (File: src/bridge/handler.rs; Line: 182)
Describe the bug I was playing around with https://github.com/wfxr/minimap.vim and Neovide. I was clicking on the minimap and expecting Neovide to jump in the place where I clicked on the minimap. It kinda worked. I did jump but the jump seemed relative and more like fast scrolling to that direction. I wanted to quit and run :q - this is when I also got a panic.
[ gotest |0] neovide .
Neovide panicked with the message 'Could not parse error code from neovim'. (File: src/bridge/handler.rs; Line: 182, Column: 43)
This is a bug and we would love for it to be reported to https://github.com/neovide/neovide/issues
Backtrace saved to "/home/aleksander/.local/share/neovide/neovide_backtraces.log"!
^C
[ gotest |0] cat /home/aleksander/.local/share/neovide/neovide_backtraces.log
2026-09-08 21:20:23 - Neovide panicked with the message 'Could not parse error code from neovim'. (File: src/bridge/handler.rs; Line: 182, Column: 43)
0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: <unknown>
13: <unknown>
14: <unknown>
15: <unknown>
16: <unknown>To Reproduce Steps to reproduce the behavior:
- Install https://github.com/wfxr/minimap.vim
- Run :Minimap
- Run :q
- See error, neovide froze
Expected behavior I expected Neovide to quit.
Screenshots
Panic screen
Desktop (please complete the following information):
- OS: Arch Linux
- Neovide Version 0.16.2
- Neovim Version
NVIM v0.12.5 Build type: RelWithDebInfo LuaJIT 2.1.1788856981
Please run neovide --log and paste the contents of the .log file created in the current directory here:
Additional context I'm using my older .vim file and experimenting with the newer .lua config and neovide. The minimap was partly installed from AUR and partly via vimplug.
Source: neovide/neovide