Microsoft.Xna.Framework.Graphics.DeviceLostException: Внешний компонент создал исключение.
   в Microsoft.Xna.Framework.Graphics.GraphicsDevice..ctor(GraphicsAdapter adapter, DeviceType deviceType, IntPtr renderWindowHandle, PresentationParameters presentationParameters)
   в ForzaStudio.ForzaStudioForm.CreateDevice()
   в ForzaStudio.ForzaStudioForm.ResetDevice()
   в ForzaStudio.ForzaStudioForm.UpdateScene()
   в ForzaStudio.ForzaStudioForm.MainLoop()
   в ForzaStudio.ForzaStudioForm.Form1_Shown(Object sender, EventArgs e)
   в System.Windows.Forms.Form.OnShown(EventArgs e)
   в System.Windows.Forms.Form.CallShownEvent()
   в System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   в System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   в System.Threading.ExecutionContext.runTryCode(Object userData)
   в System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   в System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   в System.Windows.Forms.Control.InvokeMarshaledCallbacks()