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

Cann't create any virtual machine on Windows #3858

Open
FullStackBear opened this issue Dec 21, 2024 · 3 comments
Open

Cann't create any virtual machine on Windows #3858

FullStackBear opened this issue Dec 21, 2024 · 3 comments
Labels

Comments

@FullStackBear
Copy link

Describe the bug
cann't create any virtual machine on Windows

To Reproduce
multipass launch -c 2 -m 2G -d 40G -n master

Expected behavior
create a virtual machine named master

Logs
Could not unregister VM: VBoxManage.exe: error: Could not find a registered machine named 'master'
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee IUnknown
VBoxManage.exe: error: Context: "FindMachine(Bstr(VMName).raw(), machine.asOutParam())" at line 230 of file VBoxManageMisc.cpp

launch failed: Downloaded image hash does not match

Additional info

  • OS: Windows 11 24H2
  • multipass version 1.15.0
@FullStackBear FullStackBear added bug needs triage Issue needs to be triaged labels Dec 21, 2024
@Sploder12
Copy link
Contributor

Hello @FullStackBear,

Could you provide the version of VirtualBox you are using? There is a bug with some of the newer versions of VirtualBox that can produce similar log messages. Thanks!

@Sploder12 Sploder12 removed the needs triage Issue needs to be triaged label Jan 6, 2025
@FullStackBear
Copy link
Author

Hi @Sploder12
Yes I installed Oracle VirtualBox 7.1.4 r165100 (Qt6.5.3) recently

@Sploder12
Copy link
Contributor

Hi @FullStackBear,

The bug I was thinking of was fixed in VirtualBox 7.1.2 so that shouldn't be an issue. This could be from a download or cache issue so trying a different image might work. If you run multipass launch -n test -vvvv 20.04 does it work? If not, what is the output? Thanks!

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

No branches or pull requests

2 participants