Page 1 of 1

VB Manager crashes [Error E_NOINTERFACE (0x80004002)]

Posted: 3. Apr 2014, 16:34
by Sagypt
Hi,
I've a problem with an installation of VB on a Windows 7 Professional - x32 machine. After VB Manager started, it crashes telling me the error:

Code: Select all

Creation of VB COM object fails ... The application will be closed immediately ... details ... E_NOINTERFACE (0x80004002)
(reported in the screenshot). The problem occurs ONLY when VB Manager started with a domain user. When it started as Administrator or local user no problem occurs.

Message in log file:

Code: Select all

00:00:11.010016 Watcher  ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={fafa4e17-1ee2-4905-a10e-fe7c18bf5554} aComponent={VirtualBox} aText={The object is not ready}, preserve=false
I already tried to reinstall VB with the version 4.3.10r93012 as Administrator

Many thanks

Re: VB Manager crashes [Error E_NOINTERFACE]

Posted: 3. Apr 2014, 21:42
by cgp1024
does registering these help?


regsvr32 /s corpol.dll
regsvr32 /s mstime.dll
regsvr32 /s /i /n wininet.dll
regsvr32 /s extmgr.dll
regsvr32 /s oleacc.dll
regsvr32 /s ole32.dll
regsvr32 /s comcat.dll
regsvr32 /s /i /n comctl32.dll
regsvr32 /s cryptdlg.dll
regsvr32 /s oleaut32.dll

Re: VB Manager crashes [Error E_NOINTERFACE]

Posted: 4. Apr 2014, 09:24
by Sagypt
No ... it doesn't help. VB Manager still crashes
Currently, as workaround, I use a batch file to start the application

Code: Select all

RUNAS /USER:PC-NAME\USER "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe"
Thanks for the reply