Genymotion "Connection to virtual device lost.

I just installed Genymotion and VirtualBox on Solus, and when I start the virtual device, I get this error:

Connection to virtual device is lost.

Reboot the virtual device.

When I start the machine, the screen loads, but everything is black, and then I get this error.

I googled and I found that I had to reconfigure the network adapter for hosting only, but unfortunately it did not resolve the problem. I also tried reinstalling virtualbox and genymotion, but this did not solve the problem.

Here is my log file: http://pastebin.com/CsdCJAw3 (I posted it in pastebin because it exceeds the character limit here)

Thanks in advance

+4
source share
1 answer

You are using a VPN client such as Cisco Any Connect. I ran it and Genymotion constantly showed me the same problem. I just had to stop the VPN and close the VPN application, if any. Restart Genymotion and voila. After that, you can start the VPN and it should work.

If it still does not work. After stopping the VPN, or if you are not using a VPN client before starting Genymotion, try running this command. This helped me when something caused a problem with the virtual box daemon.

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

+7
source

Source: https://habr.com/ru/post/1670343/


All Articles