Skip to content
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

Creates multiple copies of the previous screenshot instead of a new one each time #38

Open
bloodsyphon opened this issue Sep 5, 2023 · 1 comment

Comments

@bloodsyphon
Copy link

AutoScreenshot will intermittently create an exact copy of the previous screenshot instead of a new one. May happen 2-10 times in a row. It's obvious it's just a copy of the previous screenshot because the time doesn't change in the screenshot. Happens even with a lot of user activity.

To Reproduce
Start AutoScreenshot and wait for it to create duplicate screenshots. happens very frequently.

Expected behavior
Each scheduled screenshot should be a unique screenshot from the time it was taken.

Version
Version 1.12

OS
Windows 10 Pro 64bit

Additional context
While writing this bug report it happened twice. These are the files in the logs that were duplicate images.
[15:16:55.396] Screenshot saved to C:\Screenshots\2023-09-05\2023-09-05 15.16.54.png
[15:17:55.420] Screenshot saved to C:\Screenshots\2023-09-05\2023-09-05 15.17.54.png <-- is a duplicate of 2023-09-05 15.16.54.png

[15:19:55.415] Screenshot saved to C:\Screenshots\2023-09-05\2023-09-05 15.19.54.png
[15:20:55.413] Screenshot saved to C:\Screenshots\2023-09-05\2023-09-05 15.20.54.png <-- is a duplicate of 2023-09-05 15.19.54.png

log.txt
config.ini.txt

@artem78
Copy link
Owner

artem78 commented Sep 27, 2023

Hello, @bloodsyphon.

Unfortunately I can't reproduce your problem, but could you please check if your issue presents in previous 1.11 version? It use slightly different capturing method unlike more recent versions. Perhaps these changes cause your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants