fredizzimo
fredizzimo
I reported this issue * https://github.com/neovim/neovim/issues/26980
The fix is now included in Neovim master and should be included in the next nightly build. I won't mark this issue as fixed though, since it will still freeze...
Neovim 0.10.0 is out with the fix included. Furthermore, we released Neovide 0.13.0, which no longer depends on the `ext_hlstate` extension, which is the main culprit for emitting a lot...
I'm not sure about the XWayland freeze, I can't think of any changes that could cause it, except this one https://github.com/neovide/neovide/pull/2359/commits/110ea9957a003f1fe85eec53542be0e19474da97, but that should not affect x11 or xwayland at...
Do you have a neovide_backtraces.log file, in the working directory where you started neovide from?
Ok, can you try first setting the environment variable `RUST_BACKTRACE=1` and then run `cargo run -- --clean --log`, that should print the backtrace to the terminal, and run a debug...
Hm, yes, I gave the wrong command it should have been `cargo run -- --log -- --clean` But it looks like the debug mode might not crash and only the...
Ok, strange, it looks like only the installed version crashes, maybe it's running the wrong executable, and not the one you installed? But if it's the right one, you could...
Yes, that's the correct command to use when installing from source. If you run `where.exe neovide` after that it should show a path to `c:\Users\user.name\.cargo.bin\neovide.exe`, if not, then you have...
I don't know the cause, but we have another issue with the same "I/O error: operation failed to complete synchronously" message * https://github.com/neovide/neovide/issues/2229 You could try `cargo install --debug --path...