Hi Stefan,
Thanks for the update. I was able to recreate the issue locally.
The problem is that the full path to the target file is exceeding the 260 character limit. When you open a zip file in LogViewPlus, the application extracts the file contents to a temporary directory such as:
C:\\Users\\[USER]\\AppData\\Local\\Temp\\LogViewPlus\\-3473765059386909220
In this case, LogViewPlus is appending the zip file, a staging folder, and the target file as:
\\MM.Wfs.Prepress.Imposer.App.Console(1)_Auxiliary_2024-07-20T071451030Z.zip\\MM.Wfs.Prepress.Imposer.App.Console(1)_Auxiliary_2024-07-20T071451030Z\\MM.Wfs.Prepress.Imposer.App.Console(1)_Auxiliary_2024-07-20T071451030Z.log
The result is a string that is approximately 280 characters - exceeding the limit.
The 260 character limit is a legacy issue and we really should support longer paths in LogViewPlus. I can work around the issue for the zip file, but other aspects of the program fail to adapt to the extended path length. More testing is needed. I will take a closer look and see what we can do for the next release.
Thanks again,
Toby