You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I don't use specified format file, it works as expected without any error. Previous version 8.7.11.6 worked fine with that format file.
Actual behavior:
Additional popup window for ExifTool information is opened, but is is empty. The error message is displayed:
System.ArgumentOutOfRangeException: Длина не может быть меньше нуля.
Имя параметра: length
в System.String.Substring(Int32 startIndex, Int32 length)
в ImageGlass.Library.Image.ExifToolWrapper.ParseExifTags(String cmdOutput, String originalFileName)
в ImageGlass.Library.Image.ExifToolWrapper.<ReadAsync>d__8.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
в ImageGlass.FrmExifTool.<Local_OnImageChanged>d__12.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
It seems to be a problem with displaying tags from format file which are not presented in the current file's metadata. This is my guess.
Expected behavior:
Opened popup window is filled with the information from ExifTool.
Screenshots:
Additional context:
Suddenly version 8.7.11.6 doesn't want to show popup window for ExifTool information. It just blinks once with it's title bar and nothing more happen: nor error, nor something visual happen. It even doesn't blink second time until you close it and reopen. Not sure what actions lead to that condition. And Windows restart doesn't help in this situation.
The text was updated successfully, but these errors were encountered:
System information:
To Reproduce
Steps to reproduce the behavior:
-p "D:\Repos\exiftool-sd-format\exif.fmt"
The specified format file you can get here: https://raw.githubusercontent.com/Eugenii10/exiftool-sd-format/main/exif.fmt
Actual behavior:
Additional popup window for ExifTool information is opened, but is is empty. The error message is displayed:
It seems to be a problem with displaying tags from format file which are not presented in the current file's metadata. This is my guess.
Expected behavior:
Opened popup window is filled with the information from ExifTool.
Screenshots:
Additional context:
Suddenly version 8.7.11.6 doesn't want to show popup window for ExifTool information. It just blinks once with it's title bar and nothing more happen: nor error, nor something visual happen. It even doesn't blink second time until you close it and reopen. Not sure what actions lead to that condition. And Windows restart doesn't help in this situation.
The text was updated successfully, but these errors were encountered: