I have found a bug in unarj internal module.
When files are packed on linux operating system with option (-2o, -2o1 or -2o2), totalcmd is unable to display and extract such archive.
What is -2o* parameter:
Code: Select all
2o: [UNIX] store/restore file ownership
2o1: store numeric UID/GID values
2o2: same as -2o but saves group as well
Internal UNARJ module display only the first file in archive and cannot view and extract files.
I have attached an example arj archive build on linux with all -2o* group:
[links removed due to spam policy - if you would like them, I will put this links]
All archives contain the same 9 files with 'test X' content (where X is a digit from 1 to 9).
PS: when I uncheck in Packer configuration to use internal un-arj module and enter a valid arj.exe (or arj32.exe) unpacker, all files are extracted correctly.
Is it possible to fix this error?