<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Kinovea - Forums]]></title>
	<link rel="self" href="https://www.kinovea.org/en/forum/extern.php?action=feed&amp;type=atom" />
	<updated>2026-07-03T04:15:51Z</updated>
	<generator>PunBB</generator>
	<id>https://www.kinovea.org/en/forum/index.php</id>
		<entry>
			<title type="html"><![CDATA[Unhandled crash after adding tracking to perspective grid]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2377&amp;action=new" />
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[acme_engineer]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=103235</uri>
			</author>
			<updated>2026-07-03T04:15:51Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2377&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[error save picture]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2376&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hello,</p><p>I&#039;m unable to save the images. Every time I try, I receive an error message, and the download doesn&#039;t complete.</p><p>Could you please help me resolve this issue?</p><p>Thank you.</p><p>Consultez la fin de ce message pour plus de détails sur l&#039;appel du débogage<br />juste-à-temps (JIT) à la place de cette boîte de dialogue.</p><p>************** Texte de l&#039;exception **************<br />System.ArgumentException: Caractères non conformes dans le chemin d&#039;accès.<br />&nbsp; &nbsp;à System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)<br />&nbsp; &nbsp;à System.IO.Path.Combine(String path1, String path2)<br />&nbsp; &nbsp;à Kinovea.ScreenManager.Filenamer.GetFilePath(String root, String subdir, String filename, String extension, Dictionary`2 context)<br />&nbsp; &nbsp;à Kinovea.ScreenManager.CaptureScreen.MakeSnapshot()<br />&nbsp; &nbsp;à Kinovea.ScreenManager.CaptureScreenView.BtnSnapshot_Click(Object sender, EventArgs e)<br />&nbsp; &nbsp;à System.Windows.Forms.Control.OnClick(EventArgs e)<br />&nbsp; &nbsp;à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)<br />&nbsp; &nbsp;à System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)<br />&nbsp; &nbsp;à System.Windows.Forms.Control.WndProc(Message&amp; m)<br />&nbsp; &nbsp;à System.Windows.Forms.ButtonBase.WndProc(Message&amp; m)<br />&nbsp; &nbsp;à System.Windows.Forms.Button.WndProc(Message&amp; m)<br />&nbsp; &nbsp;à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</p><br /><p>************** Assemblys chargés **************<br />mscorlib<br />&nbsp; &nbsp; Version de l&#039;assembly : 4.0.0.0<br />&nbsp; &nbsp; Version Win32 : 4.8.9325.0 built by: NET481REL1LAST_25H2_C<br />&nbsp; &nbsp; CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll<br />----------------------------------------<br />Kinovea<br />&nbsp; &nbsp; Version de l&#039;assembly : 0.9.5.0<br />&nbsp; &nbsp; Version Win32 : 0.9.5.0<br />&nbsp; &nbsp; CodeBase : file:///C:/Program%20Files/Kinovea/Kinovea.exe<br />----------------------------------------<br />(shortened for clarity)</p>]]></summary>
			<author>
				<name><![CDATA[danielatia85]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=103216</uri>
			</author>
			<updated>2026-06-30T20:04:20Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2376&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[No option in ver. 9.5 to export video only?]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2375&amp;action=new" />
			<summary type="html"><![CDATA[<p>I&#039;ve been using Kinovea for a couple of years, but now returning to it after not needing it for a while, so I may be doing something wrong.&nbsp; &nbsp;Currently running version 9.5.</p><p>I&#039;ve recorded some activity in slow motion on my phone, with NO annotations, comments or drawings, transferred it to my computer, and then used Kinovea set a Working Zone prior to exporting. To the best of my memory, this is the way I&#039;ve always done it.&nbsp; The result today is a HUGE file that I cannot use because of its size.&nbsp; &nbsp;I&#039;ve read the documentation repeatedly, and looked online for help.&nbsp; &nbsp;There is mention of a &quot;Save video only&quot; option in the export dialog, but regardless of how I reach that point, whether &quot;File/Export Video&quot; or right click on the trimmed video in the player screen, or select the middle icon in the Export Toolbar, I am not presented with any option to &quot;Export video only&quot;.&nbsp; &nbsp;I&#039;ve also tried selecting the box for &quot;Take slow motion into account&quot; and I get the same result whether that is selected or not.</p><p>The REALLY weird thing is that as recently as last week, I was able to export a trimmed video with no annotations and no drawings or comments, and the result was a much smaller file.&nbsp; &nbsp;I have never had to compress the file to get the desired result.</p><p>I have not (at least, INTENTIONALLY) changed any options, and I get the same results on both of the two computers I use for Kinovea.</p><p>So I feel like I must be doing something wrong, but with apologies, I&#039;m going to request some guidance....</p><p>Any help appreciated.</p><p>Thanks</p>]]></summary>
			<author>
				<name><![CDATA[staderr]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=103215</uri>
			</author>
			<updated>2026-06-30T16:46:22Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2375&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[version 0.9.6]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2374&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hello,<br />I am looking for the Kinovea 0.9.6 (64-bit) version, because it is the last stable release that includes RTSP support (Camera → Add IP Camera (RTSP)).<br />The recent 2025.x versions do not seem to include this module, and 0.9.6 is no longer available in the official archives.</p><p>If someone still has the installer or a working download link, I would be very grateful.</p><p>Thank you!</p>]]></summary>
			<author>
				<name><![CDATA[roland.andral]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=103144</uri>
			</author>
			<updated>2026-06-20T13:25:38Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2374&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Kinovea will not open on Windows 11 Enterprise 25H2]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2373&amp;action=new" />
			<summary type="html"><![CDATA[<p>I installed Kinovea 2025.2 in a Windows 11 Enterprise 25H2 environment, but it will not open.&nbsp; When I attempt to open it, the &quot;Kinovea&quot; splash screen appears, then disappears, then nothing further happens.&nbsp; The application never opens.&nbsp; I then tried installing Kinovea 2023.1.2 (which I have installed and working properly in a Windows 11 Enterprise 24H2 environment). The result was the same: splash screen appears, then disappears, but the application never opens.&nbsp; Is Kinovea compatible with 25H2? (.NET Core 8.0.28 is installed. .NET Framework 4.8 is not listed as installed. However, when I attempt to install it, I get a message saying it is already installed. [So, it&#039;s included in .NET Core 8?]) Any help would be greatly appreciated. Thanks.</p>]]></summary>
			<author>
				<name><![CDATA[avmusulin@trincoll.edu]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=103096</uri>
			</author>
			<updated>2026-06-15T20:20:37Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2373&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[v 2025.2 does ot open all my video files]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2372&amp;action=new" />
			<summary type="html"><![CDATA[<p>I have recently tried to go from 2025.1 to 2025.2 but find 2025.2 does not open all my video files (like 2025.1 did).&nbsp; For some files there is a continuous blue line next to the red indicator and no action is possible.&nbsp; These files were all generated by the same IP camera.&nbsp; 2025.2 does appear to fix some tracking bugs so I would really like to use it.</p>]]></summary>
			<author>
				<name><![CDATA[covelera]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=12570</uri>
			</author>
			<updated>2026-06-13T00:37:48Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2372&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Video playback speed]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2367&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hi,</p><p>I need to analyse continuous x-ray images as part of my work. I previously would analyse them in VLC with nil major difficulties however there was no option to move backwards frame by frame. This brought me to Kinovea.</p><p>I downloaded Kinovea today to test the video analysis and I&#039;ve found they&#039;re playing at double speed. The x-rays themselves run at 30 fps but when uploading them to Kinovea they are playing back at 59.94 fps. When I checked the video files themselves, I realised they&#039;re saved at 59.94 fps, but when putting the same file back into VLC it plays with nil difficulties.</p><p>I thought adjusting the time calibration would fix this, but it just changes the time it&#039;s saved as. </p><p>Am I missing anything? Is there a quick fix?</p><p>Cheers</p>]]></summary>
			<author>
				<name><![CDATA[samuel]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102947</uri>
			</author>
			<updated>2026-06-02T06:21:59Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2367&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[WebCam]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2366&amp;action=new" />
			<summary type="html"><![CDATA[<p>Which Webcam is best for sagittal and coronal plane videos for running assessments</p>]]></summary>
			<author>
				<name><![CDATA[Lefortpodiatry1]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102946</uri>
			</author>
			<updated>2026-06-02T05:55:12Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2366&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Recherche en france, analyste sur Kinovea]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2365&amp;action=new" />
			<summary type="html"><![CDATA[<p>Bonjour, Nous recherchons en France des personnes qui savent se servir de kinovea pour renforcer notre équipe. Recherche de stagiaires, de personnes à la vacation et encdi.<br />Merci de nous contacter sur notre mail, squadras2.0@laposte.net</p>]]></summary>
			<author>
				<name><![CDATA[squadras2.0]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102942</uri>
			</author>
			<updated>2026-06-01T16:02:41Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2365&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[saving annotation video]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2364&amp;action=new" />
			<summary type="html"><![CDATA[<p>hello everyone, after analyzing video, the video fail to play outside kinovea app, please could be responsible.</p>]]></summary>
			<author>
				<name><![CDATA[suleimanaminu1987]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102924</uri>
			</author>
			<updated>2026-05-30T09:55:22Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2364&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[MAC Download Available]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2362&amp;action=new" />
			<summary type="html"><![CDATA[<p>Can I download on a MAC -&nbsp; Apple M3 Pro?</p>]]></summary>
			<author>
				<name><![CDATA[Analaura]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102836</uri>
			</author>
			<updated>2026-05-18T09:22:53Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2362&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Error using marker]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2354&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hello! How are you?</p><p>I&#039;m using Kinovea 2025.1 with two recorded videos playing in the same window. Each video is 10 minutes long. I need to add a plus sign (+) throughout the video. After a certain number of plus signs, the application closes automatically.</p><p>When using version 0.9.5, the error described above does not occur. However, the images with the plus signs do not appear until the end. For example, if the video has 10,000 frames, the images with the plus signs (+) only appear up to frame 8,000. Therefore, I cannot access frame 9,000 by clicking on the image that already has the plus sign.</p><p>I need to access the exact frames of the previously added plus signs.</p>]]></summary>
			<author>
				<name><![CDATA[rodrigoncalves_]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=95955</uri>
			</author>
			<updated>2026-05-04T17:03:08Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2354&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Positioning Multiple Zoom Tools]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2351&amp;action=new" />
			<summary type="html"><![CDATA[<p>I would like to request the ability to add more than one zoom tool so that I can analyze more than one point with zoom simultaneously. Currently, this is only possible if I open two players of the same video and use a zoom tool on each screen. I believe this is a simple feature that would be very helpful.</p>]]></summary>
			<author>
				<name><![CDATA[delgod]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102389</uri>
			</author>
			<updated>2026-04-24T00:23:16Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2351&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I can't open the video file]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2349&amp;action=new" />
			<summary type="html"><![CDATA[<p>I used it well in the previous version<br />I recently switched to Windows 11 version and tried to use it by downloading a new kinovea, but the video file won&#039;t open. It is an mp4 file, and the video is played on the computer. Error in calling, failure to open documents<br />The phrase comes up&nbsp; What&#039;s the problem</p>]]></summary>
			<author>
				<name><![CDATA[baram1751]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102312</uri>
			</author>
			<updated>2026-04-22T08:48:24Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2349&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Replacement framerate tops out at 100]]></title>
			<link rel="alternate" href="https://www.kinovea.org/en/forum/viewtopic.php?id=2346&amp;action=new" />
			<summary type="html"><![CDATA[<p>Please bear with a newbie!</p><p>I record my golf swings using Kinovea, but want to import them into a piece of software (called OnForm) that then converts my swing into a 3D model with associated golf measures. OnForm requires a minimum fps of 120. In Kinovea, under Preferences / Capture / Recording, I can set my High Speed Camera Framerate replacement threshold to a 120 (or even higher), but I don’t seem to be able to have a replacement framerate of more than 100.</p><p>Am I correct that it’s this latter number (100) that is the fps for recorded videos? OnForm seems to think so and so rejects my videos as being not above 120fps. Is the 100 maximum a Kinovea maximum or is it a function of my PC or something else?</p><p>Any ideas much appreciated!</p>]]></summary>
			<author>
				<name><![CDATA[karl_murphy]]></name>
				<uri>https://www.kinovea.org/en/forum/profile.php?id=102067</uri>
			</author>
			<updated>2026-04-16T16:12:35Z</updated>
			<id>https://www.kinovea.org/en/forum/viewtopic.php?id=2346&amp;action=new</id>
		</entry>
</feed>
