September 24, 20205 yr 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. ----------------------------------------
September 24, 20205 yr 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. B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
September 24, 20205 yr 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
September 24, 20205 yr Commercial Member Can you reproduce it with a specific trigger? B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
September 24, 20205 yr Author Right now I tested only with Pushback and FlighCrew. Same error Message. Testing with FlightCrew only next
September 24, 20205 yr Commercial Member Try running this... It's a NET repair tool: https://support.microsoft.com/en-us/help/2698555/microsoft-net-framework-repair-tool-is-available B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
September 24, 20205 yr Author Thanks. Will give it a try. Trying as flight without any other apps right now.
September 24, 20205 yr Author Interesting Observation. FlightCrew + Pushback Express leads to a CTD. Either app standalone.... no problem. Next test will be with Flightcrew and Navigraph.
September 25, 20205 yr Commercial Member In our testing, we run Pushback Express and Flight Express at the same time, as have many of the people in the multiple YouTube videos on the internet. Did you run the .Net repair tool? B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
September 25, 20205 yr 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 September 25, 20205 yr 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!
September 25, 20205 yr Author Was able to test all apps and settings. Looks like the repair worked. Everything works as expected. Thanks!
September 25, 20205 yr Commercial Member Glad you got it sorted 😉 B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
Archived
This topic is now archived and is closed to further replies.