virtualbox , developer tool [message #669694] |
Tue, 08 May 2018 06:27 |
|
detasad
Messages: 17 Registered: February 2013 Location: saudi
|
Junior Member |
|
|
Failed to open a session for the virtual machine Developer Tools.
Implementation of the USB 2.0 controller not found!
Because the USB 2.0 controller state is part of the saved VM state, the VM cannot be started. To fix this problem, either install the 'Oracle VM VirtualBox Extension Pack' or disable USB 2.0 support in the VM settings.
Note! This error could also mean that an incompatible version of the 'Oracle VM VirtualBox Extension Pack' is installed (VERR_NOT_FOUND).
Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
I am getting the above message when I try to start developers tool ( virtual machine on virtual box ) .
I need to set this
|
|
|
Re: virtualbox , developer tool [message #669695 is a reply to message #669694] |
Tue, 08 May 2018 07:24 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
This is not a problem that is really appropriate for this forum: you might be better off posting on a VirtualBox forum. However, the issue seems clear: you need to disable USB support. Something like this prehaps,vboxmanage modifyvm yourvm --usb off
|
|
|