Jump to content
  • 0

failed to create graphics device! ????


DaScribe

Question

Ok,

I had someone download the client and when they went to run it, it said it had an error, and this is the error in the error log

anyone know what this means and how to fix it?

 

 

2017-08-26 23:12:11.995 [Error] Message: Failed to create graphics device! 2017-08-26 23:12:11.995 [Error] Stack Trace: em Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice() em Microsoft.Xna.Framework.Game.DoInitialize() em Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) em Intersect_MonoGameDx.Program.Main() na C:\Users\bob\Desktop\AGD\Intersect-Engine\Intersect Client\ClientMain.cs:linha 25 2017-08-26 23:12:11.995 [Error] Time: 8/26/2017 11:12:11 PM

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

As has been said in all of the other questions regarding this same failure, the OpenGL 3 spec must be supported, either via supporting GL3 core or with extensions. There are a variety of metrics that you can compare graphics capability by, but there's no standard "level" to compare with -- you can only compare based on this one capability metric that is generally in the fine print for GPUs.

Link to comment
Share on other sites

  • 0

The only test that will tell you without a doubt if the client will work on your machine is by trying to run the client in the first place.

 

There is an official requirements list somewhere but in rare cases machines meeting those requirements still fail the initialization procedure within MonoGame. 

Link to comment
Share on other sites

×
×
  • Create New...