Package Details: minecraft-launcher 1:2.1.3-2

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: 1106
Popularity: 7.98
First Submitted: 2017-01-18 14:17 (UTC)
Last Updated: 2025-03-22 14:57 (UTC)

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:

$ minecraft-launcher
sh: line 1: orca: command not found
Created browser window for reuse: 0x1600004
[34399:34552:0308/133050.212343:ERROR:mime_util_xdg.cc(137)] Invalid mime.cache file does not contain null prior to ALIAS_LIST_OFFSET=44
[34399:34552:0308/133055.416488:ERROR:cast_crl.cc(443)] CRL - Verification failed.

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.

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 54 Next › Last »

sim590 commented on 2020-03-31 23:45 (UTC)

SKins are not working. The app says that the system doesn't support WebGL.

prismavoid08 commented on 2020-03-29 19:18 (UTC)

I downloaded this launcher for Arch, but I am having the problem that every few seconds the player will turn instantly and be facing in a random direction, basically making the game unplayable. I had the same problem recently in Manjaro and I'm not sure how to fix it.

gustafla commented on 2020-03-29 15:09 (UTC)

It seems the launcher requires gconf, which is obsolete and not available in the main Arch repo, to run at all. I tried to remove the dependency from the PKGBUILD but it wouldn't run before installing gconf from AUR.

Bramken commented on 2020-03-28 11:45 (UTC)

For anyone who want to use this launcher, it work great up to the 1.14.3. But if you try to play in 1.14.4 or higher than that it wont work.

Bramken commented on 2020-03-28 11:02 (UTC) (edited on 2020-03-28 11:08 (UTC) by Bramken)

When i try to execute the launcher in terminal this is what i get :

minecraft-launcher 
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
[1]    11433 abort (core dumped)  minecraft-launcher
Do you have any idea of where the error is coming from please ? To install the package i did like in the wiki.

Ordoviz commented on 2020-03-24 06:00 (UTC)

@milaskiller Try installing it using the official method. Open a terminal and type:

git clone https://aur.archlinux.org/minecraft-launcher.git
cd minecraft-launcher
makepkg -si

If any errors occur during this process, we are more likely to help you.

milaskiller commented on 2020-03-23 08:56 (UTC)

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

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?