Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty app window #15

Open
leonklingele opened this issue May 30, 2017 · 22 comments
Open

Empty app window #15

leonklingele opened this issue May 30, 2017 · 22 comments

Comments

@leonklingele
Copy link

leonklingele commented May 30, 2017

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

EDIT:
Using latest revision d234997 on OS X 10.11.6

@jackielii
Copy link

I think you have to install neovim > v0.2

@dzhou121
Copy link
Owner

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

@leonklingele
Copy link
Author

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

@leonklingele
Copy link
Author

Latest master (10fa177) is still broken.

@dzhou121
Copy link
Owner

And neovim version?

@leonklingele
Copy link
Author

See my previous comment: #15 (comment)

@dzhou121
Copy link
Owner

Also, does it output anything in the command line?

@leonklingele
Copy link
Author

Also, does it output anything in the command line?

No

@dzhou121
Copy link
Owner

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

@leonklingele
Copy link
Author

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

@dzhou121
Copy link
Owner

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

@leonklingele
Copy link
Author

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.

@dzhou121
Copy link
Owner

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

@leonklingele
Copy link
Author

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

@dzhou121
Copy link
Owner

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.

@edgarcosta
Copy link

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

@dzhou121
Copy link
Owner

dzhou121 commented Jun 3, 2017

@edgarcosta what is your OS and version?

@edgarcosta
Copy link

edgarcosta commented Jun 3, 2017

@dzhou121 mac OS 10.11.6

@adamki
Copy link

adamki commented Jun 6, 2017

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

@Shougo
Copy link

Shougo commented Jun 6, 2017

@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.

@edgarcosta
Copy link

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

@dzhou121
Copy link
Owner

Please try the latest Gonvim release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants