If you don't have the official graphical drivers installed via AUR, you mostly can't play the game also. It just doesn't load it after logging in.
I have a ATI Radeon HD 4K card, and fixed my issues with the ATI Catalyst AUR.
Search Criteria
Package Details: minecraft-launcher 1:2.1.3-2
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: | 1105 |
Popularity: | 7.25 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2025-03-22 14:57 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 47 48 49 50 51 52 53 54 Next › Last »
<deleted-account> commented on 2011-02-02 02:54 (UTC)
<deleted-account> commented on 2011-02-01 23:56 (UTC)
It gives me error "Permission Denied" always when I try "minecraft" in Terminal or by icon .desktop.
chmod +x /usr/bin/minecraft
Fixing the issue, is it the right way to do?
td123 commented on 2011-01-23 01:31 (UTC)
please update the PKGBUILD to reflect:
Minecraft.jar is now minecraft.jar
in the post install message, mention that it is 15 euro now that it is out of alpha.
<deleted-account> commented on 2010-12-23 18:31 (UTC)
Actually, you could change the 3 lines at the top to simply 'unset XMODIFIERS GTK_IM_MODULE QT_IM_MODULE'. Obviously, this isn't exactly a pressing issue, but you could always include it in an update in the future.
<deleted-account> commented on 2010-12-21 08:44 (UTC)
Newer version gets to the end of the loading screen and locks up. Here's a paste:
http://aur.pastebin.com/GGpCxRGT
<deleted-account> commented on 2010-12-20 15:20 (UTC)
Thanks.
BombStrike commented on 2010-12-20 09:54 (UTC)
Changed dependencies and fixed keyboard issues, removed also optional dependencie on minecraft-data as Notch fixed those issues quite a long time ago.
<deleted-account> commented on 2010-12-20 02:53 (UTC)
Turns out that the keyboard problems, or at least mine, were caused by my Japanese input setup. Could you apply the following patch to the minecraft file, please? It should help some other people too.
http://aur.pastebin.com/UNTtTGKr
<deleted-account> commented on 2010-12-15 09:50 (UTC)
The game doesn't seem to detect my keyboard's input after login. I tried to change my game's settings, etc to no avail. Perhaps an issue with java? If it matters, it's a TypeMatrix USB kb.
Dieter_be commented on 2010-12-13 10:27 (UTC)
instead of `java -Xmx1024M -Xms512M -cp /usr/share/minecraft/Minecraft.jar net.minecraft.LauncherFrame`
you should `exec java -Xmx1024M -Xms512M -cp /usr/share/minecraft/Minecraft.jar net.minecraft.LauncherFrame`
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.