Package Details: minecraft-launcher 1:2.1.3-2

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: 7.66
First Submitted: 2017-01-18 14:17 (UTC)
Last Updated: 2025-03-22 14:57 (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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 54 Next › Last »

danny8376 commented on 2015-12-27 06:54 (UTC)

Should add noextract=('Minecraft.jar') to prevent the jar form extracting.

BombStrike commented on 2015-05-10 02:59 (UTC)

Sorry about the delay with updating the package. I set ttf-font and libxtst as dependencies. I also updated the LICENSE that was included by the current EULA for minecraft.

bernimoses commented on 2015-05-04 20:04 (UTC)

If you change the Icon line in your desktop file to: Icon=minecraft Icon themes can customize the icon. ;)

EchoLynx commented on 2015-04-06 21:02 (UTC)

I second dumbhat's observation. I had to install libxtst separately before minecraft would run on a fresh Arch install.

dumbhat commented on 2014-12-17 23:43 (UTC)

Think you'll need to add libxtst to the list of dependencies - wouldn't install on a fresh system without it.

flying-sheep commented on 2014-11-28 10:08 (UTC)

can you please replace the ttf-dejavu dependency with ttf-font?

sxty commented on 2014-10-15 17:41 (UTC)

Yes I meant minecraft-server. Commented on the wrong package.

whynothugo commented on 2014-10-13 06:27 (UTC)

@sxtynnmach1: You can't send mouse events to services running under systemd, and minecraft-server does not respond to signals as expected. screen gets around this issue (though I would have preferred to use tmux, screen still gets the job done). BTW: I assume you're talking about minecraft-server.

sxty commented on 2014-10-13 06:05 (UTC)

Can you add (and run the service under) a user "minecraft"? It's typically good practice to have these things run under their own specifically privileged user. Also, why the use of screen for the service file? Can't you run the jar directly and log to journald?