minor bug, but happend to me a couple of times. when added points to a cable or moving an existing point, i’ll get the following exception.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at VL.Lang.View.CanvasView.ResizeSelectedMouseHandler.MouseDrag(VMouseEventArgs arg, PointF delta, PointF worldDelta) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\EventHandler\ResizeSelectedMouseHandler.cs:line 99
at VL.Lang.View.MouseHandlerBase`1.MouseMove(VMouseEventArgs arg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\EventHandler\MouseHandlerBase.cs:line 63
at VL.Core.Viewer.Handler.ParallelMouseHandler.MouseMove(VMouseEventArgs arg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Core\Viewer\EventHandler.cs:line 255
at VL.Lang.View.CanvasView.CanvasDecisionMouseHandler.MouseMove(VMouseEventArgs arg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\EventHandler\CanvasDecisionMouseHandler.cs:line 103
at VL.Lang.View.CanvasView.HandleMouseMove(Object sender, VMouseEventArgs e) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\ModelViews\CanvasView.cs:line 989
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)