I recently upgraded to Windows 10 BUILD 10130 and for some reasons, Genymotion doesn\'t seem to be working. It says \"Unable to load VirtualBox Engine.\"
Now i did a bit
These soutions doesn't work for me. But I found my solution. So my solution: Go to computer BIOS, and enable "Virtualization Technology", and "VT-d". After these, no need to changed the Virtual Box settings, but it will work.
Genymotion 2.6.0 and Win10 didn´t start for me, got a error dialog when trying to start device in Genymotion. Tried to start the device from VirtualBox but got an error there to.
This solved it for me. Go to network settings in Windows and find your Virtual Host-Only Network that your device is using and select properties, if the VirtualBox NDIS6 Bridged Networking Driver isn´t selected the device will not start.
The only thing worked for me, is by removing all host-only networks, and start the Genymotion, it will auto re-configure the host-only networks for you. Here are the steps for more details: Open VirtualBox and go to File > Preferences > Network. Remove all existing host-only networks. Start Genymotion a first time. In the event of a failure, start Genymotion a second time.
Step 1: Run VirtualBox as administrator
Step 2: Go to File -> Preferences -> Network -> Host Only Networks
Step 3: Add a new one or just edit an old one (if not work, delete all existed and create a new one):
Adapter Tab:
IPv4 Address: 192.168.x.201
IPv4 Network Mask: 255.255.255.0
DHCP Server Tab:
Server Address: 192.168.x.100
Server Mask: 255.255.255.0
Lower Address Bound: 192.168.x.101
Upper Address Bound: 192.168.x.199
https://www.youtube.com/watch?v=9pd7ZtO-87A - here video solutions for this. It just helped me. I use this settings for VirtualBox Network:
Adapter Tab:
IPv4 Address: 192.168.1.201
IPv4 Network Mask: 255.255.255.0
DHCP Server Tab:
Server Address: 192.168.1.100
Server Mask: 255.255.255.0
Lower Address Bound: 192.168.1.101
Upper Address Bound: 192.168.1.199
UPD: My Virtual device starting only form Genymotion app. But show mistake if I try to start it from Android Studio
In RegEdit on path: HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\VirtualBox
changing the value for InstallDir
to C:\Program Files\Oracle\VirtualBox
solved the problem.