Author Topic: COUATL error in P3D2.1  (Read 9440 times)

WR269

  • Newbie
  • *
  • Posts: 8
COUATL error in P3D2.1
« on: February 13, 2014, 10:56:01 am »
Jut downloaded the updated installers for P3D2.1, it all installs fine, but then nothing shows in Add Ons menu.

I can see the correct entries in EXE.DLL and DLL.XML but still nothing shows.

I always download and install with antivirus disabled.

When I manually select COUATL.exe i get the following error:

"The application has failed to start because its side by side configuration is incorrect. Please see the application event log or use the command line sxstrace.exe tool for more detail".

This is the first time I have had this problem....have tried reinstalling several times.


virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50686
    • VIRTUALI Sagl
Re: COUATL error in P3D2.1
« Reply #1 on: February 13, 2014, 02:28:31 pm »
"The application has failed to start because its side by side configuration is incorrect. Please see the application event log or use the command line sxstrace.exe tool for more detail".

This is the first time I have had this problem....have tried reinstalling several times.

Reinstalling any of our software won't fix this because, as the message says, your problem in your Windows Side-by-Side libraries. Most likely, the problem is in your MS VC++ 2005 runtimes, which are missing/corrupted or have a similar problem.

The issue is, you can have many versions of the 2005 runtimes, needed by different products, and you can even different versions of other VC++ runtimes (like 2008 or 2010) and there are even known issues of possible problems of newer versions (ex. 2008) causing issues with older versions like the 2005, which is needed both by all our products (and by FSX too)

Try this:

- Go in the Windows control panel, and Uninstall ALL the instances of the Visual Studio 2005 redistributable runtimes. You might have more than one version: remove them all.

- Then, after removing everything related to VS2005, reinstall again these 3 files:

http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26347

AFTER installing all the runtimes, it could be useful running Windows Update and update everything, including the optional downloads.

Er!k

  • Full Member
  • ***
  • Posts: 160
Re: COUATL error in P3D2.1
« Reply #2 on: February 13, 2014, 07:25:46 pm »
Hi Umberto,

Same issue here on Windows 7 x64. Here is what I have done so far:
- Removed GSX and the Addon Manager
- Removed every C++2005 entry
- Rebooted the PC
- Installed the files
- Rebooted
- Did all the updates
- Rebooted
- Install GSX again

Unfortunately no luck... Do I have to do the same steps for the 2008 and 2010 libraries?

overflow

  • Newbie
  • *
  • Posts: 11
Re: COUATL error in P3D2.1
« Reply #3 on: February 13, 2014, 09:35:15 pm »
same Problem here

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50686
    • VIRTUALI Sagl
Re: COUATL error in P3D2.1
« Reply #4 on: February 13, 2014, 09:40:28 pm »
I can only repeat and confirm the problem is in your VC++ runtimes, that error message is very clear about this. And I can confirm that on a system that doesn't have pre-existing problems, this doesn't happen.

Yes, it's possible that having other versions of the runtimes, like the 2008, might cause problems to an installation of the 2005 version, there was an earlier version of the 2008 runtime which broke the 2005 version, so you might try removing that one in addition to the 2005 versions, then reinstalling the 2005 version only first, to see if this fix the problem.

overflow

  • Newbie
  • *
  • Posts: 11
Re: COUATL error in P3D2.1
« Reply #5 on: February 13, 2014, 09:44:17 pm »
No coutl.exe search for FSX components, but i have no FSX!

Quote

