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

<deleted-account> commented on 2011-08-01 03:06 (UTC)

Just a heads up for anybody who is having the sticky key problem. There is a fix that works. http://getsatisfaction.com/mojang/topics/stuck_keys_under_linux_unrelated_to_losing_focus_or_opening_the_inventory

<deleted-account> commented on 2011-07-31 00:29 (UTC)

This is what I'm getting with this latest update... --- BEGIN ERROR REPORT e9df3db -------- Generated 31/07/11 10:28 AM Minecraft: Minecraft Beta 1.7.3 OS: Linux (amd64) version 3.0-ARCH Java: 1.7.0, Oracle Corporation VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation LWJGL: 2.4.2 [failed to get system properties (java.lang.NullPointerException)] org.lwjgl.LWJGLException: Could not choose GLX13 config at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method) at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52) at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684) at org.lwjgl.opengl.Display.create(Display.java:854) at org.lwjgl.opengl.Display.create(Display.java:784) at org.lwjgl.opengl.Display.create(Display.java:765) at net.minecraft.client.Minecraft.a(SourceFile:294) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Thread.java:722) --- END ERROR REPORT 8ac0a51d ---------- This is what is displayed in the terminal... org.lwjgl.LWJGLException: Could not choose GLX13 config at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method) at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52) at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684) at org.lwjgl.opengl.Display.create(Display.java:854) at org.lwjgl.opengl.Display.create(Display.java:784) at org.lwjgl.opengl.Display.create(Display.java:765) at net.minecraft.client.Minecraft.a(SourceFile:262) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Thread.java:722) org.lwjgl.LWJGLException: Could not choose GLX13 config at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method) at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52) at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684) at org.lwjgl.opengl.Display.create(Display.java:854) at org.lwjgl.opengl.Display.create(Display.java:784) at org.lwjgl.opengl.Display.create(Display.java:765) at net.minecraft.client.Minecraft.a(SourceFile:294) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Thread.java:722)

<deleted-account> commented on 2011-07-30 21:22 (UTC)

It works with the latest JRE/JDE in 64-bit... for a while. Eventually, I get back to the "can't get out of the escape menu" problem that I've had before. Sticking to 6u26 for the time being.

BombStrike commented on 2011-07-30 08:28 (UTC)

Just uploaded a new version using your fix wriggary. Tested it on 64bits with JRE or OpenJDK and worked on both.

<deleted-account> commented on 2011-07-29 22:00 (UTC)

Bombstrike, (or anyone else for that matter) for a quick fix for the jre7 update for time being, modify the exec line of the ./minecraft script to read: LD_LIBRARY_PATH="/opt/java/jre/lib/i386/:/opt/java/jre/lib/amd64/" exec java -Xmx1024M -Xms512M -cp /usr/share/minecraft/minecraft.jar net.minecraft.LauncherFrame $@ works here (on i386, jre-7-2. needs testing for x86_64)

sailerboy commented on 2011-07-29 21:57 (UTC)

To fix the problem with JRE 1.7 on 64 bit, add "sed "s|QT_IM_MODULE|&\n#Fix for those using JRE 7 on 64 bit\nexport LD_LIBRARY_PATH=\"/opt/java/jre/lib/amd64\"|" <minecraft >minecraft2; mv minecraft2 minecraft" to line 22. Here is the full fixed PKGBUILD: http://pastebin.com/VVtvWLRU. This is a workaround, not a fix. It simply tells Minecraft to use the 64 bit library. I got it from http://getsatisfaction.com/mojang/topics/minecraft_doesnt_work_with_java_7#reply_5934409

oneeyed commented on 2011-07-29 16:38 (UTC)

This is being taken care of in https://bugs.archlinux.org/task/25305 and is not directly linked to Minecraft.