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')
Search Criteria
Package Details: minecraft-launcher 1:2.1.3-3
Package Actions
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: | 1106 |
Popularity: | 6.78 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2025-04-19 12:06 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libgpg-error (libgpg-error-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- flite (flite1AUR) (optional) – narrator support
- orca (orca-gitAUR) (optional) – screen reader support
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, pass-secret-service-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 43 44 45 46 47 48 49 50 51 52 53 54 Next › Last »
Freso commented on 2011-09-09 19:23 (UTC)
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
<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.
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:
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.