Genymotion 无法启动 - 卡在启动虚拟设备上
Genymotion fails to boot - stuck on Starting Virtual Device
我正在尝试为任何 Android 设备启动 Genymotion 虚拟机,我的问题主要是设备使用的以太网适配器损坏了。我卸载并重新安装了它,启用它。现在我的虚拟机卡在“正在启动虚拟设备”。
日志显示它卡在了:
2021-05-10T16:12:28+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24800 error: Connection timed out new attempt in 5000 ms"
2021-05-10T16:12:28+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24810 error: Connection timed out new attempt in 5000 ms"
2021-05-10T16:12:29+01:00 [Genymotion Player:11832] [emugl.geny.warning] writeFully: failed: Bad file descriptor
2021-05-10T16:12:29+01:00 [Genymotion Player:11832] [warning] Unable to send START OPENGL command
2021-05-10T16:12:51+01:00 [Genymotion Player:11832] [emugl.geny.warning] writeFully: failed: Bad file descriptor
2021-05-10T16:12:51+01:00 [Genymotion Player:11832] [warning] Unable to send START OPENGL command
2021-05-10T16:13:13+01:00 [Genymotion Player:11832] [emugl.geny.warning] writeFully: failed: Bad file descriptor
2021-05-10T16:13:13+01:00 [Genymotion Player:11832] [warning] Unable to send START OPENGL command
2021-05-10T16:13:15+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24810 error: Connection timed out new attempt in 5000 ms"
2021-05-10T16:13:15+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24800 error: Connection timed out new attempt in 5000 ms"
我在任何地方都找不到关于此问题的任何信息或修复方法。我不知道该怎么办。我的 BIOS 中已经启用了 SVM。
系统规格:
Windows 10 Home x64
AMD Radeon RX 6700 XT
AMD Ryzen 5 5600X
16GB DDR4 3600 MHz
参考:https://docs.genymotion.com/desktop/latest/01_Get_started.html#hardware
您一定没有在您的系统中从启动菜单启用 VT-x 或 AMD-V/SMV。
由于您使用的是 AMD 处理器,因此它将是 AMD-V/SMV.
这里是 link 如何做到这一点
https://www.qnap.com/en/how-to/faq/article/how-to-enable-intel-vtx-and-amd-svm
编辑 1:
在 https://www.amd.com/en/support
更新您的驱动程序
今天,我遇到了同样的问题。解决者:
- 卸载 Genymotion 和 Virtualbox
- 尝试使用驱动程序增强器等任何解决方案更新您的 PC 驱动程序“所有驱动程序,而不仅仅是 GPU 驱动程序”。
更新你的驱动程序后重新启动电脑 2 次以仔细检查你的电脑是否安装了新驱动程序
- 重新安装 Genymotion 和 virtualbox
我在 mac 上遇到了同样的问题,我通过关闭 wifi 然后启动设备解决了我的问题。尝试关闭您的 wifi 并从网络和共享中心禁用 LAN 适配器
我正在尝试为任何 Android 设备启动 Genymotion 虚拟机,我的问题主要是设备使用的以太网适配器损坏了。我卸载并重新安装了它,启用它。现在我的虚拟机卡在“正在启动虚拟设备”。
日志显示它卡在了:
2021-05-10T16:12:28+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24800 error: Connection timed out new attempt in 5000 ms"
2021-05-10T16:12:28+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24810 error: Connection timed out new attempt in 5000 ms"
2021-05-10T16:12:29+01:00 [Genymotion Player:11832] [emugl.geny.warning] writeFully: failed: Bad file descriptor
2021-05-10T16:12:29+01:00 [Genymotion Player:11832] [warning] Unable to send START OPENGL command
2021-05-10T16:12:51+01:00 [Genymotion Player:11832] [emugl.geny.warning] writeFully: failed: Bad file descriptor
2021-05-10T16:12:51+01:00 [Genymotion Player:11832] [warning] Unable to send START OPENGL command
2021-05-10T16:13:13+01:00 [Genymotion Player:11832] [emugl.geny.warning] writeFully: failed: Bad file descriptor
2021-05-10T16:13:13+01:00 [Genymotion Player:11832] [warning] Unable to send START OPENGL command
2021-05-10T16:13:15+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24810 error: Connection timed out new attempt in 5000 ms"
2021-05-10T16:13:15+01:00 [Genymotion Player:11832] [warning] "Camera 192.168.198.102:24800 error: Connection timed out new attempt in 5000 ms"
我在任何地方都找不到关于此问题的任何信息或修复方法。我不知道该怎么办。我的 BIOS 中已经启用了 SVM。
系统规格:
Windows 10 Home x64
AMD Radeon RX 6700 XT
AMD Ryzen 5 5600X
16GB DDR4 3600 MHz
参考:https://docs.genymotion.com/desktop/latest/01_Get_started.html#hardware
您一定没有在您的系统中从启动菜单启用 VT-x 或 AMD-V/SMV。 由于您使用的是 AMD 处理器,因此它将是 AMD-V/SMV.
这里是 link 如何做到这一点
https://www.qnap.com/en/how-to/faq/article/how-to-enable-intel-vtx-and-amd-svm
编辑 1: 在 https://www.amd.com/en/support
更新您的驱动程序今天,我遇到了同样的问题。解决者:
- 卸载 Genymotion 和 Virtualbox
- 尝试使用驱动程序增强器等任何解决方案更新您的 PC 驱动程序“所有驱动程序,而不仅仅是 GPU 驱动程序”。 更新你的驱动程序后重新启动电脑 2 次以仔细检查你的电脑是否安装了新驱动程序
- 重新安装 Genymotion 和 virtualbox
我在 mac 上遇到了同样的问题,我通过关闭 wifi 然后启动设备解决了我的问题。尝试关闭您的 wifi 并从网络和共享中心禁用 LAN 适配器