Hey all,
I thought I saw a topic mentioning that already, but could not find it, so sorry in advance if I’m double-posting. Or was it on the chat? Who knows.
Could not find a reliable way to reproduce so far, but I’ve been observing this one quite a lot since a few months. When copying and pasting elements in the patch, I sometimes get this error thrown in the “old” console. Sadly it looks like something is broken with the clip-board since I was not able to copy the console text at all, hence the ugly screenshot.
Just thought I would open this topic so that we can gather more feedback if someones sees it as well.
Cheers!
bjoern
January 19, 2026, 1:41pm
2
Posted it in the chat some time ago.
ExternalException: “Requested Clipboard operation did not succeed.”
StackTrace:
System.Windows.Forms.Clipboard { public static void SetDataObject(object data, bool copy, int retryTimes, int retryDelay) { … } }
VL.Lang.View.MenuFactory { private System.Collections.Generic.IEnumerable<VL.Model.Element> CopyElements(System.Collections.Generic.IEnumerable<VL.Model.Element> elements, bool copyToClipBoard, bool includeIncomingLinksOfNodes, System.String& serializedSelection) { … } }
VL.Lang.View.MenuFactory { private void CopyElements(System.Collections.Generic.IEnumerable<VL.Model.Element> elements) { … } }
VL.Lang.View.MenuFactory { private void CopyCurrentSelection() { … } }
VL.Lang.View.MenuFactory { private void Copy(VL.Lang.Menu.MenuEntry entry) { … } }
VL.Lang.Menu.MenuEntry { public virtual void Click() { … } }
VL.HDE.PatchEditor.PatchContextMenu { private bool PerformShortCut(System.Collections.Generic.IEnumerable<VL.Lang.Menu.IMenuEntry> menuEntries, System.Windows.Forms.Keys shortcut) { … } }
VL.HDE.PatchEditor.PatchContextMenu { private bool PerformShortCut(System.Collections.Generic.IEnumerable<VL.Lang.Menu.IMenuEntry> menuEntries, System.Windows.Forms.Keys shortcut) { … } }
VL.HDE.PatchEditor.CanvasWindow { protected virtual bool ProcessCmdKey(System.Windows.Forms.Message& msg, System.Windows.Forms.Keys keyData) { … } }
System.Windows.Forms.Control { public virtual bool PreProcessMessage(System.Windows.Forms.Message& msg) { … } }
System.Windows.Forms.Control { internal static System.Windows.Forms.PreProcessControlState PreProcessControlMessageInternal(System.Windows.Forms.Control target, System.Windows.Forms.Message& message) { … } }
System.Windows.Forms.Application+ThreadContext { internal bool PreTranslateMessage(Windows.Win32.UI.WindowsAndMessaging.MSG& msg) { … } }
1 Like