Hey I got Celeste around 2 days ago and whenever I try to load it I get same error log:
Celeste Error Log
==========================================
16/06/2020 21:36:41
Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Could not find a Direct3D device that supports the XNA Framework HiDef profile.
Verify that a suitable graphics device is installed.
Make sure the desktop is not locked, and that no other application is running in full screen mode.
Avoid running under Remote Desktop or as a Windows service.
Check the display properties to make sure hardware acceleration is set to Full.
at Microsoft.Xna.Framework.GraphicsDeviceManager.FindBestPlatformDevice(Boolean anySuitableDevice)
at Microsoft.Xna.Framework.GraphicsDeviceManager.FindBestDevice(Boolean anySuitableDevice)
at Microsoft.Xna.Framework.GraphicsDeviceManager.ChangeDevice(Boolean forceCreate)
at Monocle.Engine..ctor(Int32 width, Int32 height, Int32 windowWidth, Int32 windowHeight, String windowTitle, Boolean fullscreen) in C:\Projects\C#\Celeste\Celeste\Celeste\Monocle\Engine.cs:line 50
at Celeste.Celeste..ctor() in C:\Projects\C#\Celeste\Celeste\Celeste\Celeste.cs:line 60
at Celeste.Celeste.Main(String[] args) in C:\Projects\C#\Celeste\Celeste\Celeste\Celeste.cs:line 409
Hope It's not something too hard to fix!