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/
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.