Search found 1 match

by Axel3
30. Mar 2023, 17:04
Forum: The VirtualBox API
Topic: IVirtualBox::createMachine causing exceptions
Replies: 0
Views: 52498

IVirtualBox::createMachine causing exceptions

Hi, I get two exceptions when I run create_machine() and I have no idea what I'm doing wrong. Other functions such as find_machine() works fine. import virtualbox vbox = virtualbox.VirtualBox() machine = vbox.create_machine(settings_file="", name="vm", groups=[""], os_t...