Closed snowbie closed 3 years ago
Some quick research indicates this error occurs because another application is using the clipboard at the same time. [The clipboard is a shared-with-everyone resource.] E.g. one post suggests using task manager to look for a process called "rdpclip" and killing it.
ImageGlass needs to do two things here:
Some quick research indicates this error occurs because another application is using the clipboard at the same time. [The clipboard is a shared-with-everyone resource.] E.g. one post suggests using task manager to look for a process called "rdpclip" and killing it.
Thanks for the explanation. I went process by process to try and narrow down what could potentially be conflicting, and I was able to find it. Terminating "syncthing", a program used to sync directories between devices, is what was conflicting with IG. If a program regularly updates its files/generates temp files, it can break the syncing process. Like instead of foobar2000 failing to run, its "running" file fails to sync. Something like KeePass works flawlessly since I assume it doesn't rely on temp files.
I wouldn't be surprised if the copying method conflicts more heavily with syncthing, thus causing errors instead of simply causing the syncing process to fail. Either way, I'm glad it was sorted out.
System information:
To Reproduce
Steps to reproduce the behavior:
Actual behavior:
Upon attempting to copy an image, if it doesn't immediately copy, an error will pop up after a second or so, saying
It seems somewhat random in frequency. Sometimes it happens consistently; sometimes it doesn't happen at all. Using the same image, the error was produced for 40/70 copy attempts. It appears it fails & succeeds in batches, like F F F F F S S S F F F S S F... Regardless, just the other day I was able to view & copy hundreds if not thousands of images and not have a single error appear, but now it seems to be happening again. I updated from 8.2.6.6 to the latest Moon release hoping it'd fix it, but no luck. Is it a bug in the program or is it something on my end? I haven't received an error like this for any other program.
Expected behavior:
The image to be copied (the copying method that allows for several images to be copied to the clipboard)
Additional context:
The error does not occur at all for the copying of image data (Ctrl+C) Relaunching the program does not fix it. Restarting of the computer does not fix it.