@TheMongoose:
Running a simple batch script from a terminal in the screensavers directory should do the job.
So, paste this into an
id.bat file in the screensavers directory, and double click it.
Code:
@echo off
for /r %%i in (*) do identify %%i
PAUSE
Then pore over the output until you spot a file that looks wrong

.