Group: Forum Members
Posts: 109,
Visits: 1.9K
|
Looks like a momentary GPS dropout yesterday. Its a shame the log can't be edited after to remove the 0ft section.  On SD plan when dragging the little white aeroplane over this track all OK....  ...until the spike is reached. The virtual radar just draws the big red X of doom. And this error pops up.  See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.OverflowException: Overflow error. at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.DrawPolygon(Pen pen, PointF[] points) at Divelements.SkyDemon.Drawing.SystemDrawingGraphicsExtensions.DrawPolygon(Graphics graphics, SkyDemonPen pen, PointF[] points) at Divelements.SkyDemon.Navigation.AircraftRendering.DrawOrFillPolygon(DrawingContext graphics, PointF[] polygon, SkyDemonPen blackPen, SkyDemonPen yellowPen, Boolean solid, RectangleF shadowDetails, Color shadowColor) at Divelements.SkyDemon.Navigation.AircraftRendering.DrawProfileAeroplane(DrawingContext graphics, PointF point, Single angle, Single planeRadius, SkyDemonPen blackPen, SkyDemonPen yellowPen, Boolean solid, RectangleF shadowDetails, Color shadowColor) at Divelements.SkyDemon.Navigation.AircraftRendering.DrawProfileAircraft(DrawingContext graphics, AircraftDisplayOptions options, PointF point, Single angle) at Divelements.SkyDemon.Mapping.FlightLogVirtualRadarOverlay.DrawInspectionResult(DrawingContext context, RectangleF clippingRectangle) at Divelements.SkyDemon.Mapping.FlightLogVirtualRadarOverlay.DrawForeground(DrawingContext context, RectangleF clippingRectangle) at Divelements.SkyDemon.Mapping.VirtualRadarBase.Draw(DrawingContext context, Boolean printing, Boolean useWhiteBackground) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativewindow.WndProc(Message& m) at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8689 (QFE.050727-8600) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- SkyDemon Assembly Version: 3.6.4.17401 Win32 Version: CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/SkyDemon.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8670 (QFE.050727-8600) 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.8690 (QFE.050727-8600) 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.8681 (QFE.050727-8600) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Divelements.Aviation Assembly Version: 3.6.4.17396 Win32 Version: 3.6.4.0 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/Divelements.Aviation.DLL ---------------------------------------- Divelements.SandGrid Assembly Version: 2.2.4.1 Win32 Version: 2.2.4.1 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/Divelements.SandGrid.DLL ---------------------------------------- SandDock Assembly Version: 3.0.6.1 Win32 Version: 3.0.6.1 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/SandDock.DLL ---------------------------------------- TallComponents.PDF.Rasterizer Assembly Version: 3.0.105.0 Win32 Version: 3.0.105.0 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/TallComponents.PDF.Rasterizer.DLL ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8670 (QFE.050727-8600) 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.8679 (QFE.050727-8600) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Divelements.Mapping Assembly Version: 3.6.4.17395 Win32 Version: 3.6.4.0 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/Divelements.Mapping.DLL ---------------------------------------- SandBar Assembly Version: 1.4.3.2 Win32 Version: 1.4.3.2 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/SandBar.DLL ---------------------------------------- System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8670 (QFE.050727-8600) CodeBase: file:///C:/WINDOWS/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
|
Group: Forum Members
Posts: 8.1K,
Visits: 9.3K
|
Thanks, we will need to solve this by making the aircraft symbol disappear when we encounter a section of flight log where altitude is not available (due to GPS dropout).
|