neovide: Neovide Windows 11 freezes when quitting

Describe the bug

Neovide Windows 11 WSL2 not responding when quit

To Reproduce

  1. Open WSL terminal
  2. Run neovide.exe --wsl
  3. Quit neovide either using :q or clicking close button
  4. Neovide becomes freezed

Expected behavior

exit neovim and neovide as expected

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows11 23H2
  • Neovide Version : 0.11.2
  • Neovim Version: nightly
NVIM v0.10.0-dev-1846+gf31f260f0c6
Build type: RelWithDebInfo
LuaJIT 2.1.1702233742
Run "nvim -V1 -v" for more info

Please run neovide --log and paste the contents of the .log file created in the current directory here: neovide_rCURRENT.log

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Reactions: 1
  • Comments: 43 (27 by maintainers)

Most upvoted comments

I am having the absolute same issue, unfortunately, but I also suspect it stems from the fact that when running normal neovim from Windows Terminal (Powershell) and quitting, it “freezes” until I press a button, once I do that, it goes back to the terminal.

With Neovide, running it through the terminal neovide and then exiting with :q or :wqa, it straight up freezes as mentioned above.

Nvim version: NVIM v0.10.0-dev-0a3505e Build type: RelWithDebInfo LuaJIT 2.1.1696795921

Windows 10 Latest Powershell version.

My nvim config.

FIXED FOR ME I remembered there was this shada issue when exiting Neovim, but I wasn’t getting the notification/warning (most likely due to folke’s notify and how I’ve set it up).

  • go to nvim-data
  • shada dir
  • locate all 0KB files
  • delete them all

This is what fixed both of the issues I mentioned earlier.