VBoxManage guestcontrol commands

Discussions related to using VirtualBox on Linux hosts.
Post Reply
tanyiming
Posts: 5
Joined: 18. Jan 2016, 10:45

VBoxManage guestcontrol commands

Post by tanyiming »

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?
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

Post by pentagonik »

Hard to tell without knowing the installed Guest Additions version. Please also attach the VBox.log file in a compressed format.
Post Reply