Error - Running examples
when I try "big" examples, like racing game, it crashes, but smaller examples run OK, xna starter pack - spacewar runs OK and also every free example from xna creators club runs well. I have nb toshiba satellite a200, with geforce go 7300, latest dx9.0c installed and nvidia 163.67 drivers
any ideas what to do ?
here is racing game log :
/// Session started at: 2007-10-31 15:14
/// RacingGame
[15:14:52] Fatal error, application crashed: Microsoft.Xna.Framework.NoSuitableGraphicsDeviceEx ception: Unable to create the graphics device. ---> System.InvalidOperationException: The method call is invalid.
at Microsoft.Xna.Framework.Graphics.GraphicsDevice..c tor(GraphicsAdapter adapter, DeviceType deviceType, IntPtr renderWindowHandle, CreateOptions creationOptions, PresentationParameters presentationParameters)
at Microsoft.Xna.Framework.GraphicsDeviceManager.Crea teDevice(GraphicsDeviceInformation newInfo)
--- End of inner exception stack trace ---
at Microsoft.Xna.Framework.GraphicsDeviceManager.Crea teDevice(GraphicsDeviceInformation newInfo)
at Microsoft.Xna.Framework.GraphicsDeviceManager.Chan geDevice(Boolean forceCreate)
at Microsoft.Xna.Framework.GraphicsDeviceManager.Micr osoft.Xna.Framework.IGraphicsDeviceManager.CreateD evice()
at Microsoft.Xna.Framework.Game.Run()
at RacingGame.Program.StartGame()
|