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: 1106
Popularity: 6.78
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 .. 37 38 39 40 41 42 43 44 45 46 47 .. 54 Next › Last »

heftig commented on 2013-07-04 17:57 (UTC)

Oh, and you might want to do ">/dev/null" to suppress the debug output, which gets captured by the launcher already.

heftig commented on 2013-07-04 17:56 (UTC)

Using -Xms and -Xmx in the script is now pointless because the launcher spawns a new VM. The parameters for it can be set in the launcher. I don't think the LD_LIBRARY_PATH is needed anymore.

BombStrike commented on 2013-07-04 12:48 (UTC)

Seems like someone uploaded the previous version on the archlinuxfr repo so if you use yaourt, please do "yaourt -S aur/minecraft" to force the installation of the aur version.

<deleted-account> commented on 2013-07-04 05:19 (UTC)

It still uses the old launcher for me. I've even tried manually deleting all files and reinstalling.

BombStrike commented on 2013-07-01 12:55 (UTC)

Updated to use latest launcher. Sorry about the delay

vorenon commented on 2013-07-01 12:25 (UTC)

1.6.1 is out and with it a new launcher. Please update the package.

antoniovazquez commented on 2013-06-19 13:22 (UTC)

Some of us are using custom launchers and by default this launchers search for minecraft in $HOME/.minecraft. It would be nice to have minecraft launcher there on installation (without having to update). Can you use a simbolic link for example? Thanks.

BombStrike commented on 2013-05-03 02:04 (UTC)

If you're talking about the launcher provided here: http://mojang.com/2013/05/minecraft-snapshot-13w18a/ I'm not sure yet, I'll probably wait 1 week or 2 so that they can fix any big issues they may find in it then probably use it in this package.

allevil669 commented on 2013-05-02 16:10 (UTC)

Now that the new launcher supports 1.5.1 and 1.5.2, will you be updating this package to use it?

rafaelff commented on 2013-04-28 14:24 (UTC)

@BombStrike: It is the best pratice that if nothing is built, then better using only package() function. Also, "|| return 1" is deprecated.