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

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

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

Hey, thanks for the update. But in my archbox i got this problem after the update. After i click on the login button i got this java exception. I've tried with the original jdk7 and now the openjdk7 version and the problem persists. Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: /home/marcs/.minecraft/bin/natives/liblwjgl.so: libjawt.so: impossibile aprire il file oggetto condiviso: File o directory non esistente at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825) at java.lang.Runtime.load0(Runtime.java:792) at java.lang.System.load(System.java:1059) 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:187) at net.minecraft.client.Minecraft.run(SourceFile:644) at java.lang.Thread.run(Thread.java:722)

<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