The issue of a corrupted DLL/EXE.XML (NOT used by our products) was supposed to be fixed in P3D 4.1/4.2 so, it's not likely that.
Instead, just ensuring the VC++ libraries are "up to date" doesn't really ensure they are *working* and, our software requires both the VC++ 2013 and 2015 versions of the runtimes and, indirectly, they also require the VC++ 2005 SP1 runtime, which is required by the Simconnect client we link against.
So, as explained in all other posts about the VC++ libraries, the usual solution to cause VC++ issues is:
- Uninstall ALL versions (x86 and x64) of the 2005, 2013 and 2015 runtimes.
- Download them again from the MS site. The 2005 version must be the 2005 SP1, and download both the x86 and x64 versions. Here's the links:
VC++ 2005 SP1https://www.microsoft.com/en-us/download/details.aspx?id=5638VC++ 2013https://www.microsoft.com/en-us/download/details.aspx?id=40784VC++ 2015https://www.microsoft.com/en-us/download/details.aspx?id=53587- Install them ALL, both the x86 and x64 versions and restart Windows. The links are for the English version, you might require to download other language versions, if your Windows is not English.
Also, your message is not very clear because, you titled the message as "Addon Manager not showing up", but in the message you say it's Couatl which is not starting automatically. So, which one is which ? Are you missing both, or just one of them ?
And, as discussed in all other thread about missing menus, it's NOT enough to just disable the antivirus. If the antivirus is the cause of the problem, you MUST do as follows:
- Download and install with the antivirus disabled.
- CONFIGURE the antivirus to exclude the whole Addon Manager folder from scanning before starting the sim.
If still doesn't work, it's possible your issue is instead the Simconnect client missing in the sim, which is not normal, since our installer obviously install it, but it's possible that one might end up missing/corrupted for the same reasons of the VC++ libraries. To reinstall it, launch this file:
Prepar3D v4\redist\Interface\FSX-SP2-XPACK\retail\lib\SimConnect.MSI
If still doesn't work, then you reinstalled everything required to run, so you are back at square one: check the antivirus and reinstall, because there are no other reasons for the software not running. It's either the antivirus, or the missing libraries.
If all the above doesn't workIf that doesn't work, you should do the following to enable Logging:
- open the Notepad and type the following on a new blank file:
logFile=couatl.log
(please note logFile is written beginning with a lower case L and a capital F )
- Save the file as couatl.ini in the %APPDATA%\Virtuali folder
- Delete %PROGRAMDATA%\Virtuali again
- Run the sim, then exit after it disappear after the cache recreation.
- Check your %APPDATA%\Virtuali folder and if there's a Couatl.LOG file there, post its content
- DO NOT copy the file in a message, but use the "Attach" function of the forum to ZIP the log file and Attach it to a post.