Viladoman / CompileScore

Tools for profiling and visualizing C++ build times.
MIT License
460 stars 19 forks source link

System.Runtime.InteropServices.COMException on 'Copy Full Path' and 'Copy Name' #45

Closed kjeong0 closed 1 year ago

kjeong0 commented 1 year ago

Intermittent crash if 'Copy Full Path' or 'Copy Name' are pressed multiple times. Crashes consistently between 2-10 copies.

CompileScore.exe!CompileScore.Overview.CompileDataTable.DataGridRow_ContextMenu.AnonymousMethod__4(object a, System.EventArgs b) Line 258 C#

System.Runtime.InteropServices.COMException: 'OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))'

Viladoman commented 1 year ago

Closing this as you already provided a PR to fix this issue.

Thanks!