Package Details: minecraft-launcher 1:2.1.3-3

Git Clone URL: https://aur.archlinux.org/minecraft-launcher.git (read-only, click to copy)
Package Base: minecraft-launcher
Description: Official Minecraft Launcher
Upstream URL: https://mojang.com/
Keywords: game minecraft
Licenses: custom
Conflicts: minecraft-launcher-beta
Provides: minecraft-launcher-beta
Submitter: shoghicp
Maintainer: pschichtel
Last Packager: pschichtel
Votes: 1105
Popularity: 5.76
First Submitted: 2017-01-18 14:17 (UTC)
Last Updated: 2025-04-19 12:06 (UTC)

Pinned Comments

wheat32 commented on 2025-03-08 18:32 (UTC) (edited on 2025-03-08 19:30 (UTC) by wheat32)

I seem to be having a different issue than what others are describing. Suddenly today, I an unable to start the launcher without getting a generic "An unexpected issue occurred" message. Here's what I get in the terminal:

$ minecraft-launcher
sh: line 1: orca: command not found
Created browser window for reuse: 0x1600004
[34399:34552:0308/133050.212343:ERROR:mime_util_xdg.cc(137)] Invalid mime.cache file does not contain null prior to ALIAS_LIST_OFFSET=44
[34399:34552:0308/133055.416488:ERROR:cast_crl.cc(443)] CRL - Verification failed.

Edit: I found that deleting the webcache2 directory in the .minecraft directory fixes the issue for me.

petr commented on 2021-10-08 09:04 (UTC)

The package version is the version of the launcher bootstrap - the part that actually downloads and updates the launcher.

That means the version number of the actual launcher (2.x.xxx) is different from the version here (9xx+) on a fundamental level, and should not be compared.

The package is outdated only when the bootstrap version you get here is different from the bootstrap version you would get from minecraft.net when using the raw tarball.

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 54 Next › Last »

ArkadSt commented on 2020-09-18 11:04 (UTC) (edited on 2020-09-18 17:37 (UTC) by ArkadSt)

The package was flagged out-of-date by mistake, I guess. It is currently up to date.

bkb commented on 2020-09-02 11:33 (UTC) (edited on 2020-09-02 11:44 (UTC) by bkb)

Choose which one to delete

                                   minecraft
https://aur.archlinux.org/packages/                  /
                                   minecraft-launcher

https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_*.tar.gz

VS

https://launcher.mojang.com/download/Minecraft.deb

bkb commented on 2020-09-02 11:33 (UTC) (edited on 2020-09-02 11:44 (UTC) by bkb)

Choose which one to delete

                                   minecraft
https://aur.archlinux.org/packages/                  /
                                   minecraft-launcher

https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_*.tar.gz

VS

https://launcher.mojang.com/download/Minecraft.deb

petr commented on 2020-07-28 11:05 (UTC)

Yeah. I'm changing up the automation so we can work on the PKGBUILDs manually and something went a little weird with the pkgrel handling. Fix incoming.

scallop commented on 2020-07-28 09:55 (UTC)

minecraft-launcher is newer than aur? huh?

DianaNites commented on 2020-07-28 09:21 (UTC)

minecraft-launcher: local (2.1.16102-2) is newer than AUR (2.1.16102-1)

from yay. ????

jpegxguy commented on 2020-07-24 14:46 (UTC) (edited on 2020-07-27 12:31 (UTC) by jpegxguy)

This package doesn't need the obsolete gconf

EDIT: Thanks for this.

cobaltspace commented on 2020-07-24 14:43 (UTC) (edited on 2020-07-25 20:27 (UTC) by cobaltspace)

I was able to force java8 by setting the JAVA_HOME variable. I suggest having this script for /usr/bin/minecraft-launcher and having minecraft-launcher.desktop have Exec=minecraft-launcher

#!/bin/sh
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk/jre/"
exec /opt/minecraft-launcher/minecraft-launcher "$@"

This would require java-runtime=8 or specifically jre8-openjdk

scallop commented on 2020-07-01 03:23 (UTC)

does this actually need gconf? if it does, that's okay, but a comment on that package says that chromium and electron havent depended on it for years, and its a bit annoying having to need it because it is also an aur pakage