INFORMATION: Startet die Assemblierungssuche.
            INFORMATION: Die Assemblierung in WinSxS wurde nicht gefunden.
            INFORMATION: Versuch, ein Manifest unter "C:\WINDOWS\assembly\GAC_32\Microsoft.FlightSimulator.SimConnect\10.0.61259.0__67c7c14424d61b5b\Microsoft.FlightSimulator.SimConnect.DLL" zu finden.
            INFORMATION: Versuch, ein Manifest unter "F:\Programme\Lockheed Martin\Prepar3D v2\fsdreamteam\couatl\Microsoft.FlightSimulator.SimConnect.DLL" zu finden.
            INFORMATION: Versuch, ein Manifest unter "F:\Programme\Lockheed Martin\Prepar3D v2\fsdreamteam\couatl\Microsoft.FlightSimulator.SimConnect.MANIFEST" zu finden.
            INFORMATION: Versuch, ein Manifest unter "F:\Programme\Lockheed Martin\Prepar3D v2\fsdreamteam\couatl\Microsoft.FlightSimulator.SimConnect\Microsoft.FlightSimulator.SimConnect.DLL" zu finden.
            INFORMATION: Versuch, ein Manifest unter "F:\Programme\Lockheed Martin\Prepar3D v2\fsdreamteam\couatl\Microsoft.FlightSimulator.SimConnect\Microsoft.FlightSimulator.SimConnect.MANIFEST" zu finden.
            INFORMATION: Es wurde kein Manifest für die Kultur "Neutral" gefunden.
         INFORMATION: Beendet die Assemblierungssuche.
   FEHLER: Der Verweis "Microsoft.FlightSimulator.SimConnect,processorArchitecture="x86",publicKeyToken="67c7c14424d61b5b",type="win32",version="10.0.61259.0"" kann nicht aufgelöst werden.
FEHLER: Bei der Generierung des Aktivierungskontextes ist ein Fehler aufgetreten.
Beendet die Generierung des Aktivierungskontextes.

Tested with SxsTrace

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50686
    • VIRTUALI Sagl
Re: COUATL error in P3D2.1
« Reply #6 on: February 13, 2014, 09:48:29 pm »
No coutl.exe search for FSX components, but i have no FSX

That's interesting. Yes, of course Simconnect is also a Side-by-side library, and if you never installed FSX on your system, you are missing the FSX part of the Simconnect client.

Try this download HERE. Unzip it, then run SimConnect.msi
« Last Edit: February 13, 2014, 09:53:11 pm by virtuali »

overflow

  • Newbie
  • *
  • Posts: 11
Re: COUATL error in P3D2.1
« Reply #7 on: February 13, 2014, 09:50:54 pm »
The site of the link not exist ???

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50686
    • VIRTUALI Sagl
Re: COUATL error in P3D2.1
« Reply #8 on: February 13, 2014, 09:53:29 pm »
Fixed.

overflow

  • Newbie
  • *
  • Posts: 11
Re: COUATL error in P3D2.1
« Reply #9 on: February 13, 2014, 09:56:55 pm »
I test it answer then later

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50686
    • VIRTUALI Sagl
Re: COUATL error in P3D2.1
« Reply #10 on: February 13, 2014, 09:57:48 pm »
Note that, this seems to be a problem happened when you installed P3D, look in the LM forum here:

http://www.prepar3d.com/forum-5/?mingleforumaction=viewtopic&t=5504

P3D DOES come with the FSX Simconnect libraries, for the precise reason to allow backward compatibility with FSX Simconnect clients, and they are supposed to be installed automatically.

They are located in these folders

\Lockheed Martin\Prepar3D v2\redist\Interface\FSX-SP1\retail\lib
\Lockheed Martin\Prepar3D v2\redist\Interface\FSX-SP2-XPACK\retail\lib

If for some reason they haven't been installed automatically by the P3D installer, you might try launching the .MSI files in those folders.

Er!k

  • Full Member
  • ***
  • Posts: 160
Re: COUATL error in P3D2.1
« Reply #11 on: February 13, 2014, 10:06:56 pm »
This last suggestion did the trick for me! Many thanks  :)

overflow

  • Newbie
  • *
  • Posts: 11
Re: COUATL error in P3D2.1
« Reply #12 on: February 13, 2014, 10:27:40 pm »
Yep many thanks