Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion unable to load VirtualBox engine on Windows 10

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 of research and all the solutions suggested to Delete the Host-only network from Virtual Box settings. Well here's the thing i don't have any networks listed there. And the one which i found on the Network and Sharing center cannot be deleted.

Even a clean install hasn't solved the issue

Please help.

like image 489
Prateek Phoenix Avatar asked Jun 20 '15 06:06

Prateek Phoenix


People also ask

How do I connect Genymotion to VirtualBox?

Start Genymotion, and get its ip address on the Host private network (use virtualbox interface, or in host's console adb shell ifconfig ) In your host's console execute adb tcpip 5556. Start your other VM, and in its console execute adb connect <ip_of_genymotion>:5556.

Can I run Genymotion without VirtualBox?

Think of it as you are running mint in a virtual box container, now to run the gennymotion emulators you need to install the virtual box, but this is very tideous are bad idea, it is recomended that you do a full OS install.


2 Answers

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 
like image 191
yelliver Avatar answered Sep 23 '22 07:09

yelliver


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

like image 43
TheDobriy Avatar answered Sep 24 '22 07:09

TheDobriy