-
Notifications
You must be signed in to change notification settings - Fork 19
FAQ
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.
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.
- MissingOrInvalidAM2RExe
TheAM2R.exe
file could not be found in your zip, or it does not match the following MD5 hash:15253f7a66d6ea3feef004ebbee9b438
- MissingOrInvalidD3DX9_43Dll
TheD3DX9_43.dll
file could not be found in your zip, or it does not match the following MD5 hash:86e39e9161c3d930d93822f1563c280d
- MissingOrInvalidDataWin
Thedata.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 insteadAM2R_11.zip -> folder -> game files
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.
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.
- 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
. IfXDG_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.
- On Windows, it's stored in the same folder as the executable.
- On Linux, it's stored in
XDG_DATA_HOME/AM2RLauncher
by default. IfXDG_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.