Open yurivict opened 5 months ago
What's your PC specs?
4 CPUs, 8 virtual threads, 24 GB of memory, OpenGL. Very old Intel CPU.
What's the output of this glxinfo | grep 'version'
?
$ glxinfo | grep "OpenGL version"
OpenGL version string: 4.6.0 NVIDIA 550.54.14
So, the error comes from GLX, OpenGL initialization to be more precise. This could be from outdated drivers, local settings, etc. I found this discussion with the same issue.
The alacritty terminal emulator app works fine on the same system though.
Alacritty works fine because it requires OpenGL 2.0, but Fyrox requires at least OpenGL 3.3+.
The error message comes from the failure to open for reading the file "settings.ron". This file doesn't exist.
This is not an error, just a warning about missing settings file. The actual cause of the crash is an issue with OpenGL context creation. I don't know why this happens, it requires some debugging anyway. Usually when drivers, local settings, etc is fine then the engine starts fine too. I suggest you to check some other application that uses more or less modern OpenGL to see if it works.
@mrDIMAS What application would you suggest to use to test OpenGL?
FreeBSD 14.0