-
Notifications
You must be signed in to change notification settings - Fork 55
Troubleshooting
- Your Antivirus tool may prevent AML from accessing the Steam API. Especially "Comodo Cloud Antivirus" has been known to cause issues.
The Steamworks documentation gives 3 reasons why this might happen:
- The Steam client isn't running. A running Steam client is required to provide implementations of the various Steamworks interfaces.
- The Steam client couldn't determine the AppID of the game. Make sure you have steam_appid.txt in your game directory.
- Your application is not running under the same user context as the Steam client, including admin privileges.
In other words make sure that:
- Steam is running
- the file steam_appid.txt exists in the AML folder
- neither (or both) of Steam and AML are running with admin privileges
If an error dialog similar to this is showing up, it is most likely caused by a corrupt .NET framework installation.
This can potentially be fixed by following these instructions. It may be required to completely remove the .net framework, restart and then perform a fresh install.
When starting AML for the first time, it tries to detect the path to the Steam mod folder. If this (for some reason) doesn't work, it may not be able to find any mods and you may be looking at an empty mod list.
Open the settings dialog Options->Settings from the main menu and check the mod folders. It should contain a folder similar to this
<steam folder>\steamapps\workshop\content\268500
where <steam folder>
depends on the location of the steam library folder where XCOM 2 has been installed. The default
library folder location is c:\program files(x86)\steam
, But it may as well be something like d:\steamgames\
if you have another steam library folder on drive d:.
You are welcome to visit our Discord channel on the XCOM 2 Modding Server for questions or suggestions.