-
Notifications
You must be signed in to change notification settings - Fork 100
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
EGLUT: failed to initialize EGL display #930
Comments
The problem here is that some GPU drivers are incompatible with the game-window code used by this launcher. If I would update my ubuntu 22.04 and wouldn't get the same problem, then I'm unable to help you. Trial and error fixing of driver issues doesn't work remotlely. Known Incompatible Drivers
|
FYI I have an intel uhd620, usually intel drivers don't cause problems. I don't even know the GPU of your machine |
Intel i5-2400 GPU only has OpenGL version 3.1, which is not longer supported as of 1.20.30+ (versions below 1.20.30 do work). The hardware graphics will not work due to unsupported instructions, if you need a higher version, you could use software rendering (which is slow), or use different hardware (such as a smartphone). |
The launcher itself doesn't enforce es3 at window creation, this crash is before the game even get access to the opengl es api. With this eglut error not even 1.20.0 will run. |
Describe the bug
It was playing normally and suddenly it didn't come in.
To Reproduce
There is not much explanation, because the problem is happening when trying to enter Minecraft.
Expected behavior
I hoped it would normally come into the game.
Screenshots
Desktop (please complete the following information):
Additional context
Lutris Video game preservation platform 0.5.9.1
The text was updated successfully, but these errors were encountered: