https://bugs.winehq.org/show_bug.cgi?id=41411
Bug ID: 41411 Summary: 7za (part of 7-zip) handles some non-latin file names incorrectly under wine Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: unxed@mail.ru Distribution: ---
app: http://www.7-zip.org/a/7z1603-extra.7z sample archive to test: http://pnboy.pinguix.com/gapan/23-10-2012-b-fasi-eaep.zip
1. list sample archive using 7za: "7za.exe l 23-10-2012-b-fasi-eaep.zip" 2. compare to it's output on windows (or with listing using "unzip -l 23-10-2012-b-fasi-eaep.zip")
you will see incorrect filename encoding in 7za's output
p7zip, 7za's native linux port, behaves correctly with this archive
https://bugs.winehq.org/show_bug.cgi?id=41411
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- You need to report bugs against development version of wine, since bugs could be already fixed...Your wine in this case is really outdated. You need to upgrade 1.8 or 1.9 series. Or use wine-staging.
Can you retest with newer wine?
https://bugs.winehq.org/show_bug.cgi?id=41411
--- Comment #2 from unxed unxed@mail.ru --- retested with wine 1.9.20 still present
btw, noticed that 7za.exe unpacks this file correctly. problem is with file listing only.
https://bugs.winehq.org/show_bug.cgi?id=41411
--- Comment #3 from winetest@luukku.com --- Indeed there seems to be some issues with the names.
wine 2.7-git.
https://bugs.winehq.org/show_bug.cgi?id=41411
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mywine@schiermeier-it.de
--- Comment #4 from Joerg Schiermeier mywine@schiermeier-it.de --- The test file "23-10-2012-b-fasi-eaep.zip" is also here: https://github.com/elfmz/far2l/issues/122
So I tried with 7-Zip v22.01 from 2022-07-15 64bit an got this:
joerg@Archimedes ~ % wine ./7z2201-extra/7za.exe l 23-10-2012-b-fasi-eaep.zip 0074:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0074:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0074:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0074:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
7-Zip (a) 22.01 (x86) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
Scanning the drive for archives: 1 file, 186138 bytes (182 KiB)
Listing archive: 23-10-2012-b-fasi-eaep.zip
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION -- Path = 23-10-2012-b-fasi-eaep.zip Type = zip Physical Size = 186138
Date Time Attr Size Compressed Name ------------------- ----- ------------ ------------ ------------------------ 2012-10-23 17:03:56 ....A 61440 8779 _' F_S_ __18.41_S_.____ (___).xls 2012-10-23 17:03:14 ....A 81408 18623 _' F_S_ __06 S______ ____ (___).xls 2012-10-23 17:03:22 ....A 200704 46080 _' F_S_ __08_S_.____ (___).xls 2012-10-23 17:03:28 ....A 47104 9732 _' F_S_ __11 S______ ____ (___).xls 2012-10-23 17:03:33 ....A 55296 12751 _' F_S_ __16_S_.____ (___).xls 2012-10-23 17:03:44 ....A 119296 28740 _' F_S_ __19_20 S_. ____ (___).xls 2012-10-23 17:03:51 ....A 228864 59345 _' F_S_ __32_S_. ____ (___).xls ------------------- ----- ------------ ------------ ------------------------ 2012-10-23 17:03:56 794112 184050 7 files
Then I just used unzip from my distro (linux) to show the contents of the ZIP file:
joerg@Archimedes ~ % unzip -l 23-10-2012-b-fasi-eaep.zip
Archive: 23-10-2012-b-fasi-eaep.zip Length Date Time Name --------- ---------- ----- ---- 61440 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ18.41_ΣΧ.ΕΑΕΠ (ΙΝΤ).xls 81408 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ06 ΣΧΟΛΕΙΑ ΕΑΕΠ (ΙΝΤ).xls 200704 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ08_ΣΧ.ΕΑΕΠ (ΙΝΤ).xls 47104 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ11 ΣΧΟΛΕΙΑ ΕΑΕΠ (ΙΝΤ).xls 55296 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ16_ΣΧ.ΕΑΕΠ (ΙΝΤ).xls 119296 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ19_20 ΣΧ. ΕΑΕΠ (ΙΝΤ).xls 228864 2012-10-23 19:03 Β' ΦΑΣΗ ΠΕ32_ΣΧ. ΕΑΕΠ (ΙΝΤ).xls --------- ------- 794112 7 files
Conclusion: This bug is still alive.
https://bugs.winehq.org/show_bug.cgi?id=41411
--- Comment #5 from Joerg Schiermeier mywine@schiermeier-it.de ---
Conclusion: This bug is still alive.
Tested with wine version "wine-8.0-rc1".
https://bugs.winehq.org/show_bug.cgi?id=41411
--- Comment #6 from Joerg Schiermeier mywine@schiermeier-it.de --- Uups, seems to be a 7zip problem: https://sourceforge.net/p/p7zip/bugs/188/
So if this is really a problem with 7zip then this bug is invalid!
https://bugs.winehq.org/show_bug.cgi?id=41411
--- Comment #7 from Joerg Schiermeier mywine@schiermeier-it.de --- Aaaaah this is an 7zip error!
I just checked it with "Windows 10 pro 64bit" cmd.exe and got this:
--- 7-Zip (a) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
Scanning the drive for archives: 1 file, 186138 bytes (182 KiB)
Listing archive: 23-10-2012-b-fasi-eaep.zip
-- Path = 23-10-2012-b-fasi-eaep.zip Type = zip Physical Size = 186138
Date Time Attr Size Compressed Name ------------------- ----- ------------ ------------ ------------------------ 2012-10-23 17:03:56 ....A 61440 8779 _' F_S_ __18.41_S_.____ (___).xls 2012-10-23 17:03:14 ....A 81408 18623 _' F_S_ __06 S______ ____ (___).xls 2012-10-23 17:03:22 ....A 200704 46080 _' F_S_ __08_S_.____ (___).xls 2012-10-23 17:03:28 ....A 47104 9732 _' F_S_ __11 S______ ____ (___).xls 2012-10-23 17:03:33 ....A 55296 12751 _' F_S_ __16_S_.____ (___).xls 2012-10-23 17:03:44 ....A 119296 28740 _' F_S_ __19_20 S_. ____ (___).xls 2012-10-23 17:03:51 ....A 228864 59345 _' F_S_ __32_S_. ____ (___).xls ------------------- ----- ------------ ------------ ------------------------ 2012-10-23 17:03:56 794112 184050 7 files
---
So:
This bug is invalid! Somebody may close it.
https://bugs.winehq.org/show_bug.cgi?id=41411
--- Comment #8 from Joerg Schiermeier mywine@schiermeier-it.de --- notourbug
https://bugs.winehq.org/show_bug.cgi?id=41411
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED CC| |z.figura12@gmail.com
--- Comment #9 from Zeb Figura z.figura12@gmail.com --- Resolving INVALID then, thanks for testing.
https://bugs.winehq.org/show_bug.cgi?id=41411
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Gijs Vermeulen gijsvrm@gmail.com --- Closing INVALID.