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

Ubuntu 19.04: libEGL.so.1 not found, installing drivers doesn't fix the issue #149

Closed
nyiyui opened this issue Sep 13, 2019 · 3 comments
Closed

Comments

@nyiyui
Copy link

nyiyui commented Sep 13, 2019

I tried all four commands in #118, but still had the same error:

/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

*****@*****:~$ sudo apt install libegl1-mesa libegl1 yields:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libegl1 is already the newest version (1.1.1-0ubuntu1).
libegl1-mesa is already the newest version (19.0.8-0ubuntu0~19.04.1).
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

Setup:
image
Note: There are actually two GPUs on this setup. an Integrated one and a GeForce MX150. I'm pretty sure I don't have the necessary drivers for it, and ok with not using it.

@ChristopherHX
Copy link
Member

Probably wrong arch,
you must install i386 versions of them
for example try this instead
sudo apt install libegl1-mesa:i386 libegl1:i386

@nyiyui
Copy link
Author

nyiyui commented Sep 13, 2019 via email

@nyiyui
Copy link
Author

nyiyui commented Sep 13, 2019

sudo apt install libegl1-mesa:i386 libegl1:i386 did the trick! thank you!

[sudo] password for kens: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libegl-mesa0:i386 libgbm1:i386 libwayland-server0:i386
  libxcb-xfixes0:i386
The following NEW packages will be installed:
  libegl-mesa0:i386 libegl1:i386 libegl1-mesa:i386 libgbm1:i386
  libwayland-server0:i386 libxcb-xfixes0:i386
0 upgraded, 6 newly installed, 0 to remove and 7 not upgraded.
Need to get 210 kB of archives.
After this operation, 862 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ca.archive.ubuntu.com/ubuntu disco/main i386 libwayland-server0 i386 1.16.0-1ubuntu2 [30.8 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu disco-updates/main i386 libgbm1 i386 19.0.8-0ubuntu0~19.04.1 [28.5 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu disco/main i386 libxcb-xfixes0 i386 1.13.1-2 [9,772 B]
Get:4 http://ca.archive.ubuntu.com/ubuntu disco-updates/main i386 libegl-mesa0 i386 19.0.8-0ubuntu0~19.04.1 [101 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu disco/main i386 libegl1 i386 1.1.1-0ubuntu1 [33.6 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu disco-updates/main i386 libegl1-mesa i386 19.0.8-0ubuntu0~19.04.1 [6,156 B]
Fetched 210 kB in 2s (117 kB/s)               
Selecting previously unselected package libwayland-server0:i386.
(Reading database ... 211174 files and directories currently installed.)
Preparing to unpack .../0-libwayland-server0_1.16.0-1ubuntu2_i386.deb ...
Unpacking libwayland-server0:i386 (1.16.0-1ubuntu2) ...
Selecting previously unselected package libgbm1:i386.
Preparing to unpack .../1-libgbm1_19.0.8-0ubuntu0~19.04.1_i386.deb ...
Unpacking libgbm1:i386 (19.0.8-0ubuntu0~19.04.1) ...
Selecting previously unselected package libxcb-xfixes0:i386.
Preparing to unpack .../2-libxcb-xfixes0_1.13.1-2_i386.deb ...
Unpacking libxcb-xfixes0:i386 (1.13.1-2) ...
Selecting previously unselected package libegl-mesa0:i386.
Preparing to unpack .../3-libegl-mesa0_19.0.8-0ubuntu0~19.04.1_i386.deb ...
Unpacking libegl-mesa0:i386 (19.0.8-0ubuntu0~19.04.1) ...
Selecting previously unselected package libegl1:i386.
Preparing to unpack .../4-libegl1_1.1.1-0ubuntu1_i386.deb ...
Unpacking libegl1:i386 (1.1.1-0ubuntu1) ...
Selecting previously unselected package libegl1-mesa:i386.
Preparing to unpack .../5-libegl1-mesa_19.0.8-0ubuntu0~19.04.1_i386.deb ...
Unpacking libegl1-mesa:i386 (19.0.8-0ubuntu0~19.04.1) ...
Setting up libwayland-server0:i386 (1.16.0-1ubuntu2) ...
Setting up libxcb-xfixes0:i386 (1.13.1-2) ...
Setting up libgbm1:i386 (19.0.8-0ubuntu0~19.04.1) ...
Setting up libegl-mesa0:i386 (19.0.8-0ubuntu0~19.04.1) ...
Setting up libegl1:i386 (1.1.1-0ubuntu1) ...
Setting up libegl1-mesa:i386 (19.0.8-0ubuntu0~19.04.1) ...
Processing triggers for libc-bin (2.29-0ubuntu2) ...

@nyiyui nyiyui closed this as completed Sep 13, 2019
@RianFC RianFC mentioned this issue Nov 1, 2019
@gorojack gorojack mentioned this issue Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants