中级玩家
 
- 贡献度
- 23
- 金元
- 1148
- 积分
- 147
- 精华
- 0
- 注册时间
- 2009-9-10
|
Version: 1.3.4.1
Thread: RenderThread
Microsoft.Xna.Framework.NoSuitableGraphicsDeviceException: Unable to create the graphics device. ---> System.InvalidOperationException: An unexpected error has occurred.
在 Microsoft.Xna.Framework.Graphics.GraphicsDevice..ctor(GraphicsAdapter adapter, DeviceType deviceType, IntPtr renderWindowHandle, PresentationParameters presentationParameters)
在 Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation newInfo)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation newInfo)
在 Microsoft.Xna.Framework.GraphicsDeviceManager.ChangeDevice(Boolean forceCreate)
在 Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges()
在 Magicka.Game..ctor()
在 Magicka.Game.get_Instance()
在 Magicka.GlobalSettings..ctor()
在 Magicka.GlobalSettings.get_Instance()
在 Magicka.Program.Main(String[] args) |
|