VB Manager crashes [Error E_NOINTERFACE (0x80004002)]

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Sagypt
Posts: 51
Joined: 16. Apr 2012, 15:46

VB Manager crashes [Error E_NOINTERFACE (0x80004002)]

Post 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
Attachments
screenshot_01.png
screenshot_01.png (11.29 KiB) Viewed 950 times
Last edited by Sagypt on 4. Apr 2014, 09:29, edited 1 time in total.
cgp1024
Posts: 2
Joined: 3. Apr 2014, 17:24

Re: VB Manager crashes [Error E_NOINTERFACE]

Post 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
Sagypt
Posts: 51
Joined: 16. Apr 2012, 15:46

Re: VB Manager crashes [Error E_NOINTERFACE]

Post 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
Post Reply