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

Virtualbox-guest-editions-error #43

Open
b16r05 opened this issue Sep 7, 2019 · 1 comment
Open

Virtualbox-guest-editions-error #43

b16r05 opened this issue Sep 7, 2019 · 1 comment

Comments

@b16r05
Copy link

b16r05 commented Sep 7, 2019

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

image

@basictheprogram
Copy link

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

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