Deleting the name of a pad and re-setting it throws Exception

Hey,

Gamma 5.3-260 here.

If I erase the name of the pad and try to re-set it, this Exception is thrown :

NullReferenceException: "Object reference not set to an instance of an object."
    StackTrace:
        VL.HDE.PatchEditor.Editors.StringEditor { public virtual VL.Core.Viewer.IMouseEventHandler GetInputHandler(VL.Core.Viewer.VMouseEventArgs args) { ... } } 
        VL.Lang.View.ViewHelpers { public static VL.Core.Viewer.IMouseEventHandler GetEditorHandler(VL.Lang.View.View parentView, VL.Core.Viewer.VMouseEventArgs args) { ... } } 
        VL.Lang.View.CanvasView+CanvasDecisionMouseHandler { private VL.Core.Viewer.IMouseEventHandler SelectDownMouseHandler(VL.Core.Viewer.VMouseEventArgs downArg) { ... } } 
        VL.Lang.View.CanvasView+CanvasDecisionMouseHandler { public virtual VL.Core.Viewer.IMouseEventHandler MouseDown(VL.Core.Viewer.VMouseEventArgs arg) { ... } } 
        VL.Lang.View.CanvasView { private void HandleMouseDown(object sender, VL.Core.Viewer.VMouseEventArgs e) { ... } } 
        System.Windows.Forms.Control { private void WmMouseDown(System.Windows.Forms.Message& m, System.Windows.Forms.MouseButtons button, int clicks) { ... } } 
        System.Windows.Forms.Control { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.ScrollableControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 

Repro steps :

  • Create a pad from the Node browser
  • Set its name to something
  • Select the name, delete it
  • Double-click again to set it : get Exception

Capture :

I confirm.
Something strange is happening with pad names in recent previews. I’ve noticed that I can’t rename them in uncertain situations.

Same regression as reported in Naming a splicer throws error - #2 by Elias - should be fixed in latest (264).

2 Likes

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