Search Criteria
Package Details: mcpelauncher-ui 1.6.5-1
Package Actions
| 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) |
Dependencies (21)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libzip (libzip-gitAUR)
- mcpelauncher-linuxAUR (mcpelauncher-linux-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- protobuf (protobuf-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-webchannel
- qt6-webengine
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libxinerama (libxinerama-randr-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- qt6-svg (make)
- qt6-tools (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- Show 1 more dependencies...
Required by (2)
- mcpelauncher-linux (optional)
- mcpelauncher-linux-git (optional)
Sources (9)
- git+https://github.com/MCMrARM/axml-parser.git
- git+https://github.com/minecraft-linux/file-util.git
- git+https://github.com/minecraft-linux/mcpelauncher-apkinfo.git
- git+https://github.com/minecraft-linux/mcpelauncher-common.git
- git+https://github.com/minecraft-linux/mcpelauncher-extract.git
- git+https://github.com/minecraft-linux/mcpelauncher-ui-manifest.git#tag=v1.6.5-qt6
- git+https://github.com/minecraft-linux/mcpelauncher-ui-qt.git
- git+https://github.com/minecraft-linux/playdl-signin-ui-qt.git
- google-play-api
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\ LauncherIt 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/QtProjectAfter 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 directoryIf 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 directorySeems like
protobufis 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.