﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Help &amp; Support  » Unzipping Files with Long Filenames Not Working</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Wed, 29 Apr 2026 15:24:35 GMT</lastBuildDate><ttl>20</ttl><item><title>Unzipping Files with Long Filenames Not Working</title><link>https://www.logviewplus.com/forum/post/2232</link><description>Hello Support Team,&lt;br/&gt;&lt;br/&gt;When I add a Zip file with a long name to LogViewPlus using drag and drop, the blue progress bar keeps moving endlessly, and nothing happens. However, if I shorten the name of the same Zip file, it works flawlessly.&lt;br/&gt;&lt;br/&gt;Here is an example:&lt;br/&gt;&lt;br/&gt;Does not work:&lt;br/&gt;MM.Wfs.Prepress.Imposer.App.Console(1)_Auxiliary_2024-07-20T071451030Z.csv.zip&lt;br/&gt;&lt;br/&gt;Works:&lt;br/&gt;Console(1)_Imposer_2_2024-08-07T055652708Z.csv.zip&lt;br/&gt;&lt;br/&gt;Best regards,&lt;br/&gt;Stefan</description><pubDate>Tue, 03 Dec 2024 06:09:02 GMT</pubDate><dc:creator>StefanBu</dc:creator></item><item><title>RE: Unzipping Files with Long Filenames Not Working</title><link>https://www.logviewplus.com/forum/post/2299</link><description>Hi Stefan,&lt;br/&gt;&lt;br/&gt;I just wanted to let you know that we have now released LogViewPlus v3.1.16 as a &lt;a href="https://www.logviewplus.com/download.html" id="if_insertedNode_1733205853871"&gt;BETA release&lt;/a&gt;. &lt;br/&gt;&lt;br/&gt;This release addresses the issue with long file path names discussed above.&amp;nbsp; For this to work, you will need to &lt;a href="https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry" id="if_insertedNode_1733206061790"&gt;enable log path names in Windows&lt;/a&gt; by setting:&lt;br/&gt;[code]HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled = 1[/code]&lt;br/&gt;Thanks again for bringing this issue to our attention.  Please do let me know if you have any further questions or issues.&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 03 Dec 2024 06:09:02 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Unzipping Files with Long Filenames Not Working</title><link>https://www.logviewplus.com/forum/post/2239</link><description>Hi Stefan,&lt;br/&gt;&lt;br/&gt;Thanks for the update.&amp;nbsp; I was able to recreate the issue locally.&lt;br/&gt;&lt;br/&gt;The problem is that the full path to the target file is exceeding the 260 character limit.&amp;nbsp; When you open a zip file in LogViewPlus, the application extracts the file contents to a temporary directory such as:&lt;br/&gt;[code]C:\\Users\\[USER]\\AppData\\Local\\Temp\\LogViewPlus\\-3473765059386909220[/code]&lt;br/&gt;In this case, LogViewPlus is appending the zip file, a staging folder, and the target file as:&lt;br/&gt;[code]\\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[/code]&lt;br/&gt;The result is a string that is approximately 280 characters - exceeding the limit.&lt;br/&gt;&lt;br/&gt;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.&amp;nbsp; More testing is needed.&amp;nbsp; I will take a closer look and see what we can do for the next release.&lt;br/&gt;&lt;br/&gt;Thanks again,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Wed, 11 Sep 2024 19:04:58 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Unzipping Files with Long Filenames Not Working</title><link>https://www.logviewplus.com/forum/post/2238</link><description>Hi Toby&lt;br/&gt;&lt;br/&gt;Yes I am using the latest version. &lt;br/&gt;I did some more testing and found out that not only the name of the zip file has an influence but also the name of the csv file inside the zip.&lt;br/&gt;&lt;br/&gt;I have tested the following names:&lt;br/&gt;&lt;br/&gt;Not working:&lt;br/&gt;MM.Wfs.Prepress.Imposer.App.Console(1)_Imposer_2_2024-09-11T115854504Z.zip&lt;br/&gt;contains: &amp;nbsp;MM.Wfs.Prepress.Imposer.App.Console(1)_Imposer_2_2024-09-11T115854504Z.csv&lt;br/&gt;&lt;br/&gt;Working:&lt;br/&gt;MM.Wfs.Prepress.Imposer.App.Console(1)_Imposer_2_2024-09-11T115854504Z.zip&lt;br/&gt;contains: a.csv&lt;br/&gt;&lt;br/&gt;I have also put the not working zip file to c:\temp to have a short full path. But it's also not working.&lt;br/&gt;&lt;br/&gt;Regards Stefan</description><pubDate>Wed, 11 Sep 2024 13:04:12 GMT</pubDate><dc:creator>StefanBu</dc:creator></item><item><title>RE: Unzipping Files with Long Filenames Not Working</title><link>https://www.logviewplus.com/forum/post/2237</link><description>Hi&amp;nbsp;Stefan,&lt;br/&gt;&lt;br/&gt;Apologies for the slow reply. Our forum software identified this message as spam and it was only just discovered.&lt;br/&gt;&lt;br/&gt;I tested with the log file name suggested and the zip file opened successfully on my machine.&amp;nbsp; Are you using the latest version of LogViewPlus?&amp;nbsp; Maybe the full path to the file exceeds 255 characters?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 10 Sep 2024 18:58:07 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>