Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion Initialize Engine: failed in IntelliJ

I downloaded Genymotion and Genymotion IntelliJ plugin. I set Genymotion path in Intellij. Instructions: https://cloud.genymotion.com/page/doc/#collapse-intellij

When I try to relaunch plugin I get the following error:

4:36:22 PM Genymotion: Loading Genymotion library
4:36:22 PM Genymotion: Genymotion directory: /Applications/Genymotion.app/Contents/MacOS
4:36:22 PM Genymotion: Trying to initialize engine
4:36:23 PM Genymotion: Initialize Engine: failed

What am I doing wrong?

like image 850
tir38 Avatar asked Nov 27 '22 21:11

tir38


2 Answers

Surprisingly not much on the internet about this. If you were to just run Genymotion (standalone) you'd get the nice error message:

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

Unfortunately you won't see this in IntelliJ's Event Log. Once you install virtual box you should be all set.

like image 52
tir38 Avatar answered Dec 04 '22 11:12

tir38


Download and install Virtual Box for your platform and it will work. Download from https://www.virtualbox.org/wiki/Downloads .

like image 23
Suhail Bhat Avatar answered Dec 04 '22 10:12

Suhail Bhat