If you have jdk7 installed the only form to fun minecraft is export LD_LIBRARY_PATH="/opt/java/jre/lib/amd64" java -jre minecraft.jar
is possible to add any thipe of workaround for it in a 64bit machine runing jdk7/jre7???
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: | 1097 |
Popularity: | 2.79 |
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)
- 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, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 52 Next › Last »
<deleted-account> commented on 2012-10-28 04:30 (UTC)
BombStrike commented on 2012-08-23 02:33 (UTC)
@Willrandship Yes it would indeed be nice, but that's not possible as the .minecraft directory created in the user home is done by the minecraft launcher itself and there is no "clean" way for me to act upon it (unless modifying/injecting code in the launcher, but that souldn't be done in a "vanilla" package). The best I could do is provide a small script, like minecraft-fix-lwjgl.sh that would do it, if you are fine with this.
Babets commented on 2012-08-17 10:35 (UTC)
I agree with Willrandship proposal :)
<deleted-account> commented on 2012-08-15 00:15 (UTC)
I'm getting stuck on the loading screen, it says "Done loading" and then it doesn't load anything. I've tried downloading LWGKJL or deleting the .minecraft folder (that doesn't have files on it, just the bin folder).
synthead commented on 2012-08-09 01:16 (UTC)
You have an error in your LD_LIBRARY_PATH export. By stating LD_LIBRARY_PATH="$LD_LIBRARY_PATH: ... ", you're giving path precedence to the original LD_LIBRARY_PATH. We want to have the jdk7 libraries take priority over the broken ones, so it should be added last.
This is a source package that includes the LD_LIBRARY_PATH fix (tested working) as well as some package cleanup: http://8bitboobs.com/stuff/minecraft-latest-19.src.tar.gz Please make sure your environment is set correctly for jdk7. If echo $LD_LIBRARY_PATH displays anything about jdk6, log out and log back in.
Willrandship commented on 2012-08-04 19:11 (UTC)
It might be a good idea to depend on lwjgl (also AUR) and do a symlink to the .minecraft/bin/natives directory. It should fix a lot of people's LWGJL woes.
BombStrike commented on 2012-08-03 09:37 (UTC)
Indeed, now I get the invalid checksum, sorry about that. Updating now
JonnyJD commented on 2012-08-03 09:29 (UTC)
Not really sure what you downloaded and what you testet, but:
http://www.minecraft.net/download/minecraft.jar (in the source array of the PKGBUILD)
AND
https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar (which is the final destination after 302)
have this md5sum (from where I download, possibly different due to some CDN):
bb99785000fdb3ebadd61a4a347fa042
(proxy/caching problem?)
The md5 in your PKGBUILD (-17) is:
3ce30e0c30d145ebfafda83d361bc2cc
Yes, possibly the old launcher still works to update the game itself to 1.3.1. We still need to update the PKGBUILD as the md5sum has changed for the url we have in the source array. It is not up to us to decide that this launcher update "isn't worth it".
For somebody installing the package from the AUR (without the old jar) it just doesn't work.
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.