Table des matières
ARRM Software Download & Installation
Downloads
- Access Changelog: Access Changelog
- Version with installer (setup.exe): ARRM version avec installer (setup.exe) Mirror
- Version without installing (manual copying of files): ARRM Version sans installer (recopie manuelle des fichiers) Mirror
- BETA versions and patches/Bug Fix (executable only): versions BETA et correctifs/bug fix Mirror
- New Templates: New Templates. More templates can be retrieved from the ARRM application via the 'Updates' tab, 'Download new Mix templates' button
- Update of configuration files: Files are regularly updated. If you want to take advantage of it without having to wait for a final version, you can go through the 'Update' tab: Updating configuration files
This is due to a registry issue. This happens when you boot from a blank ARRM (that has never been launched with a version prior to 2.0.2.3)
If you encounter this bug, download this registry key and embed it in your registry.
Unzip and double-click. ARRM should launch correctly after that.
Version 2.0.2.4 will fix this bug and version 2.0.2.3 after 04/09/2024
Thanks to MisterB who reported the bug
Registry for ARRM 2.0.2.3: Registry for 2.0.2.3
Installation
ARRM runs on Windows (7, 8, 10 and 11). It uses the .NET Framework 4.5.2 and Visual C++ Redistributable for Visual Studio 2015. It has been successfully tested on .NET 4.7 and .NET 4.8. It is not compatible with Linux (via Mono or Wine as of May 2019), nor Mac OS.
Before any installation of a new version (except Beta and versions without installing), you must uninstall the previous version. If you have created new templates with a name different from the templates delivered by ARRM, they will be kept during uninstallation.
If you have modified/customized the configuration/parameter files located in '%appadata/nexouille soft/arrm/database' , consider making a backup via the 'Backup configuration files' button in the 'Tools' tab
To install the application, simply run setup.exe (as administrator depending on your configuration) and follow the instructions.
For the Beta, you must have the final version and replace the files with those provided in the zip.
For the versions without installing, just replace the files with those provided in the zip. It is not necessary to uninstall the previous version.
The first time you install ARRM, it is best to use the version with installer.
Here is the solution while waiting for the 2009 version:
Rename the %appdata%\Roaming\Nexouille Soft\arrm\Database\cache_database.mdb_original file to cache_database.mdb and relaunch the application
Since version 1914 Beta 8, you need this:
or
Check that you have installed the x64 & x86 Microsoft Access Database Engine 2013 Redistributable
or
x64 & x86 Microsoft Access Database Engine 2016 Redistributable
(note: you can force an installation with the /quiet switch: accessdatabaseengine.exe /quiet or accessdatabaseengine_x64.exe /quiet)
If it still does not work, use the 32-bit version of ARRM that you will find in the ARRM installation directory (available from version 1916 beta 2). The file is called: Arrm_32bits.exe or Arrm_32bits_1080.exe
If you are using Windows Defender, you must allow the ARRM app in Windows Defender. Follow this link: Allow ARRM.EXE application in Windows Defender
please apply the following: Under windows 10, the program does not display texts and forms correctly
Updates
Available from version 1.9.1.1 beta 9
Regularly files are updated. If you want to enjoy it without having to wait for a final version, you can go through the Update tab
See dedicated section : Update
Uninstallation
To uninstall ARRM, go through the windows application manager. To erase all traces of the application (only necessary if you no longer want to use ARRM):
- Delete the registry key: Hkey_current_user\software\Nex_Arrm
- Delete the directory: %appdata%\nexouille soft\arrm
Avoid display problems
To avoid any display problem (unreadable character, badly sized dialog box, buttons that are not displayed completely), I invite you to apply the modifications present in the section
Change Roms and Bezels paths before running ARRM
For one reason or another, you sometimes work on different Roms and Bezels directories than the original ones. To avoid having to search ARRM for paths, you can create a command file that will set the registry keys with the correct values and launch ARRM. You can thus create a file with the original paths and a file with your specific paths. It is up to you to launch the correct command file.
Example with an ARRM_launcher_original.cmd file
Rem change paths in registry before launching ARRM. Rem Rem path_roms is path to roms folder (eg: \\batocera\share\roms) Rem path_root_recalbox is path for bezels (eg: \\batocera\share) Rem reg add HKCU\Software\Nex_Arrm /t REG_SZ /v "recalbox_root_path" /d "\\batocera\share" /f reg add HKCU\Software\Nex_Arrm /t REG_SZ /v "path_roms" /d "\\batocera\share\roms" /f Rem Rem Starting ARRM Rem "C:\Program Files (x86)\Nexouille Soft\Arrm\Arrm.exe"
Example with an ARRM_launcher_specific.cmd file
Rem change paths in registry before launching ARRM. Rem Rem path_roms is path to roms folder (eg: \\recalbox\share\roms) Rem path_root_recalbox is path for bezels (eg: \\recalbox\share) Rem reg add HKCU\Software\Nex_Arrm /t REG_SZ /v "recalbox_root_path" /d "z:\roms" /f reg add HKCU\Software\Nex_Arrm /t REG_SZ /v "path_roms" /d "z:\" /f Rem Rem Starting ARRM Rem "C:\Program Files (x86)\Nexouille Soft\Arrm\Arrm.exe"
In the same way you can modify other registry keys.
As of version 1.9.2.8 beta 2, you can also use Profiles to manage specific configurations. See: Manage scrape profiles