I am trying to do annotations of videos with total keyframes in the hundreds. I've reached a point where adding a handful of new keyframes crashes the program. Adding a new keyframe while I already have close to 90 adds 500 - 1000 user handles, which after doing that a few times hits the windows limit of 10,000. The crash log points me to the same conclusion.
All the log files are the same and look like this.
Message: Error creating window handle.
Source: System.Windows.Forms
Target site: Void CreateHandle(System.Windows.Forms.CreateParams)
InnerException:
Stack: at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.CreateGraphicsInternal()
at System.Windows.Forms.ThreadExceptionDialog..ctor(Exception t)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Kinovea.Root.Program.Main()