minecraft-linux / mcpelauncher-ui-manifest

Manifest for the Qt launcher part, which lets you download and manage Minecraft versions and can assist in troubleshooting.
https://minecraft-linux.github.io
29 stars 9 forks source link

mcpelauncher-ui-qt: error : libprotobuf.so.21: No such file or directory #16

Closed JinsX5 closed 4 years ago

JinsX5 commented 4 years ago

OS: Manjaro Linux and installed step by Arch tutorial

Step 1 Installed : sudo pacman -S mcpelauncher-msa-git mcpelauncher-msa-ui-qt-git mcpelauncher-linux-git mcpelauncher-ui-git lib32-libpulse lib32-alsa-plugins Step 2 Enable multilib : my pacman.conf

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

Install no error and enable multilib

When i type mcpelauncher ,i have three complete : 1,mcpelauncher-client ,2,mcpelauncher-server and 3,mcpelauncher- ui-qt I dont know how to begin, so i open one by one , but no one can run. I guess 3 is the mainly launcher. Below 1,2,3 represent client, server, ui-qt

1,ERROR :

> 04:31:29 Trace [Launcher] Loading Minecraft library
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  Failed to find data file: libs/libminecraftpe.so
> Signal 6 received
> Backtrace elements: 13

2,ERROR

> 04:32:53 Trace [Launcher] Loading Minecraft library
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  Failed to find data file: libs/libminecraftpe.so
> Signal 6 received
> Backtrace elements: 13

3.ERROR mcpelauncher-ui-qt: error while loading shared libraries: libprotobuf.so.21: cannot open shared object file: No such file or directory

I write here and I`m looking for help to solve it.Maybe can help more people like me. Thanks

ChristopherHX commented 4 years ago

NOTE: pacman cannot update an AUR package source at all. mcpelauncher-msa-git mcpelauncher-msa-ui-qt-git mcpelauncher-linux-git mcpelauncher-ui-git are build from source every time you build the AUR package (same version)

mcpelauncher-ui-qt is the right to start, but you updated protobuf via a system update, but you kept the old mcpelauncher-ui-qt which needs the old removed protobuf version.

Using the appimage avoids this problem

ChristopherHX commented 4 years ago

duplicate of #13