Visual studio emulator Android Visual Studio Emulator的OpenGL错误

Visual studio emulator Android Visual Studio Emulator的OpenGL错误,visual-studio-emulator,Visual Studio Emulator,VisualStudioEmulator for Android(VSEA)运行良好,直到我开始使用视频卡支持超宽显示器。运行几分钟后,我不断收到以下错误: An OpenGL error has occurred: Error packing read bufferk, ignoring The emulator will not shut down. 有谁能提供补救办法吗 更新(2016-03-02): 卸下视频卡(Zotac GeForce 8400GS)后,它工作正常,改用主板集成图

VisualStudioEmulator for Android(VSEA)运行良好,直到我开始使用视频卡支持超宽显示器。运行几分钟后,我不断收到以下错误:

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

有谁能提供补救办法吗

更新(2016-03-02):
卸下视频卡(Zotac GeForce 8400GS)后,它工作正常,改用主板集成图形。

我不知道这是否有帮助。OpenGL的错误实际上是非常误导人的,我相信它与OpenGL没有任何关系

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

就我而言,它位于:

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

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

如果有人知道解决方案,也会有同样的问题-这将非常好,因为我的特定案例与视频卡有关。在我取出视频卡(Zotac GeForce 8400GS)后,错误消失了。我正在使用计算机的集成视频。