共有ライブラリの読み込み中にエラーが発生しました:libEGL.so.1:共有オブジェクトファイルを開けません:ゲームの起動時にそのようなファイルまたはディレクトリはありません


1

LinuxでMCPEを実行しようとしていますが、すべてを設定しましたが、ゲームを実行すると次のエラーが表示されます:

/tmp/.mount_MinecrC0c2NX/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

libegl1:i386をインストールしようとしましたが、別のエラーが発生します:

The following packages have unmet dependencies:
 libegl1:i386 : Depends: libc6:i386 (>= 2.7) but it is not going to be installed
                Depends: libglvnd0:i386 (= 1.3.1-1) but it is not going to be installed
                Depends: libegl-mesa0:i386 but it is not going to be installed

Ubuntu 20.04 64ビットを使用しています

1

I managed to fix it myself. My friend told me to use aptitude to install the packages, so I ran sudo aptitude install libegl1:i386, then I used sudo aptitude install libc6-i386 libx11-6:i386 libegl1-mesa:i386 zlib1g:i386 libstdc++6:i386 libgl1-mesa-dri:i386 libasound2:i386 libpulse0:i386