Opened 16 years ago
Closed 16 years ago
#2649 closed defect (fixed)
VBoxPython crashes with NS_ERROR_NO_INTERFACE error in OSE
Reported by: | Anoop | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 2.0.4 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Hi,
I'm using VBoxPython.so in one of our projects. The closed source library works fine but I'm facing problems with the opensource version. Kindly help me with this as its important for my project that I resolve this. Here's the output of the traceback when I use the opensource version:
Traceback (most recent call last): File "/usr/local/share/openisr/vmm.py", line 59, in main main.info() File "/usr/local/share/openisr/vmm/virtualbox", line 298, in info vbox_init()
File "/usr/local/share/openisr/vmm/virtualbox", line 56, in vbox_init xpcom.components = import('xpcom.components', None, None, 'xpcom') File "/usr/local/share/openisr/xpcom/components.py", line 224, in <module> class _ShutdownObserver:
File "/usr/local/share/openisr/xpcom/components.py", line 225, in _ShutdownObserver _com_interfaces_ = interfaces.nsIObserver File "/usr/local/share/openisr/xpcom/components.py", line 103, in getattr return self._get_one(attr)
File "/usr/local/share/openisr/xpcom/components.py", line 153, in _get_one raise xpcom.COMException(nsError.NS_ERROR_NO_INTERFACE, "The interface '%s' does not exist" % (name,))
Exception: -2147467262 (-2147467262)
Please reopen this problem persists with the latest release (2.2.2).