hismailbulut / Neoray

Simple and lightweight GUI client for Neovim
MIT License
148 stars 5 forks source link

Program closes instantly after starting. #3

Closed DasOhmoff closed 3 years ago

DasOhmoff commented 3 years ago

Hello. I wanted to try out this gui client. But each time I start the program it just exists automatically without any error messages. Same thing when I execute the program in the cmd prompt. I use windows and tried starting the "neoray_windows_x64.exe" program.

Neovim is in my system path included. But I also tried starting the program it in the neovim directory, doesn't help.

hismailbulut commented 3 years ago

Hello @DasOhmoff and thank you for information. Did the program created a crash report after crash? It must be in the same directory you started the neoray. If not, please try starting neoray with "--verbose neoray.log" option. It will generate a file named neoray.log and verboses debug output to it. Please send me these two files if you success. If not, can you compile the program yourself and send me the output?

DasOhmoff commented 3 years ago
hismailbulut commented 3 years ago

@DasOhmoff sorry for the late response. I have been very busy. I uploaded windows debug build to releases page. Can you try with this one and send me the output?

DasOhmoff commented 3 years ago

The output and the log are still the same. Output: image

Log:


NEORAY v0.0.6 Debug LOG 2021-08-18 07:27:29.6636714 +0000 UTC
 [NVIM] TRACE: Neovim started with command: nvim --embed
 [NVIM] TRACE: Neovim version 0.5.0
 [NEORAY] TRACE: Glfw version: 3.3.3 Win32 WGL EGL OSMesa MinGW
 [NEORAY] DEBUG: Monitor diagonal: 25.540107737899678 dpi: 88.65097574877264

Ismail, are you a Muslim? If so, then I would like to give you my salam and great you as my beloved brother :)

hismailbulut commented 3 years ago

Aleykümselam brother @DasOhmoff. Yes, I am muslim elhamdülillah. I could not be able to find your problem for now because program does not give any information. And I decided to increase count of debugging information. For now I will ask you to wait and try future versions. I keep this issue open and let me know if there are any progress.

DasOhmoff commented 3 years ago

Will do so my brother <3 . Wa alaikum assalam warahmatullahi wabarakatuh!

hismailbulut commented 3 years ago

Hey @DasOhmoff the last release has to fix this issue. Please try and let me know if it was fixed.

DasOhmoff commented 3 years ago

Yes! It got fixed. Thank you very much! JazakAllahuKhairan!

Just for your information I would like to tell you that seems to have some font problems (ttf font). I maybe will create an issue for that at some point.

On startup it cant find the installed fonts. Here is the neovim output error at the start of the program: Font UbuntuMono NF not found!

After setting via set guifont=UbuntuMono\ NF:h11. The font does not seem to show correctly the non asci characters: image

Here is how to should look like: image

hismailbulut commented 3 years ago

You are welcome @DasOhmoff and thanks for your support. Try different names like Ubuntu_Mono. We can also discuss it if you open a new issue.

DasOhmoff commented 3 years ago

No problem at all, and thank you as well. In regards to the font I opened an issue here. Maybe you would like to take a look.