由于图形处理单元配置(Mac 上的 Windows 7),不支持 Windows Phone 模拟器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7234618/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
windows phone emulator not supported due to graphics processing unit configuration (windows 7 on mac)
提问by mheavers
I'm getting an error when I start up the windows phone emulator:
当我启动 Windows Phone 模拟器时出现错误:
windows phone emulator not supported because your computer does not have the required graphics processing unit configuration. An XNA framework page will not function without a graphics processing unit. Do you want to continue starting the emulator?
不支持 windows phone 模拟器,因为您的计算机没有所需的图形处理单元配置。如果没有图形处理单元,XNA 框架页面将无法运行。要继续启动模拟器吗?
And when I attempt to access a web page (any web page) - I just get a blank screen. How do I resolve this?
当我尝试访问网页(任何网页)时 - 我只会看到一个空白屏幕。我该如何解决?
I'm running windows 7 on a mac.
我在 Mac 上运行 Windows 7。
采纳答案by Paul Annetts
Check out the system requirements for the emulator on MSDN.
在 MSDN 上查看模拟器的系统要求。
Start by updating your graphics drivers to the latest available. If that doesn't work the next step would be to upgrade the graphics card, if you can.
首先将您的图形驱动程序更新到可用的最新版本。如果这不起作用,下一步是升级显卡,如果可以的话。
A PC which won't run the emulator can probably still be used to develop and debug on a real device.
不运行模拟器的 PC 可能仍可用于在真实设备上进行开发和调试。
回答by user179700
It may be you're also trying to run the latest SDK 7.1 which is far more restrictive than 7.0. If you find yourself unable to run 7.1, dropping down to 7.0 may work on your particular machine.
可能您还试图运行最新的 SDK 7.1,它比 7.0 的限制要多得多。如果您发现自己无法运行 7.1,那么降到 7.0 可能适用于您的特定机器。
回答by David Dias
If you are running Windows 7 on a Virtual Machine on Mac OS X it won't work because there are some restrictions on running a Virtual Machine inside a Virtual Machine.
如果您在 Mac OS X 上的虚拟机上运行 Windows 7,它将无法运行,因为在虚拟机内运行虚拟机有一些限制。
The quick and easy solution for this is installing Windows 7 in bootcamp, it worked for me.
快速简便的解决方案是在训练营中安装 Windows 7,它对我有用。