Genymotion 无法启动虚拟设备opengl报错
Genymotion unable to start the virtual device opengl error
我尝试通过 Genymotion 启动虚拟设备。但我得到错误:
Unable to start the virtual device
To start virtual devices, make sure thet your video card supports OpenGL 2.0 and update the drivers.
Details: Failed to create framebuffer image (error: 15)
If possible, update your vido card drivers.
根据 Whosebug 的建议,我已尝试更新我的视频卡驱动程序。但这并没有帮助。
我认为这是因为我替换了 SysWOW64
目录中的 opengl32.dll
文件。我在复制到此文件夹 glut32.dll
、glu32.dll
和 glut.dll
文件时替换了它。
如何解决问题?
OS: Windows 10
我已经解决了问题。
我已从我朋友的计算机 SysWOW64
中索取另一份 opengl32.dll
并将其放入我的 SysWOW64
目录中。
我尝试通过 Genymotion 启动虚拟设备。但我得到错误:
Unable to start the virtual device
To start virtual devices, make sure thet your video card supports OpenGL 2.0 and update the drivers.
Details: Failed to create framebuffer image (error: 15)
If possible, update your vido card drivers.
根据 Whosebug 的建议,我已尝试更新我的视频卡驱动程序。但这并没有帮助。
我认为这是因为我替换了 SysWOW64
目录中的 opengl32.dll
文件。我在复制到此文件夹 glut32.dll
、glu32.dll
和 glut.dll
文件时替换了它。
如何解决问题?
OS: Windows 10
我已经解决了问题。
我已从我朋友的计算机 SysWOW64
中索取另一份 opengl32.dll
并将其放入我的 SysWOW64
目录中。