Cable points execption

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)

thank, we have that on the list. seems to be the same as this one: Unhandled exception due to mouse event

this should be fixed in preview 287. please test and report.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.