Main icon indicating copy to clipboard operation
Main copied to clipboard

[email protected]: decompress error

Open yep84 opened this issue 2 years ago • 2 comments

I'm trying to install Gleam on Windows 10 with Scoop. Unfortunatelly without succes.

As aked, I create a new issue with the console output here:

PS C:\Users\epinyvan> scoop install gleam WARN Purging previous failed installation of 7zip. ERROR '7zip' isn't installed correctly. Removing older version (23.01). '7zip' was uninstalled. Installing '7zip' (23.01) [64bit] from main bucket Loading 7z2301-x64.msi from cache Checking hash of 7z2301-x64.msi ... ok. Extracting 7z2301-x64.msi ... ERROR Exit code was 1618! Failed to extract files from C:\Users\epinyvan\scoop\apps\7zip\23.01\7z2301-x64.msi. Log file: ~\scoop\apps\7zip\23.01\msi.log

yep84 avatar Mar 04 '24 14:03 yep84

This is usually caused by a msiexec process exception, go one of them:

  • Restart the PC then retry.
  • Switch to alternative MSI extractor: scoop config use_lessmsi true (Default: false)
  • Resolve the msiexec exception then retry, If you know about it.

Learn more: https://learn.microsoft.com/en-us/windows/win32/msi/error-codes

HUMORCE avatar Mar 12 '24 12:03 HUMORCE

You're totally right. Thank a lot for your answer and sorry for that quite trivial issue.

yep84 avatar Mar 22 '24 15:03 yep84