Unhandled Exception When Launching

Questions about Wine on Linux
Locked
mattig89ch
Level 2
Level 2
Posts: 24
Joined: Sat Aug 07, 2010 11:52 pm

Unhandled Exception When Launching

Post by mattig89ch »

Hello Everyone

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
Jan144
Newbie
Newbie
Posts: 2
Joined: Thu Nov 14, 2024 2:44 am

Post by Jan144 »

I'm guessing you're missing a DLL or something that's required for the game to run. If I were you, I'd try to find Windows.Gaming.Input.dll somewhere on the web (mods don't let me tell you where exactly) and put the DLL into $WINEPREFIX/drive_c/windows/system32/ .
Locked