Can we really be blamed though for this?
Search Criteria
Package Details: minecraft-launcher 1:1.0.1221-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: | 1098 |
Popularity: | 3.49 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2024-06-17 22:10 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libgpg-error (libgpg-error-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- flite (flite1AUR) (optional) – narrator support
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, bitw-gitAUR, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 52 Next › Last »
Cervox commented on 2020-04-19 22:06 (UTC)
kokolem commented on 2020-04-18 12:25 (UTC)
Also can't pass the sha256sums validity check.
phunni commented on 2020-04-17 13:51 (UTC)
Also getting sha256sum validation failure.
settyness commented on 2020-04-17 10:43 (UTC) (edited on 2020-04-17 11:04 (UTC) by settyness)
...here we go again. For whatever reason, the release of certain launchers, listed as beta on the official wiki, continue to trigger "new version available" prompts. This seems to make minecraft-launcher-beta
redundant.
Either way, this is what's causing users to perpetually flag this package out of date.
drsh4dow commented on 2020-04-17 04:10 (UTC)
hi, files are not passing sha256sum validation
==> Validating source files with sha256sums...
Minecraft.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: minecraft
yurikoles commented on 2020-04-04 16:52 (UTC) (edited on 2020-05-27 19:38 (UTC) by yurikoles)
PRs are welcome here: https://github.com/yurikoles-aur/minecraft
Unfortunately the deb file is being updated in place and I can't find a link to versioned deb file, so bad checksum means that package was updated. In case you want to solve checksum error yourself just run updpkgsums
from community/pacman-contrib
.
CerberPup commented on 2020-04-01 15:52 (UTC)
For anyone having issues with skins tab. just link required libraries to directory where launcher is looking for
sudo mkdir -p /opt/minecraft-launcher/swiftshader
sudo ln -s /lib64/libEGL.so /opt/minecraft-launcher/swiftshader/libEGL.so
sudo ln -s /lib64/libGLESv2.so /opt/minecraft-launcher/swiftshader/libGLESv2.so
sim590 commented on 2020-03-31 23:45 (UTC)
SKins are not working. The app says that the system doesn't support WebGL.
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.