Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion Invalid path: VBoxManage and Initialize Engine: failed

I use:

  • Windows 7

  • Android Studio 1.3.2

  • Genymotion 2.5.4
  • VirtualBox 5.0.4r

Yesterday, it run correctly. However my C disk is run out of space so i decided to uninstall Andriod Studio, Genymotion and VB. Now I installed it in disk E and i show problem

Genymotion: Genymotion directory: E:\Program Files\Genymobile\Genymotion

Genymotion: Trying to initialize engine

Genymotion: Invalid path: VBoxManage

Genymotion: Initialize Engine: failed

I already tried some solutions from same topic but not work so far, seem like my case is different. Any one have same issue? Any suggestion? Thanks

like image 964
Richard Avatar asked Oct 20 '22 02:10

Richard


1 Answers

Using Windows 10 here, same issue, added the VirtualBox binary directory to the system path and it still failed, so it's not obvious what exactly it's looking for. But I do have Android Studio in a non-standard location too -- I think it's likely that there's a hardcoded relative path in there that's cracking on use. May not be a fix except to reinstall Android Studio where it wants to go...

However, per another answer, if you can start the image in Genymotion the Debug button will be able to see it and connect to it and you can maybe live without the integrated Genymotion device manager until they fix this.

like image 157
jesdynf Avatar answered Oct 27 '22 10:10

jesdynf