equalsraf / win32yank

Windows clipboard tool
ISC License
444 stars 22 forks source link

win32yank crashes on neovim in tmux #8

Open threkk opened 5 years ago

threkk commented 5 years ago

So far I have been able to reproduce it in WSL, Cmder and Alacritty. When running neovim inside tmux, any attempt to copy or paste will give the following error: The application was unable to start correctly (0xc0000142). Click OK to close the application.

Neovim version: 0.3.4 Tmux version: 2.8

gaving commented 3 years ago

Noticed a similar issue here, although really intermittent.

image

Killing tmux and re-attaching seems to sort it, but randomly flares up now and again.

Rules out Neovim as happens on command line:-

image

tuxflo commented 2 years ago

I'm facing the same issue, did you find any solution to this?

gaving commented 2 years ago

@tuxflo Actually found the problem went away on WSL2... so not had it in a while!

tuxflo commented 2 years ago

I'm already using SL2 but still had this issue. I kind of solved it be deleting all win32yank binaries and symlinks and then starting all over again. BTW: I first thought it has something to do with tmux because I was using it too, but then I found out that it also occurs on a "native" non tmux session. I was using "Windows Terminal" as a terminal emulator if that matters.