June 2, 201610 yr Hi there, Hoping someone can help - I've been getting some very annoying CTDs from FSX recently, which seem to happen whenever I either 'end flight' or do something which requires a change of aircraft. The application either freezes or just crashes out. The details of the error are: System.Runtime.InteropServices.COMException (0xC000014B): Exception from HRESULT: 0xC000014B at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.FlightSimulator.SimConnect.SimConnect.RequestDataOnSimObjectType(Enum RequestID, Enum DefineID, UInt32 dwRadiusMeters, SIMCONNECT_SIMOBJECT_TYPE type) at bo.v() at bz.g(Object A_0, EventArgs A_1) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) I have to be honest I know very little about simconnect, and this error doesn't really mean anything to me. If someone can shed some light on what it means, and how I might go about fixing it, that would be greatly appreciated, Kind regards, Tim
June 4, 201610 yr Commercial Member Hi, this error message is not from FSX itself, but from an addon running alongside your sim. The addon was written in C#, it requests information about "moving" simobjects (like AI aircraft, helicopters, boats) and it should be an exe-cutable (not a dll or a gauge). The error is probably caused by the addon still requesting data when FSX has already been shut down. Did you download/add/install new things lately? Maybe something related to AI traffic display? LORBY-SI
Create an account or sign in to comment