@Feakster This minecraft launcher isn't a jar file like the old one was, it's an Electron linux x86_64 executable. True enough that the jar file was more portable between architectures
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 54 Next › Last »
jpegxguy commented on 2020-02-18 13:00 (UTC)
Feakster commented on 2020-02-18 11:47 (UTC)
The older version of this launcher at https://aur.archlinux.org/packages/minecraft/ had arch=(any)
set in the PKGBUILD file. Is there a reason this build needs arch=('x86_64')
set? I thought part of the point of java was that it could be cross-platform and cross-architecture.
Feakster commented on 2020-02-16 12:51 (UTC)
I just tried running this on Manjaro ARM using openjdk-13, but the following error was generated:
[12:50:42 INFO]: Getting syncinfo for selected version
[12:50:42 INFO]: Queueing library & version downloads
[12:50:42 FATAL]: Unhandled exception in thread Thread[pool-2-thread-2,5,main]
com.google.gson.JsonSyntaxException: duplicate key: null
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:191) ~[Minecraft.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:146) ~[Minecraft.jar:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93) ~[Minecraft.jar:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172) ~[Minecraft.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:795) ~[Minecraft.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:761) ~[Minecraft.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:710) ~[Minecraft.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:682) ~[Minecraft.jar:?]
at net.minecraft.launcher.updater.RemoteVersionList.getCompleteVersion(RemoteVersionList.java:32) ~[launcher.jar:1.6.89-j]
at net.minecraft.launcher.updater.MinecraftVersionManager.getLatestCompleteVersion(MinecraftVersionManager.java:213) ~[launcher.jar:1.6.89-j]
at net.minecraft.launcher.updater.MinecraftVersionManager.getLatestCompleteVersion(MinecraftVersionManager.java:37) ~[launcher.jar:1.6.89-j]
at com.mojang.launcher.game.runner.AbstractGameRunner.playGame(AbstractGameRunner.java:67) ~[launcher.jar:1.6.89-j]
at net.minecraft.launcher.game.GameLaunchDispatcher$1.run(GameLaunchDispatcher.java:111) ~[launcher.jar:1.6.89-j]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:830) [?:?]
chenjunyu19 commented on 2020-01-27 06:48 (UTC)
From Google Translate:
For me, as of version 2.1.11314-1, skin management is still not working. By looking at the terminal output, you can see that the launcher is missing some library files.
To solve this problem, first make sure that you have the libglvnd
package installed, and then you can use the following command to link the libraries in your system into theminecraft-launcher
folder.
Alternatively, if you have other CEF / Electron applications (such as visual-studio-code-bin
), you can simply copy the swiftshader
folder from these applications into the minecraft-launcher
folder.
中文原文:
对于我来说,截至版本 2.1.11314-1,皮肤管理仍不能正常工作。通过观察终端输出,你可以发现启动器缺少了一些库文件。
要解决这个问题,首先确保你已经安装了 libglvnd
软件包,然后可以使用下面的命令将系统中的库链接到 minecraft-launcher
文件夹中。
或者,如果你有其他 CEF / Electron 应用程序(例如 visual-studio-code-bin
),你可以简单地将这些应用程序中的 swiftshader
文件夹复制到 minecraft-launcher
文件夹中。
# mkdir /opt/minecraft-launcher/swiftshader
# ln -s /usr/lib/libEGL.so /opt/minecraft-launcher/swiftshader/
# ln -s /usr/lib/libGLESv2.so /opt/minecraft-launcher/swiftshader/
sprinter89 commented on 2019-11-30 23:19 (UTC) (edited on 2019-11-30 23:21 (UTC) by sprinter89)
Actually, in the dependency solving state, openjdk8 must be installed to properly execute minecraft. So, I timidly suggest forcing java version to 8.
petr commented on 2019-11-30 11:45 (UTC)
Yes, gconf is required. Something inside CEF needs it. And it's not trivial to get rid of it.
audrius commented on 2019-11-20 22:30 (UTC)
Is gconf dependency really required? Currently this is single package which pulls gconf (with python2) in my system.
gkun commented on 2019-10-27 16:28 (UTC)
I recently wasn't able to launch minecraft after a Java upgrade (java would fill up the memory and not start the game when I clicked on "play" from the launcher).
I'm using jre8-openjdk (java 8) which was running fine until version 8.u212-1, 8.u232-1 wouldn't start the game. Did anyone else have the same issue?
aurifier commented on 2019-10-25 03:37 (UTC)
I just upgraded from a really old version of the launcher, but I'm getting this now when I start the launcher:
** GLib:ERROR:../glib/glib/goption.c:1837:platform_get_argv0: assertion failed: (memchr (cmdline, 0, len)) Bail out! GLib:ERROR:../glib/glib/goption.c:1837:platform_get_argv0: assertion failed: (memchr (cmdline, 0, len)) Aborted (core dumped)
Any ideas what's wrong with my system?
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.