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

Missing libEGL.so.1 #27

Closed
Reonu opened this issue Nov 24, 2018 · 2 comments
Closed

Missing libEGL.so.1 #27

Reonu opened this issue Nov 24, 2018 · 2 comments
Labels
question The issue is a question

Comments

@Reonu
Copy link

Reonu commented Nov 24, 2018

My GPU in my laptop is a Nvidia 820M, using the proprietary Nvidia drivers (390 since it's Fermi)

I get this at launch:
/usr/bin/mcpelauncher-client: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory
Process exited with unexpected exit code: 127

Ubuntu 18.10 64 bit

I get the same error even if I switch to the intel integrated GPU

@MCMrARM MCMrARM added the question The issue is a question label Nov 25, 2018
@MCMrARM MCMrARM changed the title Crash at launch Missing libEGL.so.1 Nov 25, 2018
@MCMrARM
Copy link
Member

MCMrARM commented Nov 25, 2018

You will need to install 32 bit graphics drivers - for integrated graphics and most AMD GPUs libegl1-mesa will work.

@MCMrARM MCMrARM closed this as completed Nov 25, 2018
@pellcorp
Copy link

I had to install libegl1:i386 even with nvidia 32 bit drivers installed:
sudo apt-get install libegl1:i386

Not sure if that is an issue or not, but the app ran after that and not before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue is a question
Projects
None yet
Development

No branches or pull requests

3 participants