Windows Phone 模拟器出错 [英] Error with Windows Phone Emulator

查看:39
本文介绍了Windows Phone 模拟器出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试重新启动并运行我的 Windows 手机开发.

I am trying to get my windows phone development up and running again.

我在使用模拟器时遇到了严重问题 http://imgur.com/qM4uj

I am having serious issues with the emulator where it looks like this http://imgur.com/qM4uj

这是我的信息.在具有四核 proc 和良好显卡的计算机上运行 Windows 8.

Here is my info. Running windows 8 on a computer with quad core proc and good video card.

有什么想法吗?

谢谢!

推荐答案

此页面可能有帮助:

http:///social.msdn.microsoft.com/Forums/en-US/wptools/thread/5b659eea-9a4f-45ce-8418-b9097d586197/

模拟器视频在运行 XNA 或 Silverlight + XNA 时出现损坏游戏.Windows Phone SDK 7.1.1 中包含的模拟器映像具有与某些视频卡或视频卡驱动程序的兼容性问题.这使用 XNA 图形时出现显示损坏的问题系统托盘可见时横向渲染引擎.

Emulator Video appears corrupted running XNA or Silverlight + XNA game. The emulator images included in Windows Phone SDK 7.1.1 have a compatability problem with some video cards or video card drivers. The problem appears as corrupted display when using the XNA graphics rendering engine in landscape orientation when system tray is visible.

要解决此问题:XNA 游戏应该设置人像方向:graphicsDeviceManager.SupportedOrientations = DisplayOrientation.Portrait;

To work around this problem: XNA games should either set the orientation to portrait: graphicsDeviceManager.SupportedOrientations = DisplayOrientation.Portrait;

-或- 启用全屏模式:graphicsDeviceManager.IsFullScreen = true;

-or- enable full screen mode: graphicsDeviceManager.IsFullScreen = true;

使用横向页面方向的 Silverlight + XNA 游戏应该禁用系统托盘:

Silverlight + XNA games which use landscape page orientation should disable the system tray:

<phone:PhoneApplicationPage  
    SupportedOrientations="Landscape" Orientation="LandscapeLeft" 
    shell:SystemTray.IsVisible="False" 

这篇关于Windows Phone 模拟器出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