daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Failed on Windows10 #115

Closed TillLindemann closed 6 years ago

TillLindemann commented 6 years ago

I download the windows latest build,but when I hit the nvim-gtk.exe,it came out an error,said I lack the "libfribidi-0.dll",so I searched for this dll,and put it in the bin folder,then i hit the exe again,it came out with an application error: "the application can not launch normally(0xc000007b)"。I don't know how to fix it.

daa84 commented 6 years ago

i use windows 10 and build it manually with msys2 environment. It can be that not all dlls copied from appveyor. Maybe need to fix build script.

theFroh commented 6 years ago

A likely cause. Here's what I get with my plain Win10 (not a touch of MSYS2):

---------------------------
nvim-gtk.exe - System Error
---------------------------
The code execution cannot proceed because libfribidi-0.dll was not found. Reinstalling the program may fix this problem. 
---------------------------
OK   
---------------------------
daa84 commented 6 years ago

Does latest build fix this issue? Looks like new version of pango requires this library.

theFroh commented 6 years ago

Indeed it does! Nice job.