gonvim icon indicating copy to clipboard operation
gonvim copied to clipboard

Empty app window

Open leonklingele opened this issue 7 years ago • 22 comments

gonvim doesn't work for me, it just shows this empty window: gonvim-empty-window

EDIT: Using latest revision d234997d3a21a896de1ed2c78be9e3c4cd0943c7 on OS X 10.11.6

leonklingele avatar May 30 '17 16:05 leonklingele

I think you have to install neovim > v0.2

jackielii avatar May 30 '17 21:05 jackielii

What is your golang version? Please upgrade golang to the latest.

dzhou121 avatar May 31 '17 01:05 dzhou121

Latest Go version: go version go1.8.3 darwin/amd64

leonklingele avatar May 31 '17 10:05 leonklingele

Latest master (10fa177ee284106fd80ea66f5fa361cb2b36fe15) is still broken.

leonklingele avatar May 31 '17 10:05 leonklingele

And neovim version?

dzhou121 avatar May 31 '17 10:05 dzhou121

See my previous comment: https://github.com/dzhou121/gonvim/issues/15#issuecomment-305147922

leonklingele avatar May 31 '17 10:05 leonklingele

Also, does it output anything in the command line?

dzhou121 avatar May 31 '17 10:05 dzhou121

Also, does it output anything in the command line?

No

leonklingele avatar May 31 '17 10:05 leonklingele

I mean nvim --version. I don't see that.

dzhou121 avatar May 31 '17 10:05 dzhou121

nvim? gonvim --version results in the same empty window as without `--version

leonklingele avatar May 31 '17 10:05 leonklingele

Your neovim version? This a GUI client on top of neovim. So it wouldn't work if you haven't installed neovim.

dzhou121 avatar May 31 '17 10:05 dzhou121

Requirements Neovim

Oh.. I totally missed that. 🙀 It still would be nice to show an error instead of an empty view if neovim is not installed.

leonklingele avatar May 31 '17 10:05 leonklingele

Yeah that's true. I'll fix that.

dzhou121 avatar May 31 '17 10:05 dzhou121

I have installed nvim v0.2.0 now. gonvim still shows an empty window but logs something to the command line:

Unhandle event update_sp
Unhandle event mode_info_set

leonklingele avatar May 31 '17 10:05 leonklingele

There is a static c library which was compiled in macOS 10.12.5

So probably it doens't work well in older macOS versions.

dzhou121 avatar May 31 '17 10:05 dzhou121

There is a static c library which was compiled in macOS 10.12.5

Could you please elaborate on that? Which static library are you talking about?

In my case I get:

$ gonvim 
Unhandle event mode_info_set

and at exit

lint error msgpack/rpc: session closed
lint error msgpack/rpc: session closed

edgarcosta avatar Jun 03 '17 02:06 edgarcosta

@edgarcosta what is your OS and version?

dzhou121 avatar Jun 03 '17 03:06 dzhou121

@dzhou121 mac OS 10.11.6

edgarcosta avatar Jun 03 '17 15:06 edgarcosta

Im also seeing this.

$ gonvim 
Unhandle event mode_info_set

NVIM v0.2.0 go version go1.8.3 darwin/amd64 Mac 10.11.6

adamki avatar Jun 06 '17 05:06 adamki

@adamki

There is a static c library which was compiled in macOS 10.12.5

So probably it doens't work well in older macOS versions.

Shougo avatar Jun 06 '17 05:06 Shougo

@dzhou121 Could you please tell me which static C library are you talking about?

edgarcosta avatar Jun 11 '17 08:06 edgarcosta

Please try the latest Gonvim release.

dzhou121 avatar Jun 16 '17 10:06 dzhou121