Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 4.3 with Genymotion uvesafb: failed to execute /sbin/v86d

When I start an AVD with Android 4.3 using Genymotion, the player crash and the Virtual Machine in VirtualBox returns this error:

uvesafb: failed to execute /sbin/v86d

uvesafb: make sure that the s86d helper is installed and executable

I appreciate any help. Thanks.

like image 445
Ragnar Avatar asked Apr 17 '14 14:04

Ragnar


1 Answers

Assuming you are using Windows OS, Open task manager. Close all VirtualBox processes which are:

  1. VBoxHeadless.exe
  2. VBoxSVC.exe
  3. VBoxNetDHCP.exe

(you can also right click on any one of them and hit "end process tree").

Restart Genymotion and try to run the virtual device

like image 148
Sunil Kumar Avatar answered Oct 20 '22 20:10

Sunil Kumar