Hi everyone, some good news about PowerArchiver… I’ve managed to get in touch with the original developer of PowerArchiver, Ivan Petrovic, and he has confirmed that the product is not dead or abandoned, in fact it is still very much alive! There has been a hiatus over the past months for various reasons, but that we should expect to see stuff coming through in the coming months (hopefully the next 2 months).
I had a large .tar file (a backed up WSL) and I want to delete a few directories and their contents from it using PA2023.
PA just destroys the whole archive as soon as I try to delete a directory, leaving it in a state where PA2023 won’t even open it any more.
I tried several times and also tried compressing it to .tar.xz instead - same result.
This should either actually work, or it should say operation not supported and do nothing.
Hello!
The regular version of PA 2023 is out for over 6 months now, but there is still no sign of the portable release.
(When) will there be one?
Thanks!
Hello!
Is there currently no portable version of PA2023 available?
(When) do you plan to release one?
Thanks!
Win 11 64 bit
I have some archives which have been encrypted, using the encrypt option either in pbs or when interactively creating a zip. When I open these, and look at files, I am asked for passwords, which I know, and then can view items or decrypt the files in the archive (tools>decrypt files).
However, when I use the Actions>Remove Archive Encryption (whether using the same zip or asking to write another), the routine shows progress bar to the end, but then just hangs i.e. “OK” never activates. All process information shows this stalled/hanging.
What can I do to sort this out?
For example:
Download this ZIP file: http://dslstats.me.uk/files/dslstats32W-6.5.zip
Everything in the ZIP file is in a directory “dslstats32W-6.5”.
However when I extract using right click “Extract Here” the name of the directory created is “2W-6.5” !
I am running PA 22.00.09 on Windows 11. I have seen the same happen with some other kinds of archive too.
If I compress a folder to a .pa using right click, Compress to folder.pa and use the new Windows 11 menu then the Options, Configuration, Miscellaneous, Use normal relative path setting is always enabled.
But I like this option disabled so I have to use the old style menu in order to get PA to compress a folder in the way I wish.
Just tried using the Modern (Windows 10) Icon set and seeing a few missing icons in both PowerArchiver Burner and PowerArchiver Encryption screens . They are all there in the Minimalistik icon set and the only difference I can see is the former is blue and the latter grey. In version 22.00.9
powerarc_2023-09-18_17-00-19.png
powerarc_2023-09-18_17-01-05.png
PA 22.00.09
344c6c52-f03f-407b-ad76-8130b31936bb-image.png
PA 22.00.09 shows a nag screen, when I try to open some setting windows. I have already PA 2023 Toolbox and PA shows, that it’s licensed in the info dialog.
a860bd81-3e71-4ce0-9988-74cd4189d43e-image.png
0836bc83-8046-4a91-bc7b-68bd231100a3-image.png
PA 22.00.09
Some labels in the help toolbar are not translated:
b3c1f5c4-b73d-49d8-9ed0-56294840838c-image.png
I’m looking forward to deploying PowerArchiver 2023 to my users. Can you tell us when the MSI will be available for download and distribution?
Thanks.
Hi there,
there were some security issues fixed in 7zip:
https://www.zerodayinitiative.com/advisories/ZDI-23-1165/
https://www.zerodayinitiative.com/advisories/ZDI-23-1164/
As it seems, that PowerArchiver and PACL use the 7zip libraries, could you please update them to the latest version?
Hi,
From where I get PAVD2023.EXE? PowerArchiver 2023 tries to open it.
But it seems, it tries to download PAVD2021.EXE.
Thanks
I noticed that the version of ZPAQ used is older than the latest released 7.15 https://mattmahoney.net/dc/zpaq.html also there seems to be a newer fork that adds several features https://github.com/fcorbelli/zpaqfranz
It would be useful to implement this latest version (it also maintains the same syntax and behavior as the latest official release if used the -715 flag) and add when opening a zpaq file a choice of the version of the files to show (e.g. as dummy folders represented the various versions present). Since any previous changes are stored with this format, it is possible to extract a snapshot of a certain date/version.
PA can't properly compress empty folders!
-
I found a similar thread…but my case is different.
I wanted to copy to another PC the folder structure of one of my drives of another PC
The command I used to create just the folder structure, via DOS prompt (I’m on XP), was:
xcopy k:\software. /T /E
And that worked great. The only way I can have you get those folders - so you can work with them and confirm the bug - is via a rar file…here it is: save via your mouse right button (if you use firefox and it says the archive is damaged, it’s firefox’s fault. use IE or a download manager)
Decompress it, you’ll see there are no files, but just empty folders (321 precisely)Then I tried to compress the empty folders just created (to make it faster to copy them on a floppy disk), using PA. The archive is always created BUT:
7z -> I get a 1KB empty archive
cab -> PA says it’s not a valid archive and can’t open it
bh, lha, zip -> it does not contain all of the folders, just some :confused:
tar -> when trying to open it, PA HANGS and I have to kill it! :eek:I think those above are really heavy bugs!!
ah, I was forgetting to say…I’m using PA 9.20.07
-
I wanted to copy to another PC the folder structure of one of my drives of another PC. The command I used to create just the folder structure, via DOS prompt (I’m on XP), was:
xcopy k:\software. /T /E
…
Then I tried to compress the empty folders just created (to make it faster to copy them on a floppy disk), using PA.Not related to the PA problem which I cannot check at the moment, but why didn’t you use the xcopy command to create the structure directly onto the floppy ?
e.g.
xcopy k:\software A: /T /EI don’t see any benefit to compressing/decompressing “empty folders”?
Note: not sure if you would need a “root” directory on A: first (255 sub-directory limit) ?
i.e.
mkdir a:\Manuangi
xcopy k:\software A:\Manuangi /T /EP.S. from the other thread, did you try playing with “Full Folder Info” and also “Misc. Options / use normal relative path” ?
-
Not related to the PA problem which I cannot check at the moment, but why didn’t you use the xcopy command to create the structure directly onto the floppy ?
e.g.
xcopy k:\software A: /T /EI don’t see any benefit to compressing/decompressing “empty folders”?
it’s just that the idea did not come to my mind…but thanks to that, I found this bug in PA!
-
it’s just that the idea did not come to my mind…but thanks to that, I found this bug in PA!
It is not an bug - problem is that you are not adding any files, so zip engine thinks it doesnt have anything to do. As long as there is one selected file among your selection, everything should work fine, right?
-
It is not an bug - problem is that you are not adding any files, so zip engine thinks it doesnt have anything to do. As long as there is one selected file among your selection, everything should work fine, right?
Forgive me, spwolf, but I think it is a bug…I might want, as in the described case, to compress just empty folders…and then PA wouldn’t be of use…it fails.
WinR** does that compression nice and smoothly…and that’s why the only thing I could link, on my 1st post here, was a rar file. -
Forgive me, spwolf, but I think it is a bug…I might want, as in the described case, to compress just empty folders…and then PA wouldn’t be of use…it fails.
WinR** does that compression nice and smoothly…and that’s why the only thing I could link, on my 1st post here, was a rar file.okie dokie.
-
okie dokie.
what does that mean? are you recognizing the bug ;) …or yr answer was just a sop? :(
one more thing…the fact that PA hangs when it has to handle the TAR archive…can you reproduce it?
-
Alright, I now have a chance to try this.
Using PA 9.21 with the “empty_folders.rar” results:-
Shell Extension “Test” reports all files OK.
Open with PA (double click rar file) and folders are shown in Explorer View.- Extract (inside PA) to new folder, creates new folder but it is empty.
- Shell Extension “extract to empty_folders” creates the subfolder but it is empty.
Finally, I used 7zip to extract - this created the subfolders correctly.
Use PA (shell extension) to compress to Zip.- This seems to work OK
- Test Zip - all files OK
-> extract to subfolder - directories/folders created (321).
:confused:
However,
Use PA (shell extension) to compress to CAB.- Open with PA => Error as Manuangi reported.
Use PA (shell extension) to compress to TAR - no tar file created.
Use PA (shell extension) to compress to 7z. - 7z created.
- Open with PA and no contents, even in explorer view.
- “extract to empty_folders” creates the subfolder but it is empty.
So it appears:-
RAR extraction has a problem, because PA handling should be same as 7zip.TAR works as spwolf stated - no files so nothing created not even empty TAR file.
7z almost works as spwolf stated - no files so nothing created except empty 7z file.
CAB has a fault, creates “invalid” file.Not sure what is happening with ZIP format. It seems to work in 9.21.
Has something changed between 9.20.07 and 9.21 ?? -
thank you for confirming, TBGBe! :)
now let’s wait for spwolf to reply! :)
-
I dont remember if anything was changed for 9.21 that would make it work - since we have been focused on 9.5 for a while now, but if it works then yes, it would seem that something was changed :-).
I do remember checking it out few months ago as well.
-
I dont remember if anything was changed for 9.21 that would make it work - since we have been focused on 9.5 for a while now, but if it works then yes, it would seem that something was changed :-).
I do remember checking it out few months ago as well.
are you going to do something for the bug?
-
with 9.5b4
compressing some empty folders and then decompressing the created archive with:
TAR, LHZ, BH -> the archive will contain just some of the folders. if you doubleclick on it, PA window will not show the files on the right panel with explorer view, you’ll have to click on the “+” left to the archive name, in the left panel
ZIP -> the archive will contain just some of the folders. doubleclicking on it shows those on the right.
CAB -> if you doubleclick on the archive, PA will say it’s corrupted. If you extract to a path, an empty folder will be created. If you “extract here”, nothing will be created.and PA’s decompressing window has to be closed manually
7Z -> everything is okSo…I guess bugs still to be fixed!
-
Not clear - Are you trying to compress ONLY empty folders?
Or multiple folders - some with files and some empty? -
Not clear - Are you trying to compress ONLY empty folders?
Or multiple folders - some with files and some empty?I think she is trying to compress only folders, with no files in them…
-
I think she is trying to compress only folders, with no files in them…
Yes, but then I wonder if this is a “real life” problem? It is certainly something I have never considered. Still …
@manuangi:TAR, LHZ, BH … Zip -> the archive will contain just some of the folders.
I agree this is a problem. It should be consistent, either ALL or NONE.
@manuangi:CAB -> if you doubleclick on the archive, PA will say it’s corrupted. If you extract to a path, an empty folder will be created. If you “extract here”, nothing will be created.and PA’s decompressing window has to be closed manually.
This is also a problem. PA should not create a corrupt archive.
-
- CAB format does not support this at all.
As to the all or non - are you sure this is happening? This is probably just related how relative path is saved.
-
- CAB format does not support this at all.
As to the all or non - are you sure this is happening? This is probably just related how relative path is saved.
Yes, this IS happening, and it’s not related to the path, believe me.
And if you don’t, try yourself and you’ll see I’m right.That behaviour is at least strange, isn’t it
-
Yes, this IS happenind, and it’s not related to the path, believe me.
And if you don’t, try yourself and you’ll see I’m right.That behaviour is at least strange, isn’t it
I did try it and it works fine in my example. Please post more information on what exactly is happening.
thank you,
-
download this:
http://ftp.7host.com/mix/Temp.7z (save rightclicking)
uncompress it, there are 35 empty folders in it.then compress those with all the archive types PA supports. you will see that with:
TAR, LHZ, BH -> the archive will contain just some of the folders (18 out of 35). if you doubleclick on it, PA window will not show the files on the right panel with explorer view, you’ll have to click on the “+” left to the archive name, in the left panel
ZIP -> the archive will contain just some of the folders (18 out of 35) . doubleclicking on it shows those on the right.
CAB -> if you doubleclick on the archive, PA will say it’s corrupted. If you extract to a path, an empty folder will be created. If you “extract here”, nothing will be created.and PA’s decompressing window has to be closed manually
7Z -> everything is ok
-
download this:
http://ftp.7host.com/mix/Temp.7z (save rightclicking)
uncompress it, there are 35 empty folders in it.then compress it with all the archive type PA supports. you will see that with:
That link does not work.
thanks,
-
mmh…ok
try this one:
http://greg79.altervista.org/Temp.7z (always save via rightclicking)that will work, I tried just now
-
mmh…ok
try this one:
http://greg79.altervista.org/Temp.7z (always save via rightclicking)that will work, I tried just now
great, thanks, we will check it out.
-
download this:
http://ftp.7host.com/mix/Temp.7z (save rightclicking)
…
http://greg79.altervista.org/Temp.7z (always save via rightclicking)sorry - neither works for me :confused:
If spwolf has been able to access - we can leave it here.Otherwise can you just confirm
@spwolf:she is trying to compress only folders, with no files in them…
or is it something else?
-
Otherwise can you just confirm
or is it something else?
Yes, this thread is about compressing EMPTY FOLDERS (no files in any of them)
-
Yes, this thread is about compressing EMPTY FOLDERS (no files in any of them)
OK - my results:
Create Folder “Empty Folders”
Create subfolders as below-Compress (right click) to “Empty Folders.xxx”
with 20 subfolders:
Zip, BH, LZH - all OK
TAR - only 19 subfolders (last folder, in name order, is not present) :(with 30 subfolders:
Zip, BH, LZH, TAR - all OKwith 40 subfolders
Zip, BH, LZH - all OK
TAR - only 39 subfolders (last folder, in name order, is not present) :(Same whether Use normal relative path - is checked or not except
when not checked, the “Empty Folder” itself is not stored,
when checked, the “Empty Folder” is also stored. -
Reminded by thw wishlist thread :
http://www.powerarchiver.com/forums/showthread.php?t=1371
@TBGBe:with 35 subfolders:
Zip, BH, LZH, TAR - all OKwith 40 subfolders
Zip, BH, LZH - all OK
TAR - only 39 subfolders (last folder, in name order, is not present) :(Note : All folders are empty (no files).
Checked compress via shell extension, for TAR I actually used TAR.GZ.
Problem (?) still in PA9.51.01 :(