<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Kinovea - Forums — Unhandled crash after adding tracking to perspective grid]]></title>
		<link>https://www.kinovea.org/en/forum/viewtopic.php?id=2377</link>
		<atom:link href="https://www.kinovea.org/en/forum/extern.php?action=feed&amp;tid=2377&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Unhandled crash after adding tracking to perspective grid.]]></description>
		<lastBuildDate>Sun, 05 Jul 2026 13:28:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Unhandled crash after adding tracking to perspective grid]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=7428#p7428</link>
			<description><![CDATA[<p>I reproduced it quite easily and testing a fix. It&#039;s a regression related to the tracking now running in parallel.</p><p>There are a few more things to fix. In terms of user interaction, we can&#039;t easily &quot;stop tracking&quot; on the grid itself. And the idea for making measurements with a moving camera was to go through the &quot;Camera motion estimation&quot; procedure instead, then the grid will automatically stick to the object throughout the video, but right now this doesn&#039;t play nicely with the coordinate system and measurements.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Sun, 05 Jul 2026 13:28:47 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=7428#p7428</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unhandled crash after adding tracking to perspective grid]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=7427#p7427</link>
			<description><![CDATA[<p>Thanks. I will try to reproduce it.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Sat, 04 Jul 2026 14:26:28 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=7427#p7427</guid>
		</item>
		<item>
			<title><![CDATA[Unhandled crash after adding tracking to perspective grid]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=7426#p7426</link>
			<description><![CDATA[<p>I&#039;m using Kinovea to track particles of rock being ejected from a mining blast. However, if I add tracking to the perspective grid I am using for calibration, after the grid has been moved any additional tracking I try to complete causes the app to hard crash without an error message.</p><p>Repro:</p><p>1. Add a perspective grid and track it as the camera repositions.<br />2. Finish the perspective grid tracking once the camera has settled.<br />3. Being tracking other items in the video<br />4. Once enough time has elapses that the perspective grid tracking has finished, attempting to track anything else causes hard crash - no error message is shown.</p><p>This issue persists even after closing and reopening the application. Has anyone else experienced this, or is this a known issue with a work around?</p><p>**EDIT**</p><p>It has now given an error before crashing:</p><p>See the end of this message for details on invoking <br />just-in-time (JIT) debugging instead of this dialog box.</p><p>************** Exception Text **************<br />System.AggregateException: One or more errors occurred. ---&gt; System.AggregateException: One or more errors occurred. ---&gt; System.IndexOutOfRangeException: Index was outside the bounds of the array.<br />&nbsp; &nbsp;at Kinovea.ScreenManager.FilteredTrajectory.Initialize(List`1 samples, CalibrationHelper calibrationHelper)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingTrack.UpdateKinematics()<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.&lt;&gt;c__DisplayClass17_0`1.&lt;ForWorker&gt;b__1()<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.&lt;&gt;c__DisplayClass176_0.&lt;ExecuteSelfReplicating&gt;b__0(Object &lt;p0&gt;)<br />&nbsp; &nbsp;--- End of inner exception stack trace ---<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.Metadata.UpdateTrajectoriesKinematics()<br />&nbsp; &nbsp;at System.EventHandler.Invoke(Object sender, EventArgs e)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.CalibrationHelper.AfterCalibrationChanged()<br />&nbsp; &nbsp;at Kinovea.ScreenManager.CalibrationHelper.CalibrationByPlane_Update(Guid id, QuadrilateralF quadImage)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingPlane.SetTrackablePointValue(String name, PointF value, Int64 trackingTimestamps)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingTracker.ObjectTrackingStep(DrawingTrack track, TimedPoint tp)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.TrackabilityManager.AfterTrackTrackingStep(DrawingTrack track, TimedPoint tp)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.&lt;&gt;c__DisplayClass17_0`1.&lt;ForWorker&gt;b__1()<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.&lt;&gt;c__DisplayClass176_0.&lt;ExecuteSelfReplicating&gt;b__0(Object &lt;p0&gt;)<br />&nbsp; &nbsp;--- End of inner exception stack trace ---<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.Metadata.PerformTracking(VideoFrame videoframe)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.PlayerScreenUserInterface.ComputeOrStopTracking(Boolean contiguous)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.PlayerScreenUserInterface.ShowNextFrame(Int64 _iSeekTarget, Boolean _bAllowUIUpdate)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.PlayerScreenUserInterface.buttonGotoNext_Click(Object sender, EventArgs e)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.PlayerScreenUserInterface.ExecuteScreenCommand(Int32 cmd)<br />&nbsp; &nbsp;at Kinovea.Services.KinoveaControl.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.ProcessCmdKey(Message&amp; msg, Keys keyData)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.PreProcessMessage(Message&amp; msg)<br />&nbsp; &nbsp;at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message&amp; msg)<br />&nbsp; &nbsp;at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG&amp; msg)<br />---&gt; (Inner Exception #0) System.AggregateException: One or more errors occurred. ---&gt; System.IndexOutOfRangeException: Index was outside the bounds of the array.<br />&nbsp; &nbsp;at Kinovea.ScreenManager.FilteredTrajectory.Initialize(List`1 samples, CalibrationHelper calibrationHelper)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingTrack.UpdateKinematics()<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.&lt;&gt;c__DisplayClass17_0`1.&lt;ForWorker&gt;b__1()<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.&lt;&gt;c__DisplayClass176_0.&lt;ExecuteSelfReplicating&gt;b__0(Object &lt;p0&gt;)<br />&nbsp; &nbsp;--- End of inner exception stack trace ---<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.Metadata.UpdateTrajectoriesKinematics()<br />&nbsp; &nbsp;at System.EventHandler.Invoke(Object sender, EventArgs e)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.CalibrationHelper.AfterCalibrationChanged()<br />&nbsp; &nbsp;at Kinovea.ScreenManager.CalibrationHelper.CalibrationByPlane_Update(Guid id, QuadrilateralF quadImage)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingPlane.SetTrackablePointValue(String name, PointF value, Int64 trackingTimestamps)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingTracker.ObjectTrackingStep(DrawingTrack track, TimedPoint tp)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.TrackabilityManager.AfterTrackTrackingStep(DrawingTrack track, TimedPoint tp)<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.&lt;&gt;c__DisplayClass17_0`1.&lt;ForWorker&gt;b__1()<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.&lt;&gt;c__DisplayClass176_0.&lt;ExecuteSelfReplicating&gt;b__0(Object &lt;p0&gt;)<br />---&gt; (Inner Exception #0) System.IndexOutOfRangeException: Index was outside the bounds of the array.<br />&nbsp; &nbsp;at Kinovea.ScreenManager.FilteredTrajectory.Initialize(List`1 samples, CalibrationHelper calibrationHelper)<br />&nbsp; &nbsp;at Kinovea.ScreenManager.DrawingTrack.UpdateKinematics()<br />&nbsp; &nbsp;at System.Threading.Tasks.Parallel.&lt;&gt;c__DisplayClass17_0`1.&lt;ForWorker&gt;b__1()<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)<br />&nbsp; &nbsp;at System.Threading.Tasks.Task.&lt;&gt;c__DisplayClass176_0.&lt;ExecuteSelfReplicating&gt;b__0(Object &lt;p0&gt;)&lt;---<br />&lt;---</p><br /><br /><p>************** Loaded Assemblies **************<br />mscorlib<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9324.0 built by: NET481REL1LAST_C<br />&nbsp; &nbsp; CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll<br />----------------------------------------<br />Kinovea<br />&nbsp; &nbsp; Assembly Version: 2025.2.0.0<br />&nbsp; &nbsp; Win32 Version: 2025.2.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.exe<br />----------------------------------------<br />CrowdStrike.Sensor.ScriptControl<br />&nbsp; &nbsp; Assembly Version: 7.38.21003.0<br />&nbsp; &nbsp; Win32 Version: 7.38.21003.0<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/CrowdStrike.Sensor.ScriptControl/7.38.21003.0__02b60967b1f68187/CrowdStrike.Sensor.ScriptControl.dll<br />----------------------------------------<br />Kinovea.Services<br />&nbsp; &nbsp; Assembly Version: 1.0.1.25614<br />&nbsp; &nbsp; Win32 Version: 1.0.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Services.DLL<br />----------------------------------------<br />System.Windows.Forms<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9324.0 built by: NET481REL1LAST_C<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br />----------------------------------------<br />System<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9332.0 built by: NET481REL1LAST_B<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll<br />----------------------------------------<br />System.Drawing<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9032.0 built by: NET481REL1<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br />----------------------------------------<br />log4net<br />&nbsp; &nbsp; Assembly Version: 2.0.14.0<br />&nbsp; &nbsp; Win32 Version: 2.0.14.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/log4net.DLL<br />----------------------------------------<br />System.Configuration<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9032.0 built by: NET481REL1<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll<br />----------------------------------------<br />System.Core<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9334.0 built by: NET481REL1LAST_B<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll<br />----------------------------------------<br />System.Xml<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9032.0 built by: NET481REL1<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll<br />----------------------------------------<br />Accessibility<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9032.0 built by: NET481REL1<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll<br />----------------------------------------<br />Kinovea.Video.Bitmap<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Video.Bitmap.DLL<br />----------------------------------------<br />Kinovea.Video<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Video.DLL<br />----------------------------------------<br />Kinovea.Video.FFMpeg<br />&nbsp; &nbsp; Assembly Version: 1.0.1.25622<br />&nbsp; &nbsp; Win32 Version: <br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Video.FFMpeg.DLL<br />----------------------------------------<br />Kinovea.Video.GIF<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Video.GIF.DLL<br />----------------------------------------<br />Kinovea.Video.SVG<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Video.SVG.DLL<br />----------------------------------------<br />Kinovea.Video.Synthetic<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Video.Synthetic.DLL<br />----------------------------------------<br />Kinovea.ScreenManager<br />&nbsp; &nbsp; Assembly Version: 1.0.1.0<br />&nbsp; &nbsp; Win32 Version: 1.0.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.ScreenManager.DLL<br />----------------------------------------<br />Kinovea.Camera.DirectShow<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Camera.DirectShow.DLL<br />----------------------------------------<br />Kinovea.Camera<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Camera.DLL<br />----------------------------------------<br />Kinovea.Camera.HTTP<br />&nbsp; &nbsp; Assembly Version: 1.0.9576.25617<br />&nbsp; &nbsp; Win32 Version: 1.0.9576.25617<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Camera.HTTP.DLL<br />----------------------------------------<br />Kinovea.Camera.FrameGenerator<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Camera.FrameGenerator.DLL<br />----------------------------------------<br />Kinovea.FileBrowser<br />&nbsp; &nbsp; Assembly Version: 1.0.1.25629<br />&nbsp; &nbsp; Win32 Version: 1.0.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.FileBrowser.DLL<br />----------------------------------------<br />Kinovea.Updater<br />&nbsp; &nbsp; Assembly Version: 1.0.1.25617<br />&nbsp; &nbsp; Win32 Version: 1.0.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Updater.DLL<br />----------------------------------------<br />ExpTreeLib<br />&nbsp; &nbsp; Assembly Version: 2.11.9384.4409<br />&nbsp; &nbsp; Win32 Version: 2.11.9384.4409<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/ExpTreeLib.DLL<br />----------------------------------------<br />ObjectListView<br />&nbsp; &nbsp; Assembly Version: 2.9.1.1072<br />&nbsp; &nbsp; Win32 Version: 2.9.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/ObjectListView.DLL<br />----------------------------------------<br />Microsoft.VisualBasic<br />&nbsp; &nbsp; Assembly Version: 10.0.0.0<br />&nbsp; &nbsp; Win32 Version: 14.8.9032.0 built by: NET481REL1<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll<br />----------------------------------------<br />OpenCvSharp<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/OpenCvSharp.DLL<br />----------------------------------------<br />NAudio.WinMM<br />&nbsp; &nbsp; Assembly Version: 2.2.1.0<br />&nbsp; &nbsp; Win32 Version: 2.2.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/NAudio.WinMM.DLL<br />----------------------------------------<br />netstandard<br />&nbsp; &nbsp; Assembly Version: 2.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9032.0<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll<br />----------------------------------------<br />Kinovea.Pipeline<br />&nbsp; &nbsp; Assembly Version: 1.0.1.0<br />&nbsp; &nbsp; Win32 Version: 1.0.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/Kinovea.Pipeline.DLL<br />----------------------------------------<br />System.Web<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll<br />----------------------------------------<br />MathNet.Numerics<br />&nbsp; &nbsp; Assembly Version: 5.0.0.0<br />&nbsp; &nbsp; Win32 Version: 5.0.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/MathNet.Numerics.DLL<br />----------------------------------------<br />System.Numerics<br />&nbsp; &nbsp; Assembly Version: 4.0.0.0<br />&nbsp; &nbsp; Win32 Version: 4.8.9032.0 built by: NET481REL1<br />&nbsp; &nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll<br />----------------------------------------<br />NAudio.Core<br />&nbsp; &nbsp; Assembly Version: 2.2.1.0<br />&nbsp; &nbsp; Win32 Version: 2.2.1.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/NAudio.Core.DLL<br />----------------------------------------<br />OpenCvSharp.Extensions<br />&nbsp; &nbsp; Assembly Version: 1.0.0.0<br />&nbsp; &nbsp; Win32 Version: 1.0.0.0<br />&nbsp; &nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/Kinovea/OpenCvSharp.Extensions.DLL<br />----------------------------------------</p><p>************** JIT Debugging **************<br />To enable just-in-time (JIT) debugging, the .config file for this<br />application or computer (machine.config) must have the<br />jitDebugging value set in the system.windows.forms section.<br />The application must also be compiled with debugging<br />enabled.</p><p>For example:</p><p>&lt;configuration&gt;<br />&nbsp; &nbsp; &lt;system.windows.forms jitDebugging=&quot;true&quot; /&gt;<br />&lt;/configuration&gt;</p><p>When JIT debugging is enabled, any unhandled exception<br />will be sent to the JIT debugger registered on the computer<br />rather than be handled by this dialog box.</p><p>The crash is logged in the Window Event Viewer as the below:</p><p>Faulting application name: Kinovea.exe, version: 2025.2.0.0, time stamp: 0x69bea7bf<br />Faulting module name: ntdll.dll, version: 10.0.26100.8521, time stamp: 0xccc028d4<br />Exception code: 0xc0000374<br />Fault offset: 0x0000000000112265<br />Faulting process id: 0x1158<br />Faulting application start time: 0x1DD0A9A37E429FE<br />Faulting application path: C:\Program Files (x86)\Kinovea\Kinovea.exe<br />Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll<br />Report Id: e035571b-f27e-46af-a383-eef1aab1f545<br />Faulting package full name: <br />Faulting package-relative application ID: </p><p>From the log file:</p><p>18561 - ERROR - [Main] - PlayerScreenUserInterface - Error while painting image.<br />75403 - ERROR - [PreBuffering] - VideoReaderFFMpeg - Frame not read in the middle of the working zone. Reached timestamp:[-1], in [0 --&gt; 3504529].<br />75410 - ERROR - [Main] - PlayerScreenUserInterface - Painting screen - no image to display.<br />105262 - ERROR - [PreBuffering] - VideoReaderFFMpeg - Frame not read in the middle of the working zone. Reached timestamp:[-1], in [0 --&gt; 3504529].<br />105269 - ERROR - [Main] - PlayerScreenUserInterface - Painting screen - no image to display.<br />106695 - ERROR - [PreBuffering] - VideoReaderFFMpeg - Frame not read in the middle of the working zone. Reached timestamp:[-1], in [0 --&gt; 3504529].<br />106702 - ERROR - [Main] - PlayerScreenUserInterface - Painting screen - no image to display.<br />816183 - WARN&nbsp; - [Main] - DrawingTracker - Moving tracked object by hand.<br />816184 - WARN&nbsp; - [Main] - DrawingTracker - Moving tracked object by hand.<br />1393640 - ERROR - [Main] - PlayerScreenUserInterface - Error while painting image.</p>]]></description>
			<author><![CDATA[null@example.com (acme_engineer)]]></author>
			<pubDate>Fri, 03 Jul 2026 04:15:51 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=7426#p7426</guid>
		</item>
	</channel>
</rss>
