You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use this module on an ARMv8 (64-bit) CPU, the following error occurs:
Expand-7Zip : Can not load 7-zip library or internal COM error! Message: failed to load library from "C:\Program Files\WindowsPowerShell\Modules\7Zip4Powershell\2.7.0\7z64.dll".
At line:1 char:1
+ Expand-7Zip -ArchiveFileName $LocalPath -TargetPath $TargetPath
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (SevenZip4PowerS...ip+ExpandWorker:ExpandWorker) [Expand-7Zip], SevenZipLibraryException
+ FullyQualifiedErrorId : 7Zip4PowerShellException,SevenZip4PowerShell.Expand7Zip
Replacing the file C:\Program Files\WindowsPowerShell\Modules\7Zip4Powershell\2.7.0\7z64.dll with 7z.dll from an ARM64 package resolves the issue.
This suggests that adding ARM support should be straightforward and could involve including an ARM-compatible version of the 7-zip library with the module.
Would it be possible to include ARM CPU support in a future release?
The text was updated successfully, but these errors were encountered:
Currently, this module does not support ARM CPUs.
When attempting to use this module on an ARMv8 (64-bit) CPU, the following error occurs:
Replacing the file
C:\Program Files\WindowsPowerShell\Modules\7Zip4Powershell\2.7.0\7z64.dll
with7z.dll
from an ARM64 package resolves the issue.This suggests that adding ARM support should be straightforward and could involve including an ARM-compatible version of the 7-zip library with the module.
Would it be possible to include ARM CPU support in a future release?
The text was updated successfully, but these errors were encountered: