Closed DasOhmoff closed 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?
neoray.log
file after executing the program with the --verbose
flag:
NEORAY v0.0.6 Release LOG 2021-08-14 22:08:41.2770254 +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
As you can see it is only 6 lines long, it also does not show any errors.
@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?
The output and the log are still the same. Output:
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 :)
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.
Will do so my brother <3 . Wa alaikum assalam warahmatullahi wabarakatuh!
Hey @DasOhmoff the last release has to fix this issue. Please try and let me know if it was fixed.
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:
Here is how to should look like:
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.
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.