V4 crashing when creating a pad

Hi.

When creating a pad (inside intro), without doing anything else, and klicking there, I get an 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.LinkView.DoUpdateShapeAndStructure() in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\ModelViews\LinkView.cs:line 433
at VL.Lang.View.View.DoUpdateSceneIncludingChildViews() in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\BaseViews\View.cs:line 351
at VL.Lang.View.View.UpdateScene() in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\BaseViews\View.cs:line 379
at VL.Lang.View.CompoundView.DoUpdateSceneIncludingChildViews() in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\BaseViews\CompoundView.cs:line 122
at VL.Lang.View.View.UpdateScene() in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\BaseViews\View.cs:line 379
at VL.Lang.View.CanvasView.SyncViewAndModel(Solution solution, Boolean doLayout) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\ModelViews\CanvasView.cs:line 731
at VL.Lang.View.CanvasView.ConnectionMouseHandler.MouseDown(VMouseEventArgs arg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\EventHandler\ConnectionMouseHandler.cs:line 144
at VL.Lang.View.CanvasView.CanvasDecisionMouseHandler.ClickMethod(VMouseEventArgs downArg, VMouseEventArgs upArg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\EventHandler\CanvasDecisionMouseHandler.cs:line 323
at VL.Core.Viewer.Handler.<>c__DisplayClass16_1.b__1(VMouseEventArgs up) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Core\Viewer\EventHandler.cs:line 513
at VL.Core.Viewer.Handler.ParallelMouseHandler.MouseUp(VMouseEventArgs arg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Core\Viewer\EventHandler.cs:line 261
at VL.Lang.View.CanvasView.CanvasDecisionMouseHandler.MouseUp(VMouseEventArgs arg) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\EventHandler\CanvasDecisionMouseHandler.cs:line 163
at VL.Lang.View.CanvasView.HandleMouseUp(Object sender, VMouseEventArgs e) in C:\BuildAgent\work\7f1c37452bc222ab\vvvv50\VL.UI.Forms\PatchEditor\ModelViews\CanvasView.cs:line 999
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
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)

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

thanks, same as the other reports, already fixed.

fixed in preview 200, please see here: https://vvvv.org/blog/vvvv-gamma-2019.1-preview

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