neovide: Latest Neovim panicks when trying to load nvim-telescope

Hi! When trying to run nvim-telescope in neovide I get the following error in the terminal:

ERROR [neovide::error_handling] Could not parse event from neovim: invalid event format thread 'tokio-runtime-worker' panicked at 'Could not parse event from neovim: invalid event format', src/error_handling.rs:5:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

And the screen looks something like this:

image

This only started happening once I updated to the latest neovim --HEAD with Homebrew. Everything works fine under iterm2, it only comes up when trying to launch from neovide

System Specifications: OS - macOS 11.3 neovide - latest commit from the OpenGL branch, launched with --multigrid nvim --version:

NVIM v0.5.0-dev+1327-gdc18c1e3e
Build type: Release
LuaJIT 2.1.0-beta3
``



About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 26 (10 by maintainers)

Most upvoted comments

Oh, here it is! i forget to search issues before reporting my 😃)

It’s not neovim panicks, it’s neovide can not parse event 😃

https://github.com/Kethku/neovide/issues/714

It should be fixed with this: https://github.com/last-partizan/neovide/commit/ef487f13179418957bae941c80b12a1119169b04

Here’s my PR: https://github.com/Kethku/neovide/pull/715