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

<deleted-account> commented on 2011-11-24 08:52 (UTC)

Thanks for the update!

BombStrike commented on 2011-11-24 02:04 (UTC)

Merged most suggested changes and updated the install file now that the game is out of Beta.

Dirk commented on 2011-11-13 13:59 (UTC)

32 bits is heavily outdated (there are 64 bits CPUs around since 10 years!), even Minecraft itself warns when using 32 bits Java. LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JAVA_HOME/lib/amd64/:$JAVA_HOME/lib/i386/:" exec java -Xmx1024M -Xms512M -cp /usr/share/minecraft/minecraft.jar net.minecraft.LauncherFrame "$@"

<deleted-account> commented on 2011-11-04 08:50 (UTC)

Even better: LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JAVA_HOME/lib/i386/:$JAVA_HOME/lib/amd64/:" exec java -Xmx1024M -Xms512M -cp /usr/share/minecraft/minecraft.jar net.minecraft.LauncherFrame "$@" It should be jre independant.

swiftgeek commented on 2011-11-02 21:52 (UTC)

LD_LIBRARY_PATH="/opt/java/jre/lib/i386/:/opt/java/jre/lib/amd64/:/usr/lib/jvm/java-7-openjdk/jre/lib/amd64/" exec java -Xmx1024M -Xms512M -cp /usr/share/minecraft/minecraft.jar net.minecraft.LauncherFrame $@ For jre7-openjdk

<deleted-account> commented on 2011-11-01 11:36 (UTC)

I've just found how to fix the GLX13 bug with bumblebee. In /usr/bin/minecraft, just change LD_LIBRARY_PATH="/opt/java/jre/lib/i386/:/opt/java/jre/lib/amd64/" to LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/java/jre/lib/i386/:/opt/java/jre/lib/amd64/" and voilà!

<deleted-account> commented on 2011-10-30 22:12 (UTC)

@killermoehre This package just installs the launcher, not the game itself. Which means it's not out of date at all. When the full release of 1.9 is out, the game will update itself.

killermoehre commented on 2011-10-30 09:33 (UTC)

Minecraft 1.9 pre 5 is out http://assets.minecraft.net/1_9-pre5/minecraft.jar

<deleted-account> commented on 2011-09-24 19:49 (UTC)

Hi! I know my machine is a bit outdated, but I think it could handle Minecraft. Although, I'm having some problems here. Perhaps someone here can have some insight of what happening here... All I get when I try to run it, is a black (window) screen after the download. In my terminal I see some reports: http://www.dpaste.de/NJVOn/ I'm using the opensource ATI drivers (Radeon X1200 Series, junk right? I know... =/ Perhaps the culprit of the problem.) with openjdk. I have tested with jdk and got about the same results... Thanks in advance!

<deleted-account> commented on 2011-09-24 16:56 (UTC)

1.8 or most likely 1.9prerelease now works on proprietary ati drivers. Running at average of 90fps of 6850. But sometimes the keys stick and you walk keep walking.