-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Setting Clipboard failed" #67
Comments
I have noticed this happening too yesterday for the very first time ever. Do you have an idea when or how this can happen? Like under which circumstances, is it when copying an image etc? Apart from that, may I ask what your experiences with "a lot of copying to the clipboard" have been like? Does it always work (apart from the error message)? Because I have had scenarios where both
It's a popup currently because it is essentially an unexpected internal runtime exception. But if we can't figure out a way to fix it (which it looks like there isn't), this should indeed be changed to catch the failure instead and |
it seems to be related to UTF-8 so perhaps fixable after all:
|
Thank you for your responses. I haven't noticed any particular pattern, myself. I can do the same action fifty times in a row and it's fine, then the fifty-first gives the error. It's always just text that I'm copying. And it was weird, when it started happening. I'm pretty sure I was doing the same action I'd done hundreds, if not thousands of times before, and never seen the error. When this happened today, the full output of the terminal from program load until before the error was:
The messages before the interactive console bit are always there though. And the atk-bridge warning appeared a few minutes before setting the clipboard failed, with quite a few successful copies in between. I'll let you know if I notice anything specific, or receive different warnings, but it looks like you have an idea what could be going on. Are the warnings only relevant if they appear immediately before the Excluding the message box issue, I don't recall specific issues of the clipboard functionality not working. And I've really appreciated being able to use |
I have a script that does a lot of copying to the clipboard.
Sometimes I will get a message box saying:
The console will also report:
Is it possible, when this comes up, for the thread to be instructed to restart automatically, rather then exiting? Or to go to a certain point to start over?
The text was updated successfully, but these errors were encountered: