


























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).
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.
It has been commented before: clang is missing in make dependencies. Please add it. Thank you :)
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
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.
package needs qt5-quickcontrols to run, please add it to makedeps
@asalde_le1 thanks for the comment
Hello! Add clang to makedeps please. The package doesn't build without it installed.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
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 ?