ScoopInstaller / Nonportable

📦 Scoop bucket for non-portable applications.
https://scoop.sh
The Unlicense
65 stars 41 forks source link

Winfsp-np not installing properly #184

Open Xelbayria opened 1 year ago

Xelbayria commented 1 year ago

Bug Report

Package Name: winfsp-np

Current Behaviour

Running installer script...
ERROR Exit code was 1639!
Linking C:\Scoop\apps\winfsp-np\current => C:\Scoop\apps\winfsp-np\2.0.23075
'winfsp-np' (2.0.23075) was installed successfully!

There is also a related issue: #85 but the code was 1639. I believe there is an issue with how script run the installer and something has changed.

Expected Behaviour

I expected to see no ERROR Exit code and successfully install Winfsp

Additional context/output

N\A

Possible Solution

N\A

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: 7.3.4

Additional software: [(optional) e.g. ConEmu, Git] N\A

Scoop Configuration

{
  "last_update": "2023-05-08T00:51:03.6095485-06:00",
  "scoop_branch": "master",
  "scoop_repo": "https://github.com/lukesampson/scoop"
}
Xelbayria commented 1 year ago

i looked up ERROR code:

Invalid command line argument. Consult the Windows Installer SDK for detailed command-line help.

Source

brian6932 commented 11 months ago

@Xelbayria you mind telling me if this fixes your issues? https://github.com/brian6932/dank-scoop/blob/master/bucket/winfsp-np-beta.json (Prob use with this if you're planning to use sshfs as well, since you'll get into a depends issue https://github.com/brian6932/dank-scoop/blob/master/bucket/sshfs-np-beta.json) I'm unsure if I fixed this one in the past, but ran into a lot of issues with winfsp in this bucket, so made my own a while back

And if it doesn't fix it for you, I have a pretty good idea of what can

Xelbayria commented 11 months ago

Same problem with winfsp as before. I also have the same problem with sshfs-np.

I forgot to add one detail in my original post. When I run scoop install winfsp and after the installation, I get a popup screen which is the helper. Just like running winfsp --help which would call the same thing. When I run scoop uninstall winfsp, same popup screen. That goes for sshfs-np, too

EDIT: both Winfsp & sshfs-np got the same error: 1639

brian6932 commented 11 months ago

@Xelbayria I just did what I hinted at, so scoop update, and try again (since your previous install didn't uninstall cleanly, you may need to fully uninstall (scoop uninstall sshfs-np-beta winfsp-np-beta), restart, and then try installing my manifest (scoop install dank-scoop/sshfs-np-beta will install both), mounting whatever you usually use, and then uninstalling)

And if it doesn't fix it for you, I have a pretty good idea of what can