question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clipboard Exception on Startup

See original GitHub issue

Describe the bug/issue I have Flow starting on machine startup. Each time I restart my PC, I get this .NET error when Flow starts. I then get a dialog to either quit Flow, or continue. If I continue, Flow works normally. Here is the exception text:

Clipboard Operation Failed

************** Exception Text **************
System.Runtime.InteropServices.ExternalException (0x800401D0): Requested Clipboard operation did not succeed.
   at System.Windows.Forms.Clipboard.GetDataObject(Int32 retryTimes, Int32 retryDelay)
   at System.Windows.Forms.Clipboard.GetDataObject()
   at Flow.Launcher.Plugin.ClipboardHistory.ClipboardMonitor.ClipboardWatcher.ClipChanged()
   at Flow.Launcher.Plugin.ClipboardHistory.ClipboardMonitor.ClipboardWatcher.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

Your System

Windows build number: Windows 11 Insider Dev - 22458.1000
Flow Launcher version: 1.8.3

Flow Launcher Error Log 2021-09-18.txt

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
taooceroscommented, Sep 18, 2021

I found the exception has been reported before. https://github.com/Xenolphthalein/Flow.Launcher.Plugin.ClipboardHistory/issues/3 Let me see whether we can get the author of the plugin to fix it.

0reactions
deefrawleycommented, Mar 4, 2023

Tested on latest Flow version and no issues. @Positron010 please update Flow and if the issue is still occurring re-open the issue. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Clipboard problems such as delays and error messages?
Open a command prompt in Windows\system32; Type the following command: cmd /c"echo off|clip"; press enter, then REBOOT your device. Also, start ...
Read more >
8 Ways to Fix the Clipboard History When It Stops Working ...
1. Ensure the Clipboard History Is Enabled · Right-click the Windows Start button and select Settings. · In the left-sidebar, select System. ·...
Read more >
How To Fix The ” Cannot open the Clipboard ” Error in ...
The copy-paste clipboard feature might be failing due to a constantly refreshing Windows app. This command fixes this problem by re-registering Windows apps....
Read more >
wpf - CLIPBRD_E_CANT_OPEN error when setting the ...
This is caused by a bug/feature in Terminal Services clipboard (and possible other things) and the .NET implementation of the clipboard.
Read more >
6 Methods to Fix Excel file "Cannot open Clipboard" Error
One common error message is the 'cannot open clipboard' error. ... Step 1: Launch MS Excel on your PC and click the “Clipboard...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found