visual-studio-emulator – 适用于Android的Visual Studio模拟器的OpenGL错误

适用于
Android的Visual Studio模拟器(VSEA)工作正常,直到我开始使用视频卡来支持超宽显示器.运行几分钟后,我一直收到以下错误:

An OpenGL error has occurred:
Error packing read bufferk, ignoring
The emulator will not shut down.

《visual-studio-emulator – 适用于Android的Visual Studio模拟器的OpenGL错误》

有人可以为此提供补救措施吗?

更新(2016年3月2日):
在视频卡(Zotac GeForce 8400GS)被移除后,它已经工作正常,并且使用了主板集成显卡.

最佳答案 我不知道这是否会有所帮助. OpenGL错误实际上是非常误导的,我相信它根本与OpenGL无关.

每当我看到这个错误时,我都会转到Hyper-V,看看vhd所在的位置.

就我而言,它位于:

C:\Users\<myname>\AppData\Local\Microsoft\VisualStudioEmulator\Android\Containers\Local\Devices

只需删除与受影响设备关联的.cfg和vhd,然后使用VS Emulator for Android重新创建它. (记得在执行此操作之前将其从Hyper-V中删除)

点赞