xenko icon indicating copy to clipboard operation
xenko copied to clipboard

ALT-Tab crash in fullscreen mode

Open EmptyKeys opened this issue 8 years ago • 0 comments

Hi, I got few reports of this exception while using ALT-Tab in fullscreen mode. Any idea what could be the reason?

Exception classes:
System.NullReferenceException Exception messages:
Object reference not set to an instance of an object. Stack Traces:
@ SiliconStudio.Xenko.Graphics.SwapChainGraphicsPresenter.Present line: 0 @ SiliconStudio.Xenko.Games.GraphicsDeviceManager.SiliconStudio.Xenko.Games.IGraphicsDeviceManager.EndDraw line: 0 @ SiliconStudio.Xenko.Games.GameBase.EndDraw line: 0 @ SiliconStudio.Xenko.Engine.Game.EndDraw line: 0 @ SiliconStudio.Xenko.Games.GameBase.TickInternal line: 0 @ SiliconStudio.Xenko.Games.GameBase.Tick line: 0 @ SiliconStudio.Xenko.Games.GamePlatform.Tick line: 0 @ SiliconStudio.Xenko.Games.GamePlatform.OnRunCallback line: 0 @ SiliconStudio.Xenko.Games.WindowsMessageLoop.Run line: 0 @ SiliconStudio.Xenko.Games.GameWindowWinforms.Run line: 0 @ SiliconStudio.Xenko.Games.GameBase.Run line: 0 @ EmptyKeys.CoG.CoGApp.Main line: 0

EmptyKeys avatar Mar 09 '17 13:03 EmptyKeys