-
-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor immediately exits with the exit code 101 and a warning #651
Comments
What's your PC specs? |
4 CPUs, 8 virtual threads, 24 GB of memory, OpenGL. |
What's the output of this |
|
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 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
The text was updated successfully, but these errors were encountered: