Uninstall, reinstall and update the said application.
Computer throws lots of errors and warnings in event viewer and causes Ninjatrader to crash
I get a lot of Distributed COM warnings and then errors that are COM Runtime and then .Net Runtime error and ninja trader crashes
Com Runtime error:
1) The COM standard marshaler was unable to fix a mismatch between the IID {618736E0-3C3D-11CF-810C-00AA00389B71} provided by the server and the IID {00020400-0000-0000-C000-000000000046} requested by the client, with handler CLSID {5497CEB0-00B2-0000-BEB2-A3F2401A4517}. The error code was 0x80010114.
2) The COM standard marshaler was unable to fix a mismatch between the IID {618736E0-3C3D-11CF-810C-00AA00389B71} provided by the server and the IID {00020400-0000-0000-C000-000000000046} requested by the client, with handler CLSID {0000000F-0000-0000-0300-000000000000}. The error code was 0x800401fd.
Followed by .NET Runtime error:
Application: NinjaTrader.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at SharpDX.Direct2D1.RenderTarget.DrawTextLayout(SharpDX.Vector2, SharpDX.DirectWrite.TextLayout, SharpDX.Direct2D1.Brush, SharpDX.Direct2D1.DrawTextOptions)
at NinjaTrader.Gui.Chart.Direct2DForm.RenderToTarget(SharpDX.Direct2D1.RenderTarget)
at NinjaTrader.Gui.Chart.Direct2DForm.OnPaint(System.Windows.Forms.PaintEventArgs)
at System.Windows.Forms.Control.PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs, Int16)
at System.Windows.Forms.Control.WmPaint(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Form.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
Ninjatrader crashes everything this happens.
Please help!
Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Client for IT Pros | User experience | Other
3 answers
Sort by: Most helpful
-
-
Reza-Ameri 17,341 Reputation points Volunteer Moderator
2022-09-22T16:56:26.1+00:00 There is problem with the application.
Firstly, try run Windows Update and download and install all updates and restart your PC.
Then uninstall the program and restart your PC.
After that, visit the official website and download and install the latest version of the program. -
Limitless Technology 44,751 Reputation points
2022-09-29T08:45:49.01+00:00 Hello there,
A runtime error occurs when a program is syntactically correct but contains an issue that is only detected during program execution.
Update the program to its latest version. The runtime error might be caused by a bug that hasn't yet been patched in the release that you're using.
Install the latest Microsoft Visual C++ Redistributable package. If your error says something about the runtime components of the Visual C++ libraries, this is likely solution.
Use SFC scannow to repair corrupted Windows files. The SFC command is executed in a Command Prompt window, and might be the fix for the runtime error.
-----------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--