Package Details: am2rlauncher 2.3.0-1

Git Clone URL: https://aur.archlinux.org/am2rlauncher.git (read-only, click to copy)
Package Base: am2rlauncher
Description: Application for installing the latest Community Updates, APKs and Mods for AM2R.
Upstream URL: https://github.com/AM2R-Community-Developers/AM2RLauncher
Keywords: c# frontend game gtk launcher patcher
Licenses: GPL3
Conflicts: am2rlauncher-git
Submitter: miepee
Maintainer: miepee
Last Packager: miepee
Votes: 4
Popularity: 0.000000
First Submitted: 2021-09-27 08:30 (UTC)
Last Updated: 2022-11-01 07:46 (UTC)

Latest Comments

kohlrak commented on 2025-12-29 01:51 (UTC)

I'm unsure the reason, but it'll successfully create an appImage, but when hitting play it fails to actually run it. When running manually through the terminal, the appImage works.

nicnac commented on 2025-05-22 16:35 (UTC)

Needed to additionally install lib32-openssl-1.1 to get initial runtime download to work.

<deleted-account> commented on 2024-04-25 19:40 (UTC)

Excuse me, but it would seem that we're short a dependency: lib32-libglvnd.

The Launcher would run and build the AppImage of the game (in ~/.local/share/AM2Launcher-andsoforth), but it would silently fail starting the game when I would click "Play". Starting the AppImage straight from the terminal would make it blurt that it could not find and load a library named libGL.so.0. The 64-bit version was already present, the 32-bit one was not. Installing lib32-libglvnd made the game start without any further hassle, both directly from a terminal as well as from the Launcher.

miepee commented on 2022-05-13 07:45 (UTC) (edited on 2022-05-13 07:51 (UTC) by miepee)

@Beelzebielsk sorry for the late reply.

dotnet-host is a dependency of dotnet-runtime, so I thought I wouldn't need to specify it. I'll go push an update in a second, will edit this comment when it's fixed.

EDIT: Fixed for both am2rlauncher and am2rlauncher-git.

Beelzebielsk commented on 2022-04-16 10:48 (UTC) (edited on 2022-04-16 10:48 (UTC) by Beelzebielsk)

I think this is missing a dependency of dotnet-host. I tried running the launcher and got this error:

$ AM2RLauncher
A fatal error occurred. The required library libhostfxr.so could not be found.
If this is a self-contained application, that library should exist in [/opt/am2rlauncher/].
If this is a framework-dependent application, install the runtime in the global location [/usr/share/dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location or register the runtime location in [/etc/dotnet/install_location].

The .NET runtime can be found at:
  - https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=arch-x64&apphost_version=5.0.12

And installing dotnet-host fixed it.

lualuv897 commented on 2022-04-10 22:38 (UTC)

Seems to work as intended. Thanks for maintaining the launcher. The other version is one year outdated.

miepee commented on 2022-01-07 18:49 (UTC) (edited on 2022-01-07 18:49 (UTC) by miepee)

@ThatOneSeong fixed!

miepee commented on 2021-11-18 13:44 (UTC) (edited on 2021-11-18 13:52 (UTC) by miepee)

Hi, addressed it in the upstream repo (see here ). Will do a new Launcher release in the next couple of days, so currently suggesting to launch it with AM2RLauncher --roll-forward LatestMajor, install dotnet-runtime-5.0-bin or to use am2rlauncher-git.

ThatOneSeong commented on 2021-11-15 02:55 (UTC) (edited on 2021-11-15 02:56 (UTC) by ThatOneSeong)

Currently with updated dotnet-runtime 6.x, AM2RLauncher exits with:

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found.
  - The following frameworks were found:
      6.0.0 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

You can resolve the problem by installing the specified framework and/or SDK.

Until this is addressed upstream, the problem can be resolved by symlinking /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.0 to /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.0