Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
327 views
in Technique[技术] by (71.8m points)

android - Genymotion error after windows 10 upgrade

Genymotion is giving me this error after the Windows 10 upgrade:

Unable to load virtual box engine

How to fix this?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I solved this issue. It's working fine now.

I'm using:

+ Window 10
+ VirtualBox-5.0.2-102096-Win
+ Genymotion-2.5.3

Step 1: We should set Run as this program as an administrator & Compatibility mode Window 7 for those file.

C:Program FilesOracleVirtualBox
    + VBoxHeadless.exe
    + VBoxManage.exe
    + VirtualBox.exe
C:Program FilesGenymobileGenymotion
    + genymotion.exe

Step 2: My Computer -> Manage-> Device Manager-> Network adapters

Remove all items with name: VirtualBox Host-Only Ethenet Adapter #...

Step 3: Open Virtual Box and go to File -> Preferences -> Network -> Host Only Networks

Remove all and create new host with information:

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

Step 4: Run Genymotion again. It's will work.

=====> You can see here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...