Skip to content

Clipboard changed event failed COMException (0x80040069) #36

@Jack251970

Description

@Jack251970

When copying some files in remote desktop, it gives me this exception:

ERROR - ClipboardHandleWin.OnClipboardChanged - Clipboard changed event failed.
EXCEPTION OCCURS: System.Runtime.InteropServices.COMException (0x80040069): Invalid tymed

DataPackage does not support the type of storage medium provided by the source app for the "FileContents" format.
   at async Task<string[]> Flow.Launcher.Plugin.ClipboardPlus.Core.Data.Models.ClipboardHandleWin.GetFilesContentAsync(DataPackageView dataObj)
   at async void Flow.Launcher.Plugin.ClipboardPlus.Core.Data.Models.ClipboardHandleWin.OnClipboardChanged(object sender, object _)

All things work well and I think we should just handle this exception silently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions