Issue My game is broke

I came back to my stardew after a few months of not playing and i might have broken something. I deleted the mods i had (and i think something i wasn't supposed to), wanting to start completely over basically and now it won't even load up. I re-installed everything including smapi but excluding the other mods, hoping that was the issue, but i got the same concerning string that i dont understand.

[game] The game failed to launch: Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Failed to create graphics device!
---> PlatformNotSupportedException: MonoGame requires either ARB_framebuffer_object or EXT_framebuffer_object.Try updating your graphics drivers.
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.FramebufferHelper.Create(GraphicsDevice gd) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Graphics\GraphicsDevice.OpenGL.FramebufferHelper.cs:line 32
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.PlatformInitialize() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Graphics\GraphicsDevice.OpenGL.cs:line 340
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.Initialize() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Graphics\GraphicsDevice.cs:line 357
at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation gdi) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\GraphicsDeviceManager.cs:line 144
at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\GraphicsDeviceManager.cs:line 115
--- End of inner exception stack trace ---
at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\GraphicsDeviceManager.cs:line 123
at Microsoft.Xna.Framework.Game.DoInitialize() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Game.cs:line 838
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Game.cs:line 465
at StardewModdingAPI.Framework.SCore.RunInteractively() in SMAPI\Framework\SCore.cs:line 289
[SMAPI] Game has ended. Press any key to exit.

Now, i think i've messed up my game and i hope someone can help me fix it.
 

Sukushi

Newcomer
It's talk about graphic, maybe your graphic card isn't update, if you have and Nvidia just download GeForce Experience and update it, if you have another brand look how to update it.
Otherwise try to follow SMAPI step on : https://smapi.io/log it may provide solution, or at least give all the information someone else will need to help you.
 
Top