LRTimelapse Forum
ExifTool error: Compilation failed in LRTimelapse log - Printable Version

+- LRTimelapse Forum (https://forum.lrtimelapse.com)
+-- Forum: LRTimelapse 6 (https://forum.lrtimelapse.com/Forum-lrtimelapse-6)
+--- Forum: Frequently Asked Questions (https://forum.lrtimelapse.com/Forum-frequently-asked-questions)
+--- Thread: ExifTool error: Compilation failed in LRTimelapse log (/Thread-exiftool-error-compilation-failed-in-lrtimelapse-log)



ExifTool error: Compilation failed in LRTimelapse log - Gunther - 2022-05-31

If you get strange ExifTool errors in the log file, exiftool might not have been installed/compiled correctly the first time it was called.
To fix this on windows:

Close LRTimelapse.
Open a command line (terminal):
- Press Windows Key + R
- Type
CMD.exe
- Hit Enter.

Now you should see a black terminal window.
Copy paste the following 2 lines one by one, hit Enter after each line:

for /D %d in (%TEMP%\par-*) do rmdir /s /q %d

"C:\Program Files\LRTimelapse 6"\exiftool.exe -ver

After the second command you should see the ExifTool Version number displayed.

Now reopen LRTimelapse and try again.