75

I downloaded Genymotion but cannot get it to work. I keep on getting "virtualization engine not found, plugin loading aborted". I have uninstalled and reinstalled it, force quit and restarted it, and looked at other solutions to no avail. It seems to hit a snag here.

I am running on a Mac, OSX Yosemite version 10.10.5.

SaH
  • 919
  • 1
  • 8
  • 17
  • Possible duplicate of [Genymotion, "Unable to load VirtualBox engine." on Mavericks. VBox is setup correctly](https://stackoverflow.com/questions/19629013/genymotion-unable-to-load-virtualbox-engine-on-mavericks-vbox-is-setup-corr) –  Jul 31 '17 at 23:14
  • Check the VM compatible version https://www.genymotion.com/help/desktop/faq/#compatible-virtualbox-versions – Gil Beyruth Dec 02 '17 at 00:12

10 Answers10

104

You have to install Virtualbox to get genymotion to work.

Here is the link to download it https://www.virtualbox.org/wiki/Downloads

JAAD
  • 12,171
  • 6
  • 34
  • 56
8

MacOS [High Sierra]10.13.4

  1. Download Virtual Box 5.2.8 then tried to run Genymotion.

  2. Download Genymotion 2.12 for personal use by signing up.

  3. Restart the machine.

  4. Change System Preferences at Security & Privacy the virtual box installation was being blocked. You can see than Oracle America..blah blah.. in General Tab. Just Allow it, you could see installation gets completed.

  5. Now try to start Genymotion, it will install required plugins.

  6. Start adding virtual devices.

A.G
  • 13,048
  • 84
  • 61
  • Works perfectly with Mac 10.13.5, I wonder why genymotion doesn't have Virtual Box software embedded into its installer or at least should have mentioned in their installation guide. – vikramvi Aug 30 '18 at 13:05
  • You made my day. Thank you!! – Mark Sep 27 '18 at 07:04
4

Found this solution on another stackoverflow, but thought I'd help spread the good word. The problem has to do with VBoxManager installing to /usr/local/bin and genymotion expecting it in /usr/bin. So create a symlink and you're golden:

sudo ln -s /usr/local/bin/VBoxManage /usr/bin

It should also be noted that you should keep an eye on what version of VirtualBox is recommended by genymotion. Currently (as of July 31, 2017), it's 5.0.26.

Mr. T
  • 11,855
  • 5
  • 36
  • 46
3

How i solved mine.

The problem is from Virtualbox DKMS All you have to do is uninstall and install is back.

sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove virtualbox-dkms
sudo apt-get install virtualbox-dkms

Drop comment if its works for you.

2

I resolved the same issue on windows 8 by removing all old Virtual only Hosts .
This may help someone .

Steps:

  • Open Oracle VM VirtualBox Manager
  • Go to File -> Preference -> Network -> Hosts-Only Networks
  • Remove all entries under this tab
  • Click OK
  • Restart Genymotion
2

Homebrew for the rescue! brew cask install virtualbox

eduardomoroni
  • 2,192
  • 1
  • 16
  • 12
1

I had lated VirtualBox installed but still Genymotion was throwing this error.

Installing the right version (of VirtualBox) as explained in the below link solved. https://www.genymotion.com/help/desktop/faq/#compatible-virtualbox-versions

Shree Harsha S
  • 615
  • 7
  • 14
0

I solved this by downloading and installing the latest Virtualbox and then launching Genymotion. everythnig worked perfectly. I hope this will help other who face the same issue

amad4biz
  • 19
  • 8
0

Download "with virtualbox" version if you have no virtual box installed on your system. Virtual box is necessary for Genymotion.

Link for Genymotion: https://www.genymotion.com/download/

SwethaG
  • 83
  • 2
  • 11