Skip to content
Miepee edited this page Nov 12, 2022 · 7 revisions

Which platforms are supported?

The supported platforms are Windows (x86/x64) and Linux (x64).
Arm and other architectures of the above mentioned OS aren't able to play AM2R natively, and thus aren't supported either.
Mac is not supported, but we do provide an option to compile for it for testing purposes.
Porting the AM2RLauncher to Android is not feasible.

On Windows I'm getting a LibGit2Sharp exception error!

This is likely your anti-virus interfering with libgit2sharp. Add exceptions to your anti-virus for the AM2RLauncher and its files.
If that didn't work, try deleting the PatchData folder and try again.

I'm getting an error code when providing AM2R 1.1!

  • MissingOrInvalidAM2RExe
    The AM2R.exe file could not be found in your zip, or it does not match the following MD5 hash: 15253f7a66d6ea3feef004ebbee9b438
  • MissingOrInvalidD3DX9_43Dll
    The D3DX9_43.dll file could not be found in your zip, or it does not match the following MD5 hash: 86e39e9161c3d930d93822f1563c280d
  • MissingOrInvalidDataWin
    The data.win file could not be found in your zip, or it does not match the following MD5 has: f2b84fe5ba64cb64e284be1066ca08ee
  • GameIsInASubfolder
    The zip has the game in a subfolder. The structure should be like this: AM2R_11.zip -> game files but it's like this instead AM2R_11.zip -> folder -> game files

I encountered an error, what do I do?

Ask in the AM2R Discord Server in the AM2R Matrix space (or directly in #am2r-help:matrix.org) or open an issue. Please state as much information as you can (which OS are you on, what were you doing when it happened, etc.) and provide a log file. The less information we have, the harder it is for us to solve the issue.

Where does the does the AM2RLauncher store its logs?

In the Logs folder which is located at the AM2RLauncher's data folder (see below).
AM2RLauncher.log will always be the newest log, and AM2RLauncher.log.7 the oldest.

Where is the configuration file of the AM2RLauncher stored?

  • On Windows, it's stored in the same folder as the executable as AM2RLauncher.exe.Config.
  • On Linux, it's stored in XDG_CONFIG_HOME/AM2RLauncher/config.xml. If XDG_CONFIG_HOME is not set, it will fall back to ~/.config.
  • On Mac, it's stored in ~/Library/Preferences/AM2RLauncher/config.xml.

It's not possible to change where the AM2RLauncher stores its config file.

Where does the AM2RLauncher store its data?

  • On Windows, it's stored in the same folder as the executable.
  • On Linux, it's stored in XDG_DATA_HOME/AM2RLauncher by default. If XDG_DATA_HOME is not set, it will fall back to ~/.local/share.
  • On Mac, it's stored in ~/Library/AM2RLauncher.

You can change where the Launcher stores its data with the AM2RLAUNCHERDATA environment variable, see here for more info.