Skip to content
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

Open
levaculik2 opened this issue Dec 25, 2023 · 4 comments
Open

EGLUT: failed to initialize EGL display #930

levaculik2 opened this issue Dec 25, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@levaculik2
Copy link

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
Captura de tela de 2023-12-25 12-23-43

Desktop (please complete the following information):

  • OS - Linux, Ubuntu 22,04
  • Version - Minecraft_Bedrock_Launcher-x86_64-v0.10.0.716.AppImage
  • Installation Type - AppImage

Additional context
Lutris Video game preservation platform 0.5.9.1

@levaculik2 levaculik2 added the bug Something isn't working label Dec 25, 2023
@ChristopherHX
Copy link
Member

ChristopherHX commented Dec 25, 2023

To Reproduce
There is not much explanation, because the problem is happening when trying to enter Minecraft.

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

  • Nvidia primerun
    • Workaround: Switch to single GPU mode with either integrated or nvidia, but not both
  • Install the deb of this launcher with glfw
    • different gpu initialization code, with other driver problems
    • install mcpelauncher-manifest-glfw and mcpelauncher-ui-manifest to replace the AppImage
  • install the flatpak (other install variant for glfw) to replace the AppImage

@ChristopherHX
Copy link
Member

FYI I have an intel uhd620, usually intel drivers don't cause problems.

I don't even know the GPU of your machine

@tutacat
Copy link

tutacat commented Jan 14, 2024

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).

@ChristopherHX
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants