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.99
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 .. 40 41 42 43 44 45 46 47 48 49 50 .. 54 Next › Last »

<deleted-account> commented on 2012-01-28 19:59 (UTC)

Thanks BombStrike, the fix worked great, installed with yaourt.

Schnouki commented on 2012-01-21 18:56 (UTC)

You're trying to install a source tarball (i.e. the one you downloaded on the AUR) instead of the actual package (ending in .pkg.tar.xz).

<deleted-account> commented on 2012-01-21 05:12 (UTC)

Adding noextract=("minecraft.jar") before the build () line worked but now when I run: pacman -U minecraft-latest-15.src.tar.gz I get this: loading packages... error: missing package metadata in minecraft-latest-15.src.tar.gz error: 'minecraft-latest-15.src.tar.gz': invalid or corrupted package

<deleted-account> commented on 2012-01-20 14:59 (UTC)

Because file -bi reports them as application/zip...

BombStrike commented on 2012-01-20 13:55 (UTC)

Added the noextract line. But seriously, why the hell would one want to extract a .jar file? They must have a good reason to add it to makepkg but still...

<deleted-account> commented on 2012-01-20 11:52 (UTC)

@Campaigner444 just add noextract=("minecraft.jar") before the build () line and it installs just fine here.

<deleted-account> commented on 2012-01-20 11:44 (UTC)

same error as Campaigner444 reported. Please fix PKGBUILD. Thank you.

<deleted-account> commented on 2012-01-17 00:18 (UTC)

when I do a makepkg -s I get: ==> Making package: minecraft latest-15 (Mon Jan 16 19:14:35 EST 2012) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found minecraft -> Downloading minecraft.jar... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89406 100 89406 0 0 254k 0 --:--:-- --:--:-- --:--:-- 700k -> Found minecraft.desktop -> Found minecraft.png -> Found minecraft.install ==> Validating source files with md5sums... minecraft ... Passed minecraft.jar ... Passed minecraft.desktop ... Passed minecraft.png ... Passed minecraft.install ... Passed ==> Extracting Sources... -> Extracting minecraft.jar with bsdtar META-INF/: Can't remove already-existing dir bsdtar: Error exit delayed from previous errors. ==> ERROR: Failed to extract minecraft.jar Aborting... Is it tying to extract the minecraft.jar? Is it supposed to?

JonnyJD commented on 2011-12-11 04:22 (UTC)

+noextract=("minecraft.jar")

JonnyJD commented on 2011-11-28 17:40 (UTC)

I suggest generating another pkg for the mcvtool. Then you have the option ;-) When you rename the shellscript to minecraft-version or similar, you can even have both coexist, I think.