artem78 / AutoScreenshot

Automatic screenshot maker
GNU General Public License v3.0
121 stars 21 forks source link

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

Open bloodsyphon opened 1 year ago

bloodsyphon commented 1 year ago

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 commented 11 months ago

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.