Package Details: mcpelauncher-linux-git 1.2.0.r0.gfe07760-1

Git Clone URL: https://aur.archlinux.org/mcpelauncher-linux-git.git (read-only, click to copy)
Package Base: mcpelauncher-linux-git
Description: Minecraft: Pocket Edition launcher for Linux
Upstream URL: https://github.com/minecraft-linux/mcpelauncher-manifest
Keywords: minecraft
Licenses: custom, GPL-3.0-only
Conflicts: mcpelauncher-client, mcpelauncher-linux
Provides: mcpelauncher-client, mcpelauncher-linux
Submitter: mrarm
Maintainer: ChristopherHX
Last Packager: ChristopherHX
Votes: 10
Popularity: 0.024112
First Submitted: 2018-08-23 17:39 (UTC)
Last Updated: 2025-02-18 15:37 (UTC)

Required by (2)

Sources (32)

Pinned Comments

ChristopherHX commented on 2023-05-25 19:04 (UTC)

archlinux is currently affected by a blackscreen bug due to mesa 23.1. It is still unclear if this is a mesa or a game bug.

Please read here how to workaround this problem https://github.com/minecraft-linux/mcpelauncher-client/issues/66#issuecomment-1563349236 without downgrading mesa to 23.0.

ChristopherHX commented on 2023-05-23 17:23 (UTC)

I added a mirror as workaround, so this should work now. No need to force http1.1.

ersei commented on 2021-04-23 16:44 (UTC)

The GUI package is working as well now: https://aur.archlinux.org/packages/mcpelauncher-ui-git

ersei commented on 2021-03-31 21:12 (UTC) (edited on 2025-10-03 19:17 (UTC) by ersei)

I've updated this package to support the latest NG branch. Perhaps I can get a hold of the other related packages to get the rest of this to work as well.

If there are any issues, feel free to leave a comment.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

dr460nf1r3 commented on 2023-07-22 20:02 (UTC)

Needs to be updated? fatal: invalid reference: origin/qt6

ChristopherHX commented on 2023-05-25 19:04 (UTC)

archlinux is currently affected by a blackscreen bug due to mesa 23.1. It is still unclear if this is a mesa or a game bug.

Please read here how to workaround this problem https://github.com/minecraft-linux/mcpelauncher-client/issues/66#issuecomment-1563349236 without downgrading mesa to 23.0.

ChristopherHX commented on 2023-05-23 17:23 (UTC)

I added a mirror as workaround, so this should work now. No need to force http1.1.

ersei commented on 2023-05-23 16:28 (UTC) (edited on 2023-05-23 16:32 (UTC) by ersei)

Temporary workaround:

git config --global http.version HTTP/1.1

Seems like HTTP/2 is not working for some reason. My guess is because cURL had a bug in 8.1.0:

https://daniel.haxx.se/blog/2023/05/23/curl-8-1-1-lets-do-this/

<del>v8.1.1 should fix this.</del> Seems like it is out right now. v8.1.1 does not fix the issue. My guess is that git needs an update? Who knows.

ChristopherHX commented on 2023-05-23 07:54 (UTC)

Weird only archlinux can no longer clone via git clone --mirror https://android.googlesource.com/platform/system/core core.

Running the same command on ubuntu 22.04 works (after a couple of seconds with no git output) and it was no problem in the past for archlinux either.

Another bug is coming soon to archlinux mesa 23.1 will cause a blackscreen in game versions 1.18.30+ (renderdragon).

Mirroring this code to github would be a workaround for archlinux. On archlinux I can only do a git clone https://android.googlesource.com/platform/system/core core without hanging.

HurricanePootis commented on 2023-05-20 19:41 (UTC)

Hey, whenever the PKGBUILD goes to git clone --mirror the repo https://android.googlesource.com/platform/system/core, it gets stuck and nothing happens. I am able to clone the repo with --mirror, but as soon as I do git clone --mirror https://android.googlesource.com/platform/system/core core, it breaks.

ChristopherHX commented on 2023-01-11 22:13 (UTC)

Breaking: Updated to use qt6 like the mcpelauncher-ui package

I removed fake-jni and baron inkl. their deps and removed the cd lines.

ersei commented on 2022-10-24 23:45 (UTC)

The submodules issue should be fixed now.

flatiron commented on 2022-10-24 23:10 (UTC)

git config --global protocol.file.allow always

fixes this for the time being.