I'm trying to run Underrail, but I'm getting an unhandled exception when trying to run it. I'm not sure what to make of it.
Code: Select all
0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Gaming.Input.RawGameController"
0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Gaming.Input.Gamepad"
Unhandled Exception:
Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Could not get UserDefinedAnnotation! Error Code: 0x80004002
at Microsoft.Xna.Framework.Graphics.GraphicsDevice..ctor (Microsoft.Xna.Framework.Graphics.GraphicsAdapter adapter, Microsoft.Xna.Framework.Graphics.GraphicsProfile graphicsProfile, Microsoft.Xna.Framework.Graphics.PresentationParameters presentationParameters) [0x000e8] in <781c6de57fbb4a4ebc9131f38791712b>:0
at Microsoft.Xna.Framework.GraphicsDeviceManager.Microsoft.Xna.Framework.IGraphicsDeviceManager.CreateDevice () [0x000db] in <781c6de57fbb4a4ebc9131f38791712b>:0
at Microsoft.Xna.Framework.Game.DoInitialize () [0x00031] in <781c6de57fbb4a4ebc9131f38791712b>:0
at Microsoft.Xna.Framework.Game.Run () [0x00011] in <781c6de57fbb4a4ebc9131f38791712b>:0
at b7b.a (System.String[] A_0) [0x00016] in <9735cf8c2703404d89be66ab15884361>:0
[ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Could not get UserDefinedAnnotation! Error Code: 0x80004002
at Microsoft.Xna.Framework.Graphics.GraphicsDevice..ctor (Microsoft.Xna.Framework.Graphics.GraphicsAdapter adapter, Microsoft.Xna.Framework.Graphics.GraphicsProfile graphicsProfile, Microsoft.Xna.Framework.Graphics.PresentationParameters presentationParameters) [0x000e8] in <781c6de57fbb4a4ebc9131f38791712b>:0
at Microsoft.Xna.Framework.GraphicsDeviceManager.Microsoft.Xna.Framework.IGraphicsDeviceManager.CreateDevice () [0x000db] in <781c6de57fbb4a4ebc9131f38791712b>:0
at Microsoft.Xna.Framework.Game.DoInitialize () [0x00031] in <781c6de57fbb4a4ebc9131f38791712b>:0
at Microsoft.Xna.Framework.Game.Run () [0x00011] in <781c6de57fbb4a4ebc9131f38791712b>:0