Package Details: minecraft-launcher 1:1.0.1221-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: 1097
Popularity: 2.79
First Submitted: 2017-01-18 14:17 (UTC)
Last Updated: 2024-06-17 22:10 (UTC)

Pinned Comments

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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 52 Next › Last »

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...

andmars 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-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.

<deleted-account> commented on 2011-11-28 14:58 (UTC)

would it be possible to have the minecraft launcher replaced with this one? http://digiex.net/minecraft/mcvtool/ it allows you to use multiple versions of minecraft which helps with playing on servers, even if its just an option to pick one or the other?

BombStrike commented on 2011-11-28 02:10 (UTC)

That version should work with both versions of the JRE

Babets commented on 2011-11-27 18:34 (UTC)

Thanks marcs, same here for x86_64 (/opt/java/jre/lib/amd64). BombStrike I think you should update the pkgbuild.

marcs commented on 2011-11-26 16:55 (UTC)

I've solved the problem below exporting this variable: export LD_LIBRARY_PATH="/usr/lib/jvm/java-7-openjdk/jre/lib/i386/" This works if you are using the openjdk package. If you are using the jdk package the path should be /opt/java/jre/lib/i386 (but check if it is true). Bbye