Every time I try to add a physics component to my entity file, it tells me that it had to close. Here is the error:
Paradox Version: 1.0.0-beta10
GameStudio Version: 4
Error Message: Unexpected exception
User: Micle
Current Directory: C:\Program Files (x86)\Paradox\GamePackages\Paradox.1.0.0-beta10\Bin\Windows-Direct3D11
OS Version: Microsoft Windows NT 6.2.9200.0
Command Line Args:
Exception type: GraphicsException
Exception message: Unexpected error on Present
StackTrace: at SiliconStudio.Paradox.Graphics.SwapChainGraphicsPresenter.Present()
at SiliconStudio.Paradox.Games.GraphicsDeviceManager.SiliconStudio.Paradox.Games.IGraphicsDeviceManager.EndDraw(Boolean present)
at SiliconStudio.Paradox.Game.EndDraw(Boolean present)
at SiliconStudio.Paradox.Games.GameBase.Tick()
at SiliconStudio.Paradox.Games.GamePlatform.Tick()
at SiliconStudio.Paradox.Games.GamePlatform.OnRunCallback()
at SiliconStudio.Paradox.Games.GameWindowDesktop.<>c__DisplayClass2.b__0()
at SiliconStudio.Paradox.Games.WindowsMessageLoop.Run(Control form, RenderCallback renderCallback, Boolean useApplicationDoEvents)
at SiliconStudio.Paradox.Games.GameWindowDesktop.Run()
at SiliconStudio.Paradox.Games.GamePlatform.Run(GameContext gameContext)
at SiliconStudio.Paradox.Games.GameBase.Run(GameContext gameContext)
at SiliconStudio.Paradox.GameStudio.ParadoxViewService.ParadoxUIThread(Object projectSession)
at SiliconStudio.Core.Diagnostics.SafeAction.<>c__DisplayClass4.b__3(Object obj)
The above exception has an inner exception:
Exception type: SharpDXException
Exception message: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
StackTrace: at SharpDX.Result.CheckError()
at SharpDX.DXGI.SwapChain.Present(Int32 syncInterval, PresentFlags flags)
at SiliconStudio.Paradox.Graphics.SwapChainGraphicsPresenter.Present()