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
I have searched all issues/PRs to ensure it has not already been reported or fixed.
I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
7zip
Expected/Current Behaviour
I try to install 7zip but it fails to decompress with exit code 1622. I had an existing installation of scoop, it was working but when it failed to update 7zip using scoop update 7zip, then I uninstalled 7zip and now I can't install it.
Steps to Reproduce
PS> scoop install 7zipInstalling '7zip' (24.07) [64bit] from 'main' bucketLoading 7z2407-x64.msi from cacheChecking hash of 7z2407-x64.msi ... ok.Extracting 7z2407-x64.msi ... ERROR Exit code was 1622!Failed to extract files from C:\Users\fr-car\scoop\apps\7zip\24.07\7z2407-x64.msi.Log file: ~\scoop\apps\7zip\24.07\msi.logPlease try again or create a new issue by using the following link and paste your console output:https://github.com/ScoopInstaller/Main/issues/new?title=7zip%4024.07%3a+decompress+error
Possible Solution
I have also tried scoop install [email protected] or scoop install [email protected] with same result. The folder ~\scoop\apps\7zip\<version>\ only contains the .msi-file, no .log-file.
Scoop and Buckets Version
PS> scoop --versionCurrent Scoop version:d337bb1f (HEAD -> master, tag: v0.4.2, origin/master, origin/HEAD) chore(release): Bump to version 0.4.2 (#5964)'main' bucket:1cd5bcef5 (HEAD -> master, origin/master, origin/HEAD) k6: Update to version 0.52.0'extras' bucket:4ec0ad6d7 (HEAD -> master, origin/master, origin/HEAD) teamviewer: Update to version 15.55.3'nerd-fonts' bucket:128ad78f (HEAD -> master, origin/master, origin/HEAD) SarasaGothic: Update to version 1.0.14'snyk' bucket:e612f8e (HEAD -> master, origin/master, origin/HEAD) Upgraded to latest Snyk version skip-checks: true
PS> $PSVersionTableName Value---- -----PSVersion 7.4.3PSEdition CoreGitCommitId 7.4.3OS Microsoft Windows 10.0.22621Platform Win32NTPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}PSRemotingProtocolVersion 2.3SerializationVersion 1.1.0.1WSManStackVersion 3.0
Additional Softwares
PS> scoop checkup 7zipWARN LongPaths support is not enabled. You can enable it by running: sudo Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1 (Requires 'sudo' command. Run 'scoop install sudo' if you don't have it.)WARN Windows Developer Mode is not enabled. Operations relevant to symlinks may fail without proper rights. You may read more about the symlinks support here: https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/WARN '7-Zip' is not installed! It's required for unpacking most programs. Please Run 'scoop install 7zip'.WARN Found 3 potential problems.
The text was updated successfully, but these errors were encountered:
Prerequisites
Package Name
7zip
Expected/Current Behaviour
I try to install 7zip but it fails to decompress with exit code 1622. I had an existing installation of scoop, it was working but when it failed to update 7zip using
scoop update 7zip
, then I uninstalled 7zip and now I can't install it.Steps to Reproduce
Possible Solution
I have also tried
scoop install [email protected]
orscoop install [email protected]
with same result. The folder~\scoop\apps\7zip\<version>\
only contains the .msi-file, no .log-file.Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
The text was updated successfully, but these errors were encountered: