We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this is the right place to report issues while installing packages, but, ...
I ran into error and failure to install VB-GuestEditions.
Choco: Latest VB: 6.0.12 Currently installed guest-editions: 6.0.8
The text was updated successfully, but these errors were encountered:
Maybe similar error?
VirtualBox 6.0.12 Vagrant 2.2.5 vagrant-vbguest (0.20.0, global)
Adding my details.
==> default: Machine booted and ready! [default] GuestAdditions versions on your host (6.0.12) and guest (5.1.30) do not match. Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box $env:TEMP/VBoxGuestAdditions.iso Mounting Virtualbox Guest Additions ISO to: D Installing Virtualbox Guest Additions 6.0.12 - guest version is 5.1.30 (10,8):UserId: At line:72 char:1 + $folder.RegisterTaskDefinition($task_name, $task, 6, $username, $pass ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (:) [], ArgumentException + FullyQualifiedErrorId : System.ArgumentException The system cannot find the file specified. (Exception from HRESULT: 0x80070002) At line:74 char:1 + $registered_task = $folder.GetTask("\$task_name") + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (:) [], FileNotFoundException + FullyQualifiedErrorId : System.IO.FileNotFoundException You cannot call a method on a null-valued expression. At line:75 char:1 + $registered_task.Run($null) | Out-Null + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull
Sorry, something went wrong.
No branches or pull requests
Not sure if this is the right place to report issues while installing packages, but, ...
I ran into error and failure to install VB-GuestEditions.
Choco: Latest
VB: 6.0.12
Currently installed guest-editions: 6.0.8
The text was updated successfully, but these errors were encountered: