Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CTD MSFS 2020

Featured Replies

Hi all,

getting CTD with Flight Crew A320. Looks like SimConnect and FS2Crew haver some issues. HAd this now for several times. Any idea how to sove this?

System.Runtime.InteropServices.COMException (0xC000014B): Ausnahme von HRESULT: 0xC000014B
   bei System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   bei Microsoft.FlightSimulator.SimConnect.SimConnect.ReceiveDispatch(SignalProcDelegate pfcnSignal)
   bei Microsoft.FlightSimulator.SimConnect.SimConnect.ReceiveMessage()
   bei Flight_Crew_A32_.Form1.DefWndProc(Message& m)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9151 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
Flight Crew A320_x86
    Assembly-Version: 1.1.0.0.
    Win32-Version: 1.1.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/Flight%20Crew%20A320/Flight%20Crew%20A320_x86.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9149 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9149 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9149 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9153 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9149 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9151 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
RAG.Library.Framework2
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/Flight%20Crew%20A320/RAG.Library.Framework2.DLL.
----------------------------------------
Microsoft.FlightSimulator.SimConnect
    Assembly-Version: 10.0.61259.0.
    Win32-Version: 10.0.61637.0 (FSX-Xpack.20070926-1421).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/Microsoft.FlightSimulator.SimConnect/10.0.61259.0__31bf3856ad364e35/Microsoft.FlightSimulator.SimConnect.dll.
----------------------------------------
msvcm80
    Assembly-Version: 8.0.50727.9672.
    Win32-Version: 8.00.50727.9672.
    CodeBase: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9672_none_d08f9da24428a513/msvcm80.dll.
----------------------------------------
irrKlang.NET2.0
    Assembly-Version: 1.6.0.0.
    Win32-Version: .
    CodeBase: file:///C:/Program%20Files%20(x86)/Flight%20Crew%20A320/irrKlang.NET2.0.DLL.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.9149 (WinRelRS6.050727-9100).
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

 

  • Commercial Member

We have a very large user base, so I don't think it's on our side, unless you can give me something that I can reproduce on my side.

Are you using VPilot or anything?

Exception from HRESULT: 0xc000014B error - The 0xc000014B is a "broken pipe" exception. A pipe is a communication channel between two applications (such as FSX and an addon program like vpilot). SimConnect offers addons the possibility to use pipes to communication with FSX. A "broken pipe" is a situation where one of the pipes no longer exists, while the other tries to communicate using the pipe. A typical scenario would be fsx crashing and then VPilot or ASN or OPUS tried to use the pipe (communications channel) and the “pipe” was broken. The 014B exception would then occur.

  • Author

Hi Byork,

thanks for the quick follow up. I do understand your point. Probably you can point me in the right direction...

I am using the following apps:

- FlightCrew A320

- Pushback Express

- Navigraph Charts

- SimToolKit Pro

all on the latest release.

 

Thanks

S

  • Author

Right now I tested only with Pushback and FlighCrew. Same error Message. Testing with FlightCrew only next

  • Author

Thanks. Will give it a try. Trying as flight without any other apps right now.

  • Author

Interesting Observation. FlightCrew + Pushback Express leads to a CTD. Either app standalone.... no problem. Next test will be with Flightcrew and Navigraph.

  • Author

did it last night, will be testing again today

I use flight crew on every flight together with A32NX project, and have had zero problems. Double check any other addons you are using, because some crash msfs. I have removed most of them apart from livery and a32nx. To be honest I can no longer see the point of using scenery fixes in FS, as Asobo are already living up to their word regarding updating areas to N.Y. spec. It will only take a few months before all the scenery is fixed.

 

Edited by SierraHotel

AMD Ryzen 7 3700X 4.2 32 gig ram, Nvidia RTX3060 12 gig, Intel 760 SSD M2 NVMe 512 gig, M2NVMe 1Tbt (OS) M2NVMe 2Tbt (MSFS) Crucial MX500 SSD (Backup OS). VR Oculus Quest 2 Windows 11 25H2 

YouTube:- https://www.youtube.com/channel/UC96wsF3D_h5GzNNJnuDH3WQ   2k+ Videos & Streams

BATC and FSFO FB Group:- https://www.facebook.com/groups/1571953959750565 Flight Sim First Officer (FSFOv6) and SoFly Beta Tester

Reality Is For People Who Can't Handle Simulation!

 

  • Author

Was able to test all apps and settings. Looks like the repair worked. Everything works as expected. Thanks!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.