Não é possível executar um dispositivo no emulador GenyMotion

5

Instalei o GenyMotion e suas dependências (Virtual Box, ...) do AUR. Agora estou tentando executar um dispositivo no emulador GenyMotion, mas me causa o seguinte erro:

Unable to load VirtualBox engine. Make sure that you have installed it correctly before starting Genymotion. For more information refer to: https://cloud.genymotion.com/page/faq/#vbox

P.S:

Vocêpodeveroconteúdodoregistroem~/.Genymobile/genymotion-player.log:

Jan713:19:58[GenymotionPlayer][Error]VBoxManage("hostonlyif", "create") returns 1 
Jan 7 13:19:58 [Genymotion Player] [Error] Output command: "0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface
VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 66 of file VBoxManageHostonly.cpp" 
    
por Hamed Kamrava 07.01.2014 / 11:07

1 resposta

6

Para o Arch Linux, tente:

$ sudo vboxreload

E para Mac, tente:

$ sudo /Library/StartupItems/VirtualBox/VirtualBox restart
    
por 27.02.2014 / 08:39