Just tried that -- yes it also produces the problematic files just as "compress to". Win10's is fine as you noted. >7z l nonempty_send_to_win10.zip -slt 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 Scanning the drive for archives: 1 file, 126 bytes (1 KiB) Listing archive: nonempty_send_to_win10.zip -- Path = nonempty_send_to_win10.zip Type = zip Physical Size = 126 ---------- Path = nonempty.txt Folder = - Size = 4 Packed Size = 4 Modified = 2025-01-23 15:39:56 Created =...
Even non-empty file would cause the same issue: >7z l nonempty.zip -slt 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 Scanning the drive for archives: 1 file, 200 bytes (1 KiB) Listing archive: nonempty.zip -- Path = nonempty.zip Type = zip Physical Size = 200 ---------- Path = nonempty.txt Folder = - Size = 4 Packed Size = 6 Modified = 2025-01-23 09:32:31 Created = Accessed = Attributes = -rw-rw-rw- Encrypted = - Comment = CRC = 9BE3E0A3 Method = Deflate Characteristics =...
"Not implemented" when trying to rename files in a Windows 11 created zip
I haven't tested it in awhile, but IIRC we need to manually downgrade DGIndex because the CLI megui is using no longer existed as said in https://sourceforge.net/p/megui/bugs/963/#8528 Since DGIndex was downloaded via megui, I think megui should either update to the new CLI command format or just only download the old version. If that has already been done then it's "fixed". Otherwise, I'd say not.
I haven't tested it in awhile, but IIRC we need to manually downgrade DGIndex because the CLI megui is using no longer existed as said in https://sourceforge.net/p/megui/bugs/963/#8528 Since DGIndex was bundled with megui, I think megui should either update to the new CLI command format or just bundle the old version. If that has already been done then it's "fixed". Otherwise, I'd say not.
Sorry, I think you misunderstand me. I have 2.0.0.5 manual, just that it has already removed the "legacy" CLI entirely MeGUI is using. So MeGUI should either not updating to 2.0.0.5, or change its generated commands to the new style when calling DGIndex.
Thanks for the link, now I see where the problem came from. MeGUI uses the "Legacy Command-Line Interface" as mentioned in the manual you linked (which is for 2.0.0.0). However, it seems that this CLI has been removed in 2.0.0.5 (which is what MeGUI is currently using): this is no such appendix in my local copy of "DGIndexManual.html" in "MeGUI\tools\dgindex" folder anymore (I can't find changelog between 2.0.0.0 to 2.0.0.5, so can't confirm when it was removed.) Anyway, I think it's not a DGIndex...
I would like to, if I knew what exactly the commands MeGUI is calling. As I said above, the log for that part is kinda messed up (I can't even find "-SD" argument in DGIndex's document, to begin with).