Genymotion Error: “Unable to load VirtualBox Engine” on Yosemite. VirtualBox installed

徘徊边缘 提交于 2019-12-02 17:08:51
Moritz

I had the problem that VBoxManage was installed at /usr/local/bin/ which was not in the path for GUI apps. I did:

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

I've had the same problem, Use VirtualBox 4.3 instead of 5.0 That did the trick for me.

This work for me:

  1. Remove current Virtual version and install VirtualBox version 4.3.

  2. Run terminal and execute this line:

sudo /Library/Application\ Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh restart

  1. Continue this line:

sudo cp /usr/local/bin/VBoxManage /usr/bin/VBoxManage

Now can run Genymotion.

JakeWilson801
brew cask install virtualbox

I had this issue after upgrading to OS X 10.11.1 moving to Virtual Box 5.0.8 fixed it

I tried all these and nothing working with me except this one

VirtualBox from the unidentified developer so OSX refuse to install it so you need unlock this option from Security and privacy --> general tab

reference

https://medium.com/@DMeechan/fixing-the-installation-failed-virtualbox-error-on-mac-high-sierra-7c421362b5b5

I've reported it on Google Groups here. I think for now there is no other way then downgrading - we have to wait for update.

I solved this issue updating Genymotion to Genymotion 2.5.1

In my case I just update VirtualBox from 4.3 to 5.0 https://www.virtualbox.org

this issue occurs after update to OS X El Capitan 10.11.4

Although this is one year later, this worked for me on mac (after switching from windows). Just install virtual box 5.0. (Or whatever is the latest version at time of reading this).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!