Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when install virtualbox-np #374

Open
snowman opened this issue Jan 23, 2023 · 1 comment
Open

Error when install virtualbox-np #374

snowman opened this issue Jan 23, 2023 · 1 comment

Comments

@snowman
Copy link

snowman commented Jan 23, 2023

$ scoop install virtualbox-np
WARN  Scoop uses 'aria2c' for multi-connection downloads.
WARN  Should it cause issues, run 'scoop config aria2-enabled false' to disable it.
WARN  To disable this warning, run 'scoop config aria2-warning-enabled false'.
Installing 'virtualbox-np' (7.0.6) [64bit] from nonportable bucket
Loading VirtualBox-7.0.6-155176-Win.exe from cache.
Checking hash of VirtualBox-7.0.6-155176-Win.exe ... ok.
Running installer script...
Remove-Item : Cannot find path 'C:\Users\Public\Desktop\Oracle VM
VirtualBox.lnk' because it does not exist.
At line:3 char:1
+ Remove-Item "$env:PUBLIC\Desktop\Oracle VM VirtualBox.lnk"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Public... VirtualB
   ox.lnk:String) [Remove-Item], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.R
   emoveItemCommand

Remove-Item : Cannot find path 'C:\ProgramData\Microsoft\Windows\Start
Menu\Programs\Oracle VM VirtualBox' because it does not exist.
At line:4 char:1
+ Remove-Item -Recurse "$([Environment]::GetFolderPath('commonstartmenu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\ProgramData\...e VM Virt
   ualBox:String) [Remove-Item], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.R
   emoveItemCommand

Linking ~\scoop\apps\virtualbox-np\current => ~\scoop\apps\virtualbox-np\7.0.6
Creating shim for 'VBoxBalloonCtrl'.
Creating shim for 'VBoxBugReport'.
Creating shim for 'VBoxDTrace'.
Creating shim for 'VBoxExtPackHelperApp'.
Creating shim for 'VBoxHeadless'.
Creating shim for 'vbox-img'.
Creating shim for 'VBoxManage'.
Creating shim for 'VBoxNetDHCP'.
Creating shim for 'VBoxNetNAT'.
Creating shim for 'VBoxSDL'.
Can't shim 'VBoxSDL.exe': File doesn't exist.
@jcwillox
Copy link

jcwillox commented Feb 2, 2023

You may have better luck switching your nonportable bucket to this one https://github.com/ScoopInstaller/Nonportable. I believe this repository is no longer maintained #361.

scoop bucket rm nonportable
scoop bucket add nonportable https://github.com/ScoopInstaller/Nonportable

But the manifest over there also seems to be broken at the moment ScoopInstaller/Nonportable#92.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants