You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I've noticed that sometimes when I try to copy the link of the uploaded file using the copy link icon next to the file, that MinusShare freezes and does not respond. Windows then looks to resolve the problem and is unable to.
I am using Windows 7 Ultimate 32 Bit. I used MS Visual Studio to debug the problem and here is a screenshot of the information it provided:
It seems as if some other application is locking the clipboard.
Can you run the code https://gist.github.com/1382028 when that problem occurs? That should show you the process that locks the clipboard.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've noticed that sometimes when I try to copy the link of the uploaded file using the copy link icon next to the file, that MinusShare freezes and does not respond. Windows then looks to resolve the problem and is unable to.
I am using Windows 7 Ultimate 32 Bit. I used MS Visual Studio to debug the problem and here is a screenshot of the information it provided:
http://tinypic.com/r/adds3m/5
And the call stack location is here:
PresentationCore.dll!System.Windows.Clipboard.CriticalSetDataObject(object data, bool copy) + 0x132 bytes
Regards,
John
The text was updated successfully, but these errors were encountered: