Package Details: mcpelauncher-ui 1.6.5-1

Git Clone URL: https://aur.archlinux.org/mcpelauncher-ui.git (read-only, click to copy)
Package Base: mcpelauncher-ui
Description: Minecraft: PE Linux launcher UI
Upstream URL: https://github.com/minecraft-linux/mcpelauncher-ui-manifest
Licenses: MIT, GPL-3.0-only
Submitter: HurricanePootis
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 9
Popularity: 0.27
First Submitted: 2024-06-12 02:00 (UTC)
Last Updated: 2026-02-24 06:59 (UTC)

Required by (2)

Sources (9)

Latest Comments

bauminao commented on 2026-01-18 11:45 (UTC)

Hmm.. seems it was a OneTime-wonder. After next start; i again only get "Speicherzugriffsfehler (Speicherabzug geschrieben) mcpelauncher-ui-qt". Even after Deleting rm -f ${HOME}/.cache/Minecraft\ Linux\ Launcher ${HOME}/.config/Minecraft\ Linux\ Launcher It doesn't run any more time. Perhaps someone else has a hint ?

bauminao commented on 2026-01-18 11:38 (UTC)

Perhaps worth to mention here. I got a lot of "Speicherabzugsfehler" when trying to run. No chance to run Minecraft again.

After some digging I got it working again by creating a missing (empty) Directory: mkdir -p ${HOME}/.config/QtProject

After this I could start mcpe again (and play the game).

gwuensch commented on 2025-12-07 00:34 (UTC)

You can also use rebuild-detector to check if rebuilding is necessary.

JustinSB commented on 2025-11-16 19:33 (UTC)

libprotobuf.so.31.1.0: cannot open shared object file: No such file or directory or libprotobuf.so.32.1.0: cannot open shared object file: No such file or directory

If you update protobuf to a more recent version after you last installed mcpelauncher-ui, it will error as above. To fix it, all you need to do is to recompile mcpelauncher-ui again & it'll work as normal.

q9f commented on 2025-09-28 10:41 (UTC)

It has been commented before: clang is missing in make dependencies. Please add it. Thank you :)

ilkayBedrock commented on 2025-08-30 11:10 (UTC)

Protobuf 32 released, so please update the package.

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

PavelDobCZ23 commented on 2025-05-26 10:19 (UTC) (edited on 2025-05-26 10:21 (UTC) by PavelDobCZ23)

I'm getting an error while trynna run the thing.

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

Seems like protobuf is now at version 31.0.0 since yesterday.

EDIT: Seems like rebuilding has fixed it, but it should probably trigger an update on this package to rebuild automatically for best UX.

theqwertycoder commented on 2025-04-22 12:20 (UTC)

package needs qt5-quickcontrols to run, please add it to makedeps

HurricanePootis commented on 2025-01-30 22:41 (UTC)

@asalde_le1 thanks for the comment

asalde_le1 commented on 2025-01-26 03:31 (UTC) (edited on 2025-01-26 03:32 (UTC) by asalde_le1)

Hello! Add clang to makedeps please. The package doesn't build without it installed.