hi could anyone help me. i keep having this problem where it cant find the tatget. then it refrenses where the tar.gz file is. https://imgur.com/02TsSBs.png
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: | 1105 |
Popularity: | 5.76 |
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-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- 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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 54 Next › Last »
milaskiller commented on 2020-03-23 08:56 (UTC)
chenjunyu19 commented on 2020-03-20 06:24 (UTC)
@petr Maybe you need to change the code looking up the libraries?
chenjunyu19@chenjunyu19-Linux ~> pacman -Q libglvnd
libglvnd 1.3.1-1
chenjunyu19@chenjunyu19-Linux ~> minecraft-launcher
[0320/141519.497430:ERROR:gl_implementation.cc(241)] Failed to load /opt/minecraft-launcher/swiftshader/libGLESv2.so: /opt/minecraft-launcher/swiftshader/libGLESv2.so: 无法打开共享对象文件: 没有那个文件或目录
[0320/141519.500106:ERROR:gpu_child_thread.cc(254)] Exiting GPU process due to errors during initialization
[0320/141519.893732:ERROR:gl_implementation.cc(241)] Failed to load /opt/minecraft-launcher/swiftshader/libGLESv2.so: /opt/minecraft-launcher/swiftshader/libGLESv2.so: 无法打开共享对象文件: 没有那个文件或目录
[0320/141519.895469:ERROR:gpu_child_thread.cc(254)] Exiting GPU process due to errors during initialization
[0320/141520.309888:ERROR:gl_implementation.cc(241)] Failed to load /opt/minecraft-launcher/swiftshader/libGLESv2.so: /opt/minecraft-launcher/swiftshader/libGLESv2.so: 无法打开共享对象文件: 没有那个文件或目录
[0320/141520.311888:ERROR:gpu_child_thread.cc(254)] Exiting GPU process due to errors during initialization
[0320/141520.711561:ERROR:gl_implementation.cc(241)] Failed to load /opt/minecraft-launcher/swiftshader/libGLESv2.so: /opt/minecraft-launcher/swiftshader/libGLESv2.so: 无法打开共享对象文件: 没有那个文件或目录
[0320/141520.713662:ERROR:gpu_child_thread.cc(254)] Exiting GPU process due to errors during initialization
petr commented on 2020-03-16 13:59 (UTC)
Updated to current release.
RE skins not working:
It works for me without any of the symlinking/copying. Are you sure that's necessary? Or is just adding libglvnd
as a dependency enough?
niva commented on 2020-03-16 10:47 (UTC)
Hm, it is a popular packet and out of date for quite some time. :(
gardenappl commented on 2020-03-12 11:07 (UTC)
It would be very cool if you implemented the changes suggested by @chenjunyu19 into the PKGBUILD.
cobol72 commented on 2020-03-08 16:31 (UTC)
The latest version is now 2.1.2464. Change your PKGBUILD variables as follows: pkgver=2.1.12464 Change the first sha256sum to: 63bc6f0b8f8a387f7f49da8f75466502ef226777221e877e9c842b1a76702fcd
cobol72 commented on 2020-03-08 16:28 (UTC) (edited on 2020-03-08 16:29 (UTC) by cobol72)
Accidentally deleted my previous comment. Basically said that that's all we need to do here as well, just the author isn't around to bump the version at the moment. I've emailed him and we'll see if he's able to update it.
Nexxuz commented on 2020-03-06 17:20 (UTC) (edited on 2020-03-06 17:21 (UTC) by Nexxuz)
Is there a reason we are not just modifying the version, like the GitKraken package https://aur.archlinux.org/packages/gitkraken/ , in the PKGBUILD?
cobol72 commented on 2020-02-24 20:55 (UTC)
A new version was just pushed. Until the AUR is updated, you can set the pkgver to 2.1.12308.
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.