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

<deleted-account> commented on 2011-09-16 03:01 (UTC)

Would you consider adding "-server" to the java options in /usr/bin/minecraft? It doesn't seem to affect anything negatively, and I get a ~10fps performance boost from it here.

canuckkat commented on 2011-09-15 19:40 (UTC)

@VK7HSE I just submitted the bug here: http://getsatisfaction.com/mojang/topics/could_not_choose_glx13_config

JonnyJD commented on 2011-09-13 05:10 (UTC)

Looks like you are correct. There are two completely different files called both "minecraft.jar". Who would think of such a mess.. I don't particularly like it, but thanks for the clarification ;-)

dhaines commented on 2011-09-12 12:43 (UTC)

@JonnyJD: that's not how it works. The PKGBUILD is for the minecraft launcher, which is versioned independently from what you and I think of when we think of minecraft. The launcher keeps minecraft proper up-to-date, and thus it's always "latest." The MD5 only changes when the launcher is updated (last when they added those links on the right hand side). Make sense?

JonnyJD commented on 2011-09-12 12:31 (UTC)

You should include the correct version number in the PKGBUILD. "latest" is not helping and you have to change the md5 for new versions anyways.

Freso commented on 2011-09-09 19:23 (UTC)

While installing via yaourt, running the package through namcap returned the following: minecraft W: Description should not contain the package name. minecraft W: Dependency 'sh' on your system is a testing release minecraft E: Missing custom license directory (usr/share/licenses/minecraft) minecraft E: Dependency java-environment detected and not included (found class files usr/share/minecraft/minecraft.jar) minecraft E: Dependency bash detected and not included (programs ['sh'] needed in scripts ['usr/bin/minecraft']) minecraft W: Dependency included and not needed ('java-runtime') minecraft W: Dependency included and not needed ('xorg-server-utils') minecraft W: Dependency included and not needed ('openal')

BombStrike commented on 2011-08-21 21:06 (UTC)

For anyone still having issues I'd suggest sticking with openjdk6 or a downgraded version of the jre package instead of jre7, at least until notch decides to releases a new version that fixes the issues (maybe in 1.8 ?).

<deleted-account> commented on 2011-08-21 20:11 (UTC)

I've seen fixes for this on the net, ie: http://getsatisfaction.com/mojang/topics/minecraft_doesnt_work_with_java_7 but they don't seem to fix it. This here is the problem (appears after setting user): Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: /home/sirrom/.minecraft/bin/natives/liblwjgl64.so: /home/sirrom/.minecraft/bin/natives/liblwjgl64.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1646) at java.lang.Runtime.load0(Runtime.java:787) at java.lang.System.load(System.java:1022) at org.lwjgl.Sys$1.run(Sys.java:69) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:65) at org.lwjgl.Sys.loadLibrary(Sys.java:81) at org.lwjgl.Sys.<clinit>(Sys.java:98) at org.lwjgl.opengl.Display.<clinit>(Display.java:132) at net.minecraft.client.Minecraft.a(SourceFile:244) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Thread.java:679)

feilen commented on 2011-08-11 19:50 (UTC)

I have a dual graphics setup. On Intel integrated graphics, it works fine (albiet slow) but when running using the NVIDIA card with proprietary drivers, I get the same problem as VK7HSE.

prg commented on 2011-08-11 04:20 (UTC)

thanks for the package! However, I'm getting stuck on the pause screen on the latest update. Is anyone else having this issue? This is still better than what I could get running before.. "java -jar minecraft" with the latest jar just blackscreens currently