You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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!
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
multipass version
1.15.0The text was updated successfully, but these errors were encountered: