Hi,
Host : centos 7
Guest : windows 7
VBox : 5.0.12r104815
I am trying to run application on Windows by using VBoxManage guestcontrol commands from centos7 host,like this:
VBoxManage guestcontrol "Windows" --username win --password 1 run --exe "D:\firefox.exe"
Occasionally I get this kind of an error:
VBoxManage: error: VERR_UNRESOLVED_ERROR
VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component GuestProcessWrap, interface IGuestProcess, callee nsISupports
VBoxManage: error: Context: "WaitForArray(ComSafeArrayAsInParam(aWaitStartFlags), gctlRunGetRemainingTime(msStart, cMsTimeout), &waitResult)" at line 1520 of file VBoxManageGuestCtrl.cpp
And the record in VM log file is:
ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={35cf4b3f-4453-4f3e-c9b8-5686939c80b6} aComponent={GuestProcessWrap} aText={VERR_UNRESOLVED_ERROR}, preserve=false aResultDetail=0
What is the meaning of this error? And how to resolve it?
VBoxManage guestcontrol commands
-
pentagonik
- Oracle Corporation
- Posts: 309
- Joined: 19. May 2008, 16:09
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Too many to specify!
- Contact:
Re: VBoxManage guestcontrol commands
Hard to tell without knowing the installed Guest Additions version. Please also attach the VBox.log file in a compressed format.