Closed andis-sprinkis closed 3 years ago
Hello @andis-sprinkis I dont have a macos pc to look and find the issue. As I understand from your previus issue, you are be able to build and run it yourself. Does this issue only happens in prebuilt binaries? Also does it happens every start or sometimes?
I am unable to test prebuilt binaries on machine I have currently due to permissions, so I have built from release source on the spot. Issue described above happens every time I have tried to launch self-built 0.0.9. Previously tested self-built binary of 0.0.7 would launch fine.
Perhaps it's worth trying to use a macOS virtual machine for testing, although virtualized macOS environments normally have very limited graphics capabilities due to limited drivers and not sure if Neoray would work on it for that reason.
My pc is a low end device. I cant install a macos virtual machine on this. I will add more debug output to next release and try to figure out where the issue is coming from.
After checking out virtualization options, I can only confirm that when using typical virtual machine virtualization solution like https://github.com/myspaghetti/macos-virtualbox and previously having set up similar setups on Vmware and Virtualbox, that those won't let Neoray to be run, because the graphics driver compatible with these virtual machines doesn't have GPU acceleration capabilities Neoray requires. So for regular macOS testing it's either having to have an actual Apple machine, or a GPU pass-through VM solution (requires PC with 2 GPUs and Linux host OS) or some service that's lets developer rent a macOS device session.
I have tried macos in virtual machine but can't get it working. On linux enabling 3d acceleration in virtualbox settings causes neoray to crash because it doesn't support opengl 3.3 but mesa drivers supports them and they are only loaded when acceleration is off. All libraries and rendering implementation in neoray is macos compatible and needs to run on macos but I don't guarantee that it will be work on virtual machines.
Confirmed that this is a neovim related issue. I could be able to open with -u NORC options but have no further information. I will try to understand whats going on.
Default font fixed, works as intended. Thanks a lot!
Please complete the following information:
Describe the bug Stuck on
and no GUI
Steps to reproduce Start neoray after compilation and with empty init.vim file
Your neoray config in init.vim empty file, but same result with
set guifont=CascadiaCodePL:h10
Crash log if available (may be generated by neoray after crash)
Debug output (you can generate starting neoray with --verbose option)