sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

Win32 exception occurred releasing IUnknown at 0x20656b10 #52

Closed dickreuter closed 6 years ago

dickreuter commented 8 years ago

import virtualbox vbox = virtualbox.VirtualBox() print("VM(s):\n + %s" % "\n + ".join([vm.name for vm in vbox.machines])) session = virtualbox.Session()

output: Win32 exception occurred releasing IUnknown at 0x20656b10

sethmlarson commented 7 years ago

I'd like to do some additional exploration into this. I have a feeling it has to do with Windows COM usage. If you have any more information you want to add to this @dickreuter it would be greatly appreciated. :)

sethmlarson commented 6 years ago

I haven't heard much on this issue lately, if you have more information please add it here and I'll reopen.