Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. PowerArchiver 2021
    3. Tech Support
    • PA2021: Cannot close ZIP Comment

      BigMike

      Hi,

      I can’t close ZIP archive comments. Neither in archive nor in explorer view the “x button” works. I’m testing with PA 20.00.73 (x64 and x86)

      e5f2dd8c-e008-4c26-a364-4b1a0a8f8c69-image.png

      Tech Support
    • Powerarchiver 2021 incorrectly extract tar.xz file

      E

      Configuration:
      Powerarchiver 2021 20.00.73
      Windows 10 Education 10.0.19042 Build 19042

      When extracting gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf.tar.xz , Powerarchiver wrongly thinks some .exe files have a length of zero:

      98773b3b-65c0-48fa-8cd4-d081b2e0adee-image.png

      Once extracted:

      D:\Temp\Powerarchiver\gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf\bin>dir *.exe Volume in drive D is DATA Volume Serial Number is 0E12-BCA2 Directory of D:\Temp\Powerarchiver\gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf\bin 2020-11-20 07:10 PM 1,391,599 arm-none-linux-gnueabihf-addr2line.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ar.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-as.exe 2020-11-20 07:41 PM 3,030,119 arm-none-linux-gnueabihf-c++.exe 2020-11-20 07:10 PM 1,389,293 arm-none-linux-gnueabihf-c++filt.exe 2020-11-20 07:41 PM 3,027,513 arm-none-linux-gnueabihf-cpp.exe 2020-11-20 07:10 PM 4,040,503 arm-none-linux-gnueabihf-dwp.exe 2020-11-20 07:10 PM 391,769 arm-none-linux-gnueabihf-elfedit.exe 2020-11-20 07:41 PM 0 arm-none-linux-gnueabihf-g++.exe 2020-11-20 07:41 PM 3,026,926 arm-none-linux-gnueabihf-gcc-10.2.1.exe 2020-11-20 07:41 PM 609,607 arm-none-linux-gnueabihf-gcc-ar.exe 2020-11-20 07:41 PM 609,607 arm-none-linux-gnueabihf-gcc-nm.exe 2020-11-20 07:41 PM 609,607 arm-none-linux-gnueabihf-gcc-ranlib.exe 2020-11-20 07:41 PM 0 arm-none-linux-gnueabihf-gcc.exe 2020-11-20 07:41 PM 2,165,533 arm-none-linux-gnueabihf-gcov-dump.exe 2020-11-20 07:41 PM 2,343,605 arm-none-linux-gnueabihf-gcov-tool.exe 2020-11-20 07:41 PM 2,450,233 arm-none-linux-gnueabihf-gcov.exe 2020-11-20 07:54 PM 9,605,899 arm-none-linux-gnueabihf-gdb.exe 2020-11-20 07:41 PM 3,028,997 arm-none-linux-gnueabihf-gfortran.exe 2020-11-20 07:10 PM 1,412,943 arm-none-linux-gnueabihf-gprof.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ld.bfd.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ld.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ld.gold.exe 2020-11-20 07:41 PM 25,546,567 arm-none-linux-gnueabihf-lto-dump.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-nm.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-objcopy.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-objdump.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ranlib.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-readelf.exe 2020-11-20 07:10 PM 1,393,083 arm-none-linux-gnueabihf-size.exe 2020-11-20 07:10 PM 1,392,464 arm-none-linux-gnueabihf-strings.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-strip.exe 32 File(s) 67,465,867 bytes 0 Dir(s) 1,002,422,431,744 bytes free

      When the same archive is being extracted from a git bash session (after having installed git 2.30.1 for Windows 64 bit version from git-scm.com), the .exe files are extracted as expected:

      xz -k -d gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf.tar.xz tar xf gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf.tar cd gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf/bin ll *.exe -rwxr-xr-x 1 User 197121 1391599 Nov 20 19:10 arm-none-linux-gnueabihf-addr2line.exe* -rwxr-xr-x 2 User 197121 1421598 Nov 20 19:10 arm-none-linux-gnueabihf-ar.exe* -rwxr-xr-x 2 User 197121 2028927 Nov 20 19:10 arm-none-linux-gnueabihf-as.exe* -rwxr-xr-x 2 User 197121 3030119 Nov 20 19:41 arm-none-linux-gnueabihf-c++.exe* -rwxr-xr-x 1 User 197121 1389293 Nov 20 19:10 arm-none-linux-gnueabihf-c++filt.exe* -rwxr-xr-x 1 User 197121 3027513 Nov 20 19:41 arm-none-linux-gnueabihf-cpp.exe* -rwxr-xr-x 1 User 197121 4040503 Nov 20 19:10 arm-none-linux-gnueabihf-dwp.exe* -rwxr-xr-x 1 User 197121 391769 Nov 20 19:10 arm-none-linux-gnueabihf-elfedit.exe* -rwxr-xr-x 2 User 197121 3030119 Nov 20 19:41 arm-none-linux-gnueabihf-g++.exe* -rwxr-xr-x 2 User 197121 3026926 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-10.2.1.exe* -rwxr-xr-x 1 User 197121 609607 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-ar.exe* -rwxr-xr-x 1 User 197121 609607 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-nm.exe* -rwxr-xr-x 1 User 197121 609607 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-ranlib.exe* -rwxr-xr-x 2 User 197121 3026926 Nov 20 19:41 arm-none-linux-gnueabihf-gcc.exe* -rwxr-xr-x 1 User 197121 2165533 Nov 20 19:41 arm-none-linux-gnueabihf-gcov-dump.exe* -rwxr-xr-x 1 User 197121 2343605 Nov 20 19:41 arm-none-linux-gnueabihf-gcov-tool.exe* -rwxr-xr-x 1 User 197121 2450233 Nov 20 19:41 arm-none-linux-gnueabihf-gcov.exe* -rwxr-xr-x 1 User 197121 9605899 Nov 20 19:54 arm-none-linux-gnueabihf-gdb.exe* -rwxr-xr-x 1 User 197121 3028997 Nov 20 19:41 arm-none-linux-gnueabihf-gfortran.exe* -rwxr-xr-x 1 User 197121 1412943 Nov 20 19:10 arm-none-linux-gnueabihf-gprof.exe* -rwxr-xr-x 4 User 197121 2572182 Nov 20 19:10 arm-none-linux-gnueabihf-ld.bfd.exe* -rwxr-xr-x 4 User 197121 2572182 Nov 20 19:10 arm-none-linux-gnueabihf-ld.exe* -rwxr-xr-x 2 User 197121 4550029 Nov 20 19:10 arm-none-linux-gnueabihf-ld.gold.exe* -rwxr-xr-x 1 User 197121 25546567 Nov 20 19:41 arm-none-linux-gnueabihf-lto-dump.exe* -rwxr-xr-x 2 User 197121 1404945 Nov 20 19:10 arm-none-linux-gnueabihf-nm.exe* -rwxr-xr-x 2 User 197121 1531656 Nov 20 19:10 arm-none-linux-gnueabihf-objcopy.exe* -rwxr-xr-x 2 User 197121 1991350 Nov 20 19:10 arm-none-linux-gnueabihf-objdump.exe* -rwxr-xr-x 2 User 197121 1421598 Nov 20 19:10 arm-none-linux-gnueabihf-ranlib.exe* -rwxr-xr-x 2 User 197121 1163376 Nov 20 19:10 arm-none-linux-gnueabihf-readelf.exe* -rwxr-xr-x 1 User 197121 1393083 Nov 20 19:10 arm-none-linux-gnueabihf-size.exe* -rwxr-xr-x 1 User 197121 1392464 Nov 20 19:10 arm-none-linux-gnueabihf-strings.exe* -rwxr-xr-x 2 User 197121 1531656 Nov 20 19:10 arm-none-linux-gnueabihf-strip.exe*

      The same archive file does extract properly under a native Linux Ubuntu 20.04 system, or under Windows 10 using the WSL2 Linux subsystem using xz and tar.

      Tech Support
    • Log waite for bugs to be fixed

      D

      Its a long time since people reported bugs like converter bug still no fix yet

      Tech Support
    • Is PowerArchiver 2021 stable?

      BigMike

      Hi,

      I just saw, that on the Website, PowerArchiver 2021 20.00.73 is advertised as latest version. (Actually, the downloaded version says, it’s 20.00.70 in the about dialog)
      But it still comes with the “red icon set” for preview versions and has some known unfixed bugs, as I read here.

      Is it sufficiently stable to be used on production systems?

      Kind regards

      Tech Support
    • File Browser: Operations don't trigger UAC

      BigMike

      This happens in Archive and Explorer Mode:

      Navigate to a folder, which is UAC protected (for example C:\Program Files) Right click -> New -> Folder (or any other item)
      => Nothing happens

      Expected behaviour: UAC prompt is triggered and a new folder (or file) will be created

      PowerArchiver 19.00.57

      Tech Support
    • Bugs I found and wanted to share with the team.

      B

      Hi I recently bought PowerArchiver and found some bugs and issues that I hit testing some of the features out.

      If you are doing a backup and on the compression options screen its default is compression format is PA with no option to change disk spanning. If you change to 7-zip you can change disk spanning. If you change the disk spanning then move back to PA format the field for disk spanning disables but the option stays set to what you changed it to. When you do a backup it will use PA with files spanning but PowerArchiver says that its not a valid format when you open it. If PA can’t really do file spanning then this screen is allowing it.

      I have attached an image where the progress bar is in the middle of the CD/DVD/BD Tools screen.

      alt text

      I have a 7-Zip file I created using the backup tools doing an increment backup. It opens and extracts just fine but if you using the Test option PowerArchiver locks up. Link to file: Backup-2021-02-05-20-35-36 TEST LOCKUP.7z

      On any Zip/PA/7-Zip process the pause and cancel buttons do not work. You have to hard kill the entire application to get out.

      Tech Support
    • Does PA supports Intel's zlib?

      G

      There would be many of us with Intel Processors.

      and they have their own optimized zlib algorithm, which can result in more efficiency if used combined with their hardware processor.

      Reference:
      https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/zlib-compression-whitepaper-copy.pdf

      Can we get the same Functionality Under Hardware Acceleration Feature?

      Zlib is not the only feature that intel has included with their processor, there’s many, which if combined can result in efficient and better compression ratios.

      Tech Support
    • PA Batch Archive post completion error

      G

      Hi,

      After the batch archiving is complete, and if I click on whitespace of the PA app, I get this error.

      PA Batch.png

      I did check for ongoing process and ensured no archives were corrupt, It seems like activity did complete successfully but the error is shown for no reason, and only after clicking the whitespace.

      Please see if this can be removed.

      Tech Support
    • PA and conflict with Antivirus

      G

      I’m using the Kaspersky Total Security.

      I have configured PA as exclusion as followed:

      PA Exclusion.png

      and also is set us trusted application

      PA Trusted Application.png

      Scenario:

      My Antivirus likes to scan for everything, and it’s safeguarding behavior is to prevent the access to the file until the file is properly scanned for.

      The issue:

      PA when losses the access to file, it is stuck, consumes Resources, and never completes the process or throws any error

      Recommendation:
      PAStarter should also work as PAMonitor:
      There should be a monitoring process, at least if I’m using queuing feature, that should check for never ending compression processes and terminate them so the queue can be little bit automated.

      Also,
      There should be multiple attempts at retrying if PA loses access to or is denied, instead of having to see process was stuck for longer duration.

      Or, better, save the parameters I used for keeping the files in compression, and automatically restart the whole compression process after termination the same, of same folders and files set, this should happen in case if compression was stuck.

      Tech Support
    • Using the Queue Feature affects Compression Ratio negatively

      G

      If you use Queue Feature, you are not saving on space, you are just squeezing less.

      Here’s explaination:

      https://youtu.be/XcxG2wxyink

      I did test the same on multiple files, and of different types.

      It does have large difference for each large file you are trying to squeeze.

      Folders with multiple files, just have no benefits if you use Queue Feature

      Tech Support
    • Problems with Color-scheme after upgrade to build 73

      A

      Hello!
      I am using the portable version of PA2021. After switching from build 58 to 73 I have problems with the color-scheme:
      While 58 behaves like expected and showed everything in light or dark colors according to the settings, 73 always shows the lower part of the window in dark colors, no matter whether I select automatic, light or dark.
      This happens on a clean installation of 73 as well as on an update from build 58. I have attached two images generated on the same machine at the same time with the same settings. The upper shows build 73, the lower 58. Is it a bug or some changed setting I miss?
      Thanks for help!
      A.Borque

      PA2021_73.png PA2021_58.png

      Tech Support
    • Command line

      L

      Hello,

      PowerArchiver Command Line 7 support file greater than 2 Go ?

      Thanks

      Tech Support
    • PA shows incorrect archive properties

      G

      If you have tabbed archive browsing(reuse same window for all archive opening)
      and if you open two archives, and right click on older one to view properties it will only show of the recent archive that was opened, on all tabs/archives

      upgraded to 20.0.73

      Tech Support
    • Can I activate PowerArchiver on 2 devices with 1 license?

      2

      Hi.

      I currently own the PowerArchiver Select - lifetime free upgrades and support for PowerArchiver Toolbox English license.

      This license is active on 1 device. Does the license allow me to activate PowerArchiver on a second device that I own? Or do I need a separate license for that?

      Thank you ! :)

      Tech Support
    • No updates for portable version?

      A

      Hello!
      While the installable version of PA 2021 has already received two updates and is at version 20.0.73 the portable version still remains at the initially released build 58. Are there plans to update that version, too?
      Thanks for a reply!

      Tech Support
    • PowerArchiver shell extensions possibly crashing windows explorer.exe

      U

      I’ve been dealing with an intermittent explorer.exe crash for 5-6 years now. It happens randomly and will usually occur multiple times within a single session of an hour or two on my machine when manipulating files through Windows Explorer. explorer.exe is the only thing that ever crashes, so it’s not hardware IMO. I’ve done all hardware diagnostics and RAM is good. I’ve even swapped out motherboards with different brand and even the exact same one and it still crashes. sfc /scannow indicates system files are fine. I’ve done multiple reinstalls of the OS with no positive results. This crashing has happened on Windows 7 64-bit and Windows 10 64-bit. It seemed to get more frequent with Windows 10 after upgrading last year. I’ve also been using PowerArchiver throughout that time period (upgrading over time with new releases). I recently disabled all non-Microsoft extensions via ShellExView and saw no crashes for about 10 days, which is really unusual. I turned back them all back on after 10 days and saw another explorer.exe crash within the hour. So I disabled all 32-bit extensions and saw another crash. Following that I disabled all the PowerArchiver shell extensions and haven’t seen a crash after a day of heavy usage manipulating files within Windows Explorer, which doesn’t happen for me. The crash dumps I’ve captured don’t seem to indicate PowerArchiver is involved but I have a hunch it has something do with PowerArchiver shell extensions. The system even feels smoother with the PA extensions disabled. Windows 10 reliability monitor always has the same type of problem:

      Description Faulting Application Path: C:\WINDOWS\explorer.exe Problem signature Problem Event Name: BEX64 Application Name: explorer.exe Application Version: 10.0.17134.165 Application Timestamp: 4031a9f8 Fault Module Name: StackHash_e78e Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Offset: PCH_8D_FROM_ntdll+0x000000000009AA54 Exception Code: c0000005 Exception Data: 0000000000000008 OS Version: 10.0.17134.2.0.0.256.48 Locale ID: 1033 Additional Information 1: e78e Additional Information 2: e78e327659b46c9a0c6916396b253cbf Additional Information 3: cebf Additional Information 4: cebf952c5db535ae7880488aafce55d9 Extra information about the problem Bucket ID: 1a57e4e784fbc735c231c68bd88581a9 (1311047270476906921)

      I know this is a very nebulous explanation but is there any way to link this up to PA shell extensions as the cause? I can provide the crash dumps and additional information if necessary.

      Tech Support
    • Bug in Archive Converter

      T

      When you select “Deflate (.zip, compatible)” as the method, it still converts the archive to a ZIPX format.

      Tech Support
    • UHA support

      D

      Would like to see uha archives supported compression as well as extraction. I use this all the time and it is a very good compression format

      Tech Support
    • Right-Click Compression

      Z

      In windows 10 you can right-click and select send to and the compressed zipped folder and the zip folder will contain the name of the last selected file.

      Does PowerArchiver have a similar function?

      Tom

      Tech Support
    • Cannot convert archive to .zip, always creates .zipx

      C

      Converting an archive to .zip (using both the “Deflate (.zip, compatible)” and “Store” compression methods) always creates a .zipx file instead.

      pa-convert-zip-1.jpg
      pa-convert-zip-2.jpg

      Using the “Store” method sometimes creates a .zip file; I have seen it happen just now, but I cannot reproduce it.

      Tech Support
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • spwolf

      Fast Ring: PowerArchiver 2021 20.00.57
      • spwolf

      1
      2
      Votes
      1
      Posts
      75
      Views

      spwolf

      New version: 21.00.57
      Download:
      https://powerarchiver.cachefly.net/2021/powarc200057.exe

      Release Notes - PowerArchiver - Version 21.00.57

      ** Bug
      * [PA-2798] - Backup: Spanning dropdown not showing top border
      * [PA-2801] - Encrypt Tool: Use Fips checkbox overlaps with other frames when resized
      * [PA-2802] - Back arrow button in burner apps not displaying as button when hovering over it
      * [PA-2805] - Text too close to Span dropdown in Backup
      * [PA-2807] - Files not showing inside specific tar.gz
      * [PA-2814] - Backup Icons not showing
      * [PA-2815] - D&D a folder onto an archive in windows explorer does not work
      * [PA-2816] - .apk files not recognized as zip, give compression options
      * [PA-2817] - Renaming files inside PA archives does not work
      * [PA-2818] - Multi extract tool not extracting tar.gz files
      * [PA-2819] - Shell submenu in Config says 2019 instead of 2021

      Whats New

      Small fixed and improvements. @Alpha-Testers please check it out and let us know!
    • spwolf

      PowerArchiver and PACL for macOS
      • spwolf

      8
      0
      Votes
      8
      Posts
      1811
      Views

      M

      hi guys, please contact us at support at conexware dot com and we’ll sort it out.

      thanks!!

    • spwolf

      Fast Ring: PowerArchiver 2019 19.00.51/54/57/58/59
      • spwolf

      24
      2
      Votes
      24
      Posts
      4585
      Views

      Luxor

      Right clicking a folder and selecting compress to folder.pa now works too.

    • spwolf

      Alpha tester: applications
      • spwolf

      88
      0
      Votes
      88
      Posts
      127739
      Views

      S

      Please sign my up to be a tester…

    • spwolf

      FAQ: PowerArchiver Anonymous usage statistics
      • spwolf

      2
      0
      Votes
      2
      Posts
      32476
      Views

      RJWaring

      Nice idea spwolf, as part of any R&D this will be a valued and welcome tool in order to assist Powerarchiver maintain an already excellent customer service and in theory enable conexware to role out important fixes/patches faster with less impact to the end user.

    • spwolf

      FAQ: What is optimized 7-Zip compression?
      • spwolf

      1
      0
      Votes
      1
      Posts
      26296
      Views

      spwolf

      7-Zip Optimized Compression in PowerArchiver
      **
      What is it?**
      From PowerArchiver 2009, we have added feature called Optimized 7-Zip compression. This feature is currently unique to PowerArchiver 2009.

      With Optimized Compression we have tried to solve one of the most important issues that 7-Zip has when compared to ZIP and RAR formats, which is speed and automatic detection of content being compressed.

      What does it do?
      With Optimized compression feature on, PowerArchiver tries to smartly detect files that are being compressed and assign special compression methods to improve either speed or compression. In the case of text files, it automatically uses PPMd compression for them (instead of LZMA) which has a lot better compression ratio and is also faster. For files that can not be compressed further, it uses different LZMA settings to speed up compression without losing compression strenght. It also works great with solid setting on, which is reccomended as not only it increases compression strenght but also speed as well.

      Results
      Results are double the compression strenght on text files, and double the speed on files that can not be compressed (mp3, avi, mpeg, etc). Obviously these are the best case scenarios, and in real life usage it depends on data that you are trying to compress.

    • spwolf

      Get free PowerArchiver Toolbox license for reporting bugs!
      • spwolf

      14
      3
      Votes
      14
      Posts
      18899
      Views

      spwolf

      @darthpingoo said in Get free PowerArchiver Toolbox license for reporting bugs!:

      Offer still valid?

      it is always valid…

    • BigMike

      PA2021: Cannot close ZIP Comment
      • BigMike

      1
      0
      Votes
      1
      Posts
      5
      Views

      BigMike

      Hi,

      I can’t close ZIP archive comments. Neither in archive nor in explorer view the “x button” works. I’m testing with PA 20.00.73 (x64 and x86)

      e5f2dd8c-e008-4c26-a364-4b1a0a8f8c69-image.png

    • E

      Powerarchiver 2021 incorrectly extract tar.xz file
      • eperie

      4
      1
      Votes
      4
      Posts
      81
      Views

      E

      Hi @mili ,

      You are welcome, and thank you for the feedback. Are you planning do update the current thread at the time the issue will have been fixed ?

      Thanks.

    • D

      Log waite for bugs to be fixed
      • davidsplash

      4
      0
      Votes
      4
      Posts
      56
      Views

      M

      @davidsplash

      Yes, we became aware of it as someone else reported it as well. We have it on the list for the next update.

      Thanks!

    • BigMike

      Is PowerArchiver 2021 stable?
      • BigMike

      5
      0
      Votes
      5
      Posts
      44
      Views

      K

      I confirm the icon set is Red.

      @Mili Did you receive my email? I’m waiting for your reply.

    • BigMike

      UNSOLVED File Browser: Operations don't trigger UAC
      • BigMike

      10
      1
      Votes
      10
      Posts
      1850
      Views

      BigMike

      While this seem to have been fixed in the x64 version 20.0.0.73, it seems to happen now with the x86 version

    • B

      Bugs I found and wanted to share with the team.
      • BradNagel

      4
      0
      Votes
      4
      Posts
      151
      Views

      M

      Thansk for the details @bradnagel
      We have logged these in for fixing.

      Which format archive are you working with when the pause/cancel buttons do not work?
      Are you compressing or extracting?

    • G

      Does PA supports Intel's zlib?
      • godlydevils

      2
      0
      Votes
      2
      Posts
      51
      Views

      M

      many thanks for the details @godlydevils
      I am logging this in to the dev team to check out, sounds interesting.

      Will let you know if we can implement it.

    • G

      PA Batch Archive post completion error
      • godlydevils

      2
      0
      Votes
      2
      Posts
      50
      Views

      M

      Hi @godlydevils

      Been trying to reproduce but cannot, I cat get it to appear. I click immediately upon the completion of the batch compression.

      Has anyone else been able to reproduce this issue?

      Will keep trying.

      Thanks!

    • G

      PA and conflict with Antivirus
      • godlydevils

      1
      0
      Votes
      1
      Posts
      42
      Views

      G

      I’m using the Kaspersky Total Security.

      I have configured PA as exclusion as followed:

      PA Exclusion.png

      and also is set us trusted application

      PA Trusted Application.png

      Scenario:

      My Antivirus likes to scan for everything, and it’s safeguarding behavior is to prevent the access to the file until the file is properly scanned for.

      The issue:

      PA when losses the access to file, it is stuck, consumes Resources, and never completes the process or throws any error

      Recommendation:
      PAStarter should also work as PAMonitor:
      There should be a monitoring process, at least if I’m using queuing feature, that should check for never ending compression processes and terminate them so the queue can be little bit automated.

      Also,
      There should be multiple attempts at retrying if PA loses access to or is denied, instead of having to see process was stuck for longer duration.

      Or, better, save the parameters I used for keeping the files in compression, and automatically restart the whole compression process after termination the same, of same folders and files set, this should happen in case if compression was stuck.

    • G

      Using the Queue Feature affects Compression Ratio negatively
      • godlydevils

      1
      0
      Votes
      1
      Posts
      37
      Views

      G

      If you use Queue Feature, you are not saving on space, you are just squeezing less.

      Here’s explaination:

      https://youtu.be/XcxG2wxyink

      I did test the same on multiple files, and of different types.

      It does have large difference for each large file you are trying to squeeze.

      Folders with multiple files, just have no benefits if you use Queue Feature

    • A

      Problems with Color-scheme after upgrade to build 73
      • a.borque

      2
      0
      Votes
      2
      Posts
      142
      Views

      M

      Thanks @a-borque

      There were updates to the skinning and interface components in latest version. We have confirmed the issue in the portable version and have logged it in for fixing in the next version.

      Thanks for letting us know!

    • L

      Command line
      • lb69

      3
      0
      Votes
      3
      Posts
      303
      Views

      L

      Hello,

      Thanks.

      With the 7 version ?

    • G

      PA shows incorrect archive properties
      • godlydevils

      1
      0
      Votes
      1
      Posts
      94
      Views

      G

      If you have tabbed archive browsing(reuse same window for all archive opening)
      and if you open two archives, and right click on older one to view properties it will only show of the recent archive that was opened, on all tabs/archives

      upgraded to 20.0.73

    • 2

      Can I activate PowerArchiver on 2 devices with 1 license?
      • 2Flo

      4
      0
      Votes
      4
      Posts
      161
      Views

      M

      @2flo
      Yes, you’re all good to install it on the two machines and use them as mentioned. You will be using PowerArchiver within the terms of use.

    • A

      No updates for portable version?
      • a.borque

      2
      0
      Votes
      2
      Posts
      144
      Views

      M

      hello @a-borque

      The portable version is ready and our download page has been updated with the link for the latest portable version.

      Thanks!

    • U

      UNSOLVED PowerArchiver shell extensions possibly crashing windows explorer.exe
      • U1zy3o2ih5ebk2F

      29
      0
      Votes
      29
      Posts
      3090
      Views

      spwolf

      @f16akias said in PowerArchiver shell extensions possibly crashing windows explorer.exe:

      @davidsplash
      Ok of course to give more information again.

      Just to make it clear, @U1zy3o2ih5ebk2F is someone else and you replied to him (last post from that user years ago. Most probably deleted account due to frustration…). I 'll help again by providing what’s required. I just don’t get why I got NO feedback from them since December and why they don’t ask for help since they need it as you mentioned. I don’t charge for it neither I asked for a free license.

      Will send required info later. Btw I am on HP Windows10. Seen it also on Asus win10 and my company desktops when they had it installed

      Hello @f16akias,

      we closed several bugs regarding shell extensions in December. Did you have a chance to test it with latest build?

    • T

      Bug in Archive Converter
      • trparky

      3
      0
      Votes
      3
      Posts
      137
      Views

      M

      hi @trparky
      We thought we had fixed this in the last update, but we did not unfortunately. :(
      Will be fixed in the next update.

    • D

      UHA support
      • davidsplash

      2
      0
      Votes
      2
      Posts
      122
      Views

      M

      hi @davidsplash
      We’ll add this suggestion to the dev team, they’ll take a look.
      When you have a moment, please send us a sample uha file, we’ll add it to the suggestion.
      You can attach it here or send it to support.

      Thanks!!

    • Z

      Right-Click Compression
      • zornestech

      2
      0
      Votes
      2
      Posts
      120
      Views

      M

      hello @zornestech
      Yes, PowerArchiver does have right click compression which is also configurable from PowerArchiver’s Configuration options.
      The right click options are available for easy compression and extraction, tools access and more.

      Let us know if you have any further questions.

      Thanks!

    • C

      Cannot convert archive to .zip, always creates .zipx
      • chrullrich

      13
      1
      Votes
      13
      Posts
      441
      Views

      D

      @mili when will a proper fix be issued hi is a major fault and very simple to fix.

    • D

      patch beam waste of time
      • davidsplash

      1
      1
      Votes
      1
      Posts
      123
      Views

      D

      patchbeam a waste of time never updated with latest version

    • G

      UI Issue moving between different monitors
      • gavb

      2
      0
      Votes
      2
      Posts
      177
      Views

      M

      hi @gavb
      could you please send screenshots of how it looks on both monitors and what the resolutions/DPI scale is on both, we’ll take a look.
      Please send to support at conexware dot com

      thanks!

    • S

      "The specified account already exists" error
      • sunset_station

      14
      0
      Votes
      14
      Posts
      18336
      Views

      D

      @kolohewiza said in "The specified account already exists" error:

      The problem has come back or was never fixed. I cannot uninstall PA 2015 due to the same “The specified account already exists” which stops the uninstall process. Here’s the screenshot: . Since PA2015 can’t be uninstalled, it creates other issues with PA2016 such as windows explorer crashes when right-clicking. FYI - using the MSI cleaner tool didn’t help the problem.

      The solution was to download the Microsoft install cleaner which you can do HERE. This tool will work on Windows 7, 8, 8.1 and 10. Remember that you MUST run this as an Administrator.

    • A

      Self-extracting archive creation too messy!
      • Anaru Sensei

      2
      0
      Votes
      2
      Posts
      177
      Views

      M

      Hi @anaru-sensei

      Our SFX component, at the moment, has some limits. We have logged this in for our dev team to check out and see if it is possible to implement.

      Thanks!

    • G

      PA archiving issue with large files and shows incorrect original content's size for all types of archives.
      • godlydevils

      1
      0
      Votes
      1
      Posts
      158
      Views

      G

      Hi,

      So refer this screenshot:

      image_2020-12-30_115129.png

      The properties panel that you see, is what I tried to compress, using PA, with following settigs:
      Extreme Strong optimize
      https://forums.powerarchiver.com/assets/uploads/files/1609079025475-image_2020-12-27_195344.png

      The process was stuck at 0% with no progress for over 8 Hours:

      PA.png

      Then the usual, clicking will make it go not responding.

      So, I could not get the files compressed using PA.

      I tried 7zip, and it worked, so that’s 1 issue.

      PA shows incorrect original(before compression) size of total contents.

      Refer the first screenshot.
      folder’s size is shown correctly in 7ZIP
      but not in powerarc.

      this happens with every archive, whether they are compressed in PA or not, whether it has only 1 file, or multiple files inside multiple directory.

      Neither does the archive property panel shows original content’s size.

    • G

      PA Not responding issue and Pause issue
      • godlydevils

      3
      1
      Votes
      3
      Posts
      172
      Views

      Brian Gregory

      @mili It was never really fixed very satisfactorily.

    • N

      powerarchiver starter 2021 high cpu usage
      • nlm

      10
      0
      Votes
      10
      Posts
      261
      Views

      N

      Ok, I should have done this first. I upgraded to PA 2021, instead of uninstalling and reinstalling. I did that now, and it took care of the problem. Must have been something with upgrading from the previous version too the new one.

    • G

      PowerArchiver Queue made worse
      • godlydevils

      9
      0
      Votes
      9
      Posts
      221
      Views

      G

      I resolved the issue.

      How to reproduce(it is my assumption):
      Install the older version of PA 2021 than this, the one that came before x.x.62
      run it once, then install the current version.

      PA queue & PASTARTER will get bugged.

      I got the issue resolved as I had to reinstall OS which has resolved the queue issue for me.

      this is the same reason mili was not able to replicate the issue, because she runs a fresh environment for all testing.

    • G

      PA does Negative compression, but 7zip does positive compression for same set of files
      • godlydevils

      1
      0
      Votes
      1
      Posts
      104
      Views

      G

      Hi,

      You can obtain the original file from here:

      https://pcsupport.lenovo.com/in/en/products/laptops-and-netbooks/lenovo-y-series-laptops/y50-70-notebook-lenovo/80ej/59428436/cb32343883/downloads/driver-list/component?name=Power%20Management

      For Lenovo Y50-70 win 7 x64 bit, power management, get lenovo energy management

      Run the exe it will extract the installable drivers to C:\drivers

      I tried to compress the whole folder using PA using following parameters:
      Extreme, strong optimize.
      image_2020-12-27_195344.png

      This resulted in negative compression.

      However same file is compressed by 7zip alpha, with positive compression:

      PA Negative compression.png

      I understand that there are different algorithms, parameters used, and totally different software with unique sets of logics programmed, but see if compression algo can be optimized for such files.

    • AluminumHaste

      BUG: Dragging and dropping not working, hangs
      • AluminumHaste

      8
      0
      Votes
      8
      Posts
      191
      Views

      AluminumHaste

      @Mili said in BUG: Dragging and dropping not working, hangs:

      hey @AluminumHaste
      thanks for all the details
      have managed to reproduce this. During our testing, it didn’t occur every time but did manage to reproduce it and record it, will be enough for the dev team to fix it. logged in, thanks again!

      Awesome thank you!

    • 2

      PA 20.00.63 update still install 20.00.62
      • 2Flo

      7
      0
      Votes
      7
      Posts
      198
      Views

      M

      Should be fixed now and properly showing. Thanks everyone, sorry for the wait

    • A

      Bug with opening an archive while a file is being extracted from an already opened archive
      • ACE135

      2
      0
      Votes
      2
      Posts
      105
      Views

      M

      Hi @ACE135

      While testing this, noticed that archives are not opened in a new tab while an archive is opened in PA, even without an active extraction process.
      Logging it in for fixing in the next update, thanks for letting us know!

    • S

      PA very slow to launch (double click) html file from archive
      • south37

      3
      0
      Votes
      3
      Posts
      100
      Views

      S

      @Mili I have emailed one of the smaller files that has the problem.

    • C

      Windows Explorer extension doesnt compress to .zip
      • cmmpc

      4
      1
      Votes
      4
      Posts
      131
      Views

      M

      Thanks @chrullrich
      testing it out now to make sure it does not occur in future updates from 2019 to 2021

      we appreciate everyone’s help!

    • MrAngelus

      slow ring update?
      • MrAngelus

      1
      0
      Votes
      1
      Posts
      94
      Views

      MrAngelus

      My slow ring still reads as 19.00.59… will it ever offer an update to 2021 or is that something I must do manually?

    • F

      PA 2021 associate formats popup Minor bug
      • f16akias

      3
      0
      Votes
      3
      Posts
      110
      Views

      F

      No. No other program installation, not registry cleaning. I just noticed it while installing and opening PA during bex64 testing…
      It just comes once, I cannot reproduce it more than once at least with version 20.00.58 and +
      It’s really fine for me, it’s minor even if it’s considered a bug at all

    • A

      Inconsistency with disabled tabs and multiple instances of PA allowed
      • aionel_net

      6
      0
      Votes
      6
      Posts
      129
      Views

      M

      thanks for the details @aionel_net
      We have logged the issue in for fixing and have added the suggestion to open a new PA window upon double clicking an archive inside an archive, when tabs are disabled.
      Lets see what the dev team says.

      thanks again!

    • T

      Typo in help output of command line tools
      • trparky

      2
      2
      Votes
      2
      Posts
      64
      Views

      M

      thanks very much @trparky
      we’ll log this in and fix it up. much appreciated!

    • skypx

      SOLVED Error updating from .58 to .60 via patchbeam
      • skypx

      3
      0
      Votes
      3
      Posts
      78
      Views

      skypx

      Thanks @Mili, I got it working.

    • T

      Bug when extracting 7ZIP archives
      • trparky

      5
      1
      Votes
      5
      Posts
      90
      Views

      M

      Thanks all!
      We have confirmed the bug and it’s logged in for fixing.
      It works OK when drag and dropping the specific folder out of the archive, but it does not when using the extract button on a file/folder.

      Thanks for your help!

    • T

      Drive Image creation
      • Tim

      2
      0
      Votes
      2
      Posts
      73
      Views

      T

      No, PowerArchiver doesn’t have this functionality.

    • drteeth

      Virtual drive issue
      • drteeth

      2
      0
      Votes
      2
      Posts
      36
      Views

      M

      Hi @drteeth
      as a temporary fix, please delete PAVD2021.EXE from the installation folder and install virtual drive again, then it should work fine until we fix it so the error doesn’t appear at all.

      Thanks!

    • D

      Patch beam does not download
      • davidsplash

      2
      0
      Votes
      2
      Posts
      36
      Views

      M

      hi @davidsplash
      we’re fixing Patchbeam and should work fine in the coming update

      thanks!

    • K

      Minimize/Expand Ribbon
      • khanyash

      5
      0
      Votes
      5
      Posts
      42
      Views

      M

      hey @khanyash
      Yes, still logged in. We had some priorities to solve for the final update prior to this issues. I have just bumped it so it can be solved as soon as possible
      thanks for the reminder

    • K

      Check for new version
      • khanyash

      2
      1
      Votes
      2
      Posts
      29
      Views

      M

      Thanks @khanyash
      We have it logged in for fixing

    • guido

      GUI problems
      • guido

      2
      1
      Votes
      2
      Posts
      33
      Views

      M

      hey @guido
      Thanks for the report!
      We’re aware of it, the issue is on the components side at the moment, we’re looking to implement the fix once it is released.

    • G

      Lots of Bugs
      archiving stuck feature request queue save profiles set deflt prof • • godlydevils

      5
      0
      Votes
      5
      Posts
      69
      Views

      M

      Hi @godlydevils
      Tested the queue issue on another test machine and it seems like i was able to reproduce it
      out of nine 1gb folders, 7 compressed and 2 didn’t, which seems like the same bug.
      It has been screen recorded and logged in for fixing.

      The issue with the Advanced Option settings not being saved is also logged in and pending fixing. It has been bumped and we will look to fix it in the upcoming update.

      Additionaly, an improvement to add the ability to pre-configure the Advanced options for the .PA format in the configuration>compression profiles menu is also logged in.

      You can expect the queue files disappearing to be fixed in the next update, as well as the advanced options not being saved.

      Thanks!

    • Brian Gregory

      SOLVED PA 20.00.56 bug renaming files inside a .pa archive.
      • Brian Gregory

      6
      1
      Votes
      6
      Posts
      64
      Views

      M

      Thanks for your help @Brian-Gregory

    • drteeth

      Losing focus
      • drteeth

      1
      0
      Votes
      1
      Posts
      19
      Views

      drteeth

      Hi,
      I have come across some strange behaviour that must not be by design.
      This happens under different, though similar circumstances.
      This is how to reproduce it.
      Find a large-ish archive. I used a 3GB archive as I have a fast PC. Load the archive and test it. Now one just has a window showing the test progress. Now click on a window under the progress window and now you can see the bug. I have a PA icon on my taskbar and it does NOT have a line underneath it to indicate that it is loaded and there is no easy way to get the window back until it appears after the testing. Other progress windows are similar.
      The only way to get the progress window back is to use taskmanager.
      The expected behaviour is that there will be some indication that PA is loaded and that one can use it to bring the progress window to the top.
      OT:- When viewing a text file in PA, there is a line does the middle of the window - when will it be removed?
      Cheers
      DrT

    • Microft

      Access Violations, Cloud Issues and No 4K Support
      • Microft

      5
      0
      Votes
      5
      Posts
      48
      Views

      M

      @Microft said in Access Violations, Cloud Issues and No 4K Support:

      3840 x 2160

      thanks for your help @Microft
      Responded to your support ticket.

    • PA_Fan

      Missing Explorer Shell entries PA 2021 20.00.56
      • PA_Fan

      9
      0
      Votes
      9
      Posts
      48
      Views

      PA_Fan

      @Mili Thanks for the update, and you’re welcome.

      I’ll wait to hear about the icons which, as I mentioned, I seem to recall having been a minor glitch in the past, but otherwise .56 is excellent.

    • T

      Bug in PowerArchiver 2021 RC2
      • trparky

      6
      0
      Votes
      6
      Posts
      160
      Views

      T

      @Mili

      It only shows up for a split second, you have to really be paying attention. If I had to hazard a guess, the code that loads the fact that it’s a registered version isn’t loaded early enough during the application initialization phase.

    • PA_Fan

      Missing icons on PA Backup toolbar (file selection screen)
      • PA_Fan

      2
      0
      Votes
      2
      Posts
      32
      Views

      M

      Logged in, thx @PA_Fan

    • T

      Upgrade for 2019 users?
      • trparky

      5
      0
      Votes
      5
      Posts
      64
      Views

      S

      Hi @Mili , Further to the original post by @trparky why can’t current lifetime licence holders test 2021, I’ve had my licence a long time and have always used betas prior to 2019. Thanks

    • D

      Update system issue
      • davidsplash

      3
      0
      Votes
      3
      Posts
      41
      Views

      spwolf

      sorry about that - this has been fixed!

    • W

      Burn Disk from .ISO
      • wroustan

      2
      0
      Votes
      2
      Posts
      39
      Views

      M

      hi @wroustan
      thanks for the information, logging this in for fixing

    • spwolf

      Fast Ring: PowerArchiver 2021 20.00.56
      • spwolf

      1
      3
      Votes
      1
      Posts
      27
      Views

      spwolf

      New version:
      20.00.56

      Download:
      https://powerarchiver.cachefly.net/2021/powarc200056.exe

      Release Notes - PowerArchiver - Version 20.00.56

      ** Bug
      * [PA-2806] - Nag from shell in dark ribbon interface shows dark letters
      * [PA-2810] - Extracting to network drive does not work
      * [PA-2812] - skins not applied in shell

      What’s New:
      Lots of small changes and fixes, together with ones above. Please test your reported issues and let us know if they have been fixed.

      @Alpha-Testers

    • E

      SOLVED Zipping up with folders but without root folder
      • esha

      4
      0
      Votes
      4
      Posts
      44
      Views

      E

      Yes! That was it. Thank you very much! thumbsup

    • spwolf

      Fast Ring: PowerArchiver 2021 20.00.53
      • spwolf

      17
      2
      Votes
      17
      Posts
      141
      Views

      spwolf

      @TheAndyMac said in Fast Ring: PowerArchiver 2021 20.00.53:

      Having one issue with the RC1 - when extracting a zip file using drag and drop to a network share, it prompts for UAC - which I allow - and prompts again, and then keeps on flashing up but not extracting anything - and there is now way to close it down other than logging off/shutting down. Seems like the UAC handling is broken at present. This is not an issue with the current production version, where I use this a lot of the time.

      @Mili will take a look at this!

    • spwolf

      Fast Ring: PowerArchiver 2021 20.00.55
      • spwolf

      10
      1
      Votes
      10
      Posts
      73
      Views

      Brian Gregory

      @Mili said in Fast Ring: PowerArchiver 2021 20.00.55:

      hey @Brian-Gregory
      Still getting this script error? If so, which internet browser do you use?

      No script error showing now.

    • K

      SOLVED powerarchiver not able to compress / decompress files with long file names
      • Konglomat

      8
      0
      Votes
      8
      Posts
      78
      Views

      M

      thanks for the kind words @Konglomat !!!
      stay safe and healthy!

    • S

      License Code Not Working / Missing
      • Skybird

      2
      0
      Votes
      2
      Posts
      107
      Views

      M

      Hello @Skybird
      We show that one of the support tickets was replied to with information on how to obtain your PACL registration through your account at www.conexware.com/shop as PACL uses a different registration code.
      Maybe it went to Spam?

      Regardless, we have manually created your PACL license and have sent it to your email.

      Thanks!

    • guido

      UNSOLVED Resize: Frames overlap
      • guido

      4
      1
      Votes
      4
      Posts
      566
      Views

      M

      tx @guido
      logged in

    • guido

      SOLVED TYPO: Gesture
      • guido

      3
      1
      Votes
      3
      Posts
      550
      Views

      guido

      Fixed in .55

    • guido

      UNSOLVED GUI: Center the buttons
      • guido

      2
      0
      Votes
      2
      Posts
      525
      Views

      guido

      Not fixed in .55.

      But I found a new issue. Just resize the windows and you will see that the monkey wrench will disappear.

      19f48e64-e21f-46f3-9cae-59d79a1ba578-image.png

    • guido

      UNSOLVED label56
      • guido

      9
      1
      Votes
      9
      Posts
      1652
      Views

      M

      thanks @guido
      logging in

    • guido

      SOLVED GUI Alignment
      • guido

      3
      2
      Votes
      3
      Posts
      927
      Views

      guido

      fixed in .55

    • V

      Preview of pdf files
      • Vindrus

      5
      0
      Votes
      5
      Posts
      48
      Views

      D

      I think i’ve solved the problem. You have set up a user with limited options programs like powerarchiver need to be allowed certain options in windows same for Adobe. You might wnat to set up a new user with exactly the same options as the other users and see if that solves the issue

    • D

      I would like to test this for the Mac
      • dougw

      2
      0
      Votes
      2
      Posts
      29
      Views

      M

      Hi @dougw

      Please contact us at support at conexware dot come and we’ll sort you out.

      Thanks!

    • W

      Preview doesn't support Unicode
      • wilsonp

      4
      0
      Votes
      4
      Posts
      51
      Views

      M

      Thanks very much @wilsonp
      We have logged it in for fixing.

    • W

      PA 2021 Registration Dialog menu option
      • wilsonp

      3
      0
      Votes
      3
      Posts
      41
      Views

      W

      The icons on the RHS of the title bar are very small and thin - I didn’t notice the help button there.

      In my Ribbon Interface under Options I don’t see a register button.

      PA2021-OptionsRibbon.png

      Here is the File Menu - the Windows standard was for menu options that open dialogs to end in an ellipsis, but Options does not:

      PA2021-FileMenu.png

      Perhaps I should say never mind… the Ribbon doesn’t appear to follow that standard in Office in any case.

      Thanks!

    • BigMike

      UI issues PA 20.00.53 / Classic Interface
      • BigMike

      2
      0
      Votes
      2
      Posts
      26
      Views

      M

      Thanks @BigMike
      Logging in #1
      Spoke to the dev regarding #2 a while ago about the issue and it seems to be a bug in the component we use and nothing we can do on our end, unfortunately, until the component is updated with the fix.

      Thanks again!

    • Michael72

      Support for Windows XP
      • Michael72

      5
      0
      Votes
      5
      Posts
      49
      Views

      Michael72

      @spwolf said in Support for Windows XP:

      Is that the only PC you use for PowerArchiver?

      Yes.

    • D

      Someone using your name to sell their own product
      • davidsplash

      3
      0
      Votes
      3
      Posts
      58
      Views

      spwolf

      they are using PowerArchiver name to lure people to their website.

    • T

      Extract to /example - BUG
      bug extract to • • Tumeez

      5
      0
      Votes
      5
      Posts
      48
      Views

      M

      fixed in .50
      thanks @Tumeez for your help!

    • D

      Patchbeam updates not finding new previews
      • davidsplash

      3
      0
      Votes
      3
      Posts
      32
      Views

      M

      We’ve let the dev team know so they could make sure it appears when it is supposed to
      thanks all!

    • Brian Gregory

      PA 20.00.47 bug extracting ZIP file.
      • Brian Gregory

      3
      0
      Votes
      3
      Posts
      66
      Views

      M

      hey @Brian-Gregory
      Sorry for the late reply. We’ve tested and confirmed the bug and have logged it in for fixing.

      thanks for letting us know!

    • spwolf

      PowerArchiver 2021 20.00.32/44/45
      • spwolf

      4
      2
      Votes
      4
      Posts
      413
      Views

      spwolf

      @Alpha-Testers

      003495e0-3552-48d4-9dd0-2cd21cb58e2d-image.png

      dark windows ribbon implemented with auto/light/dark modes. Lot of backend changes, so not public yet.

      http://u.powerarchiver.com/pa2021/powarc200047.exe

    • B

      Unknown Files
      • bigdog

      3
      -1
      Votes
      3
      Posts
      26
      Views

      B

      @BigMike

      Thanks… After combing through the GNUPG docs and not finding anything I suspected they belonged to PA. What is odd is that I have not created nor imported any keys into PA yet.

      I would think (hope) you don’t have to manage them separately as having separate keyrings could lead to problems. Hopefully someone from PA can chime in on this?

    • D

      SOLVED encryption bug
      • davidsplash

      3
      0
      Votes
      3
      Posts
      342
      Views

      D

      seems to be fixed

    • Brian Gregory

      SOLVED File will not extract, takes forever to finish.
      • Brian Gregory

      12
      1
      Votes
      12
      Posts
      1066
      Views

      M

      Thanks for your help @Brian-Gregory !!

    • 2

      UNSOLVED [Bug / Feature Request] Integrate offline Virtual Drive into the PowerArchiver installer
      • 2Flo

      3
      1
      Votes
      3
      Posts
      1039
      Views

      M

      thanks @2Flo

      logging in the bug for fixing, and will see about implementing the installation inside the PA installer.

    • MrAngelus

      UNSOLVED extracting issue
      • MrAngelus

      7
      0
      Votes
      7
      Posts
      1586
      Views

      M

      hi @MrAngelus

      Thanks very much for the update. Was able to reproduce it now and am logging it in for fixing. PowerArchiver indeed does not show the files properly.

      Thanks again and have a great Christmas!

    • B

      SOLVED No Updates Shown
      • bigdog

      5
      0
      Votes
      5
      Posts
      1558
      Views

      M

      hey @bigdog
      version .59 is showing up in Patchbeam properly now, thanks!

    • T

      SOLVED PowerArchiver resend codes doesn't work
      • thomas-k

      6
      0
      Votes
      6
      Posts
      1447
      Views

      M

      Hi @thomas-k
      please send us an email to support at conexware dot com and we’ll help out.
      Just tested sending codes here, they arrived immediately. It might be the email spam filtering our registration email.
      Send us an email and we can send the registration email and/or send it to you via support.
      thanks!

    • BigMike

      SOLVED Problem: Backspace navigation in Explorer mode
      • BigMike

      3
      0
      Votes
      3
      Posts
      1197
      Views

      BigMike

      Just to report back: Fixed in 19.00.58

    • BigMike

      UNSOLVED Smart AI: Preferences not intuitive
      • BigMike

      13
      0
      Votes
      13
      Posts
      2697
      Views

      BigMike

      Just to report back: Still not working in 19.00.58

    • 2

      UNSOLVED PA 20.00.02 not executing .exe files from archive
      • 2Flo

      10
      0
      Votes
      10
      Posts
      1632
      Views

      2

      You’re welcome!

    • skypx

      UNSOLVED Minor UI question
      • skypx

      7
      0
      Votes
      7
      Posts
      1380
      Views

      M

      logged in to bring them back to the yellow icons, thanks @skypx !

    • A

      SOLVED ZIPX-jpeg-compression
      • a.borque

      2
      0
      Votes
      2
      Posts
      1014
      Views

      M

      Hi @a-borque,
      Good question!
      Yes, packmp3 was added in PA 2019 and is now fully compatible with WinZip

    • A

      SOLVED PA standard 2019 can not create PA-archives
      • a.borque

      2
      0
      Votes
      2
      Posts
      1004
      Views

      M

      Hello,

      We have sent a reply through support regarding the .PA format availability, let us know if you did not receive it by any chance. Thanks!

    • 2

      UNSOLVED PA 19.00.57 - Drawing issue on file type collumn
      • 2Flo

      3
      1
      Votes
      3
      Posts
      962
      Views

      M

      tried to reproduce this on a couple of machines and the issue did not appear in either case;
      Drawing.JPG

      can you export your settings in the config dropdown please, compress them to 7z and send them over to support at conexware dot com and will try to reproduce that way.

      Also, which windows theme do you have selected?
      Does the issue appear with this zip file only or it appears on others as well?

      Thanks!

    • 2

      UNSOLVED PA 19.00.57 crashes Firefox 69.0.1 in module pashlext64.dll | UserCallWinProcCheckWow
      • 2Flo

      19
      0
      Votes
      19
      Posts
      2373
      Views

      spwolf

      @spwolf said in PA 19.00.57 crashes Firefox 69.0.1 in module pashlext64.dll | UserCallWinProcCheckWow:

      @2Flo unfortunately that does not help.

      BUT

      we will have a new version of dll soon, so you can check with that specifically.

      @2Flo we have sent you a test build via direct message in the forums. Thank you!