Solved Mac: Unable to retrieve OpenGL version

SprinklesFarm

Greenhorn
EDIT: I updated to Sequoia 15.4 and the game launches now.

I'm using a 2022 Macbook Pro M2, Sequoia 15.2. When I try to open the game it just bounces in the dock and doesn't open. I don't think it's SMAPI since it's saying the game failed to launch not something to do with a mod. (I also just installed the latest version of SMAPI anyways). I haven't played in a while but everything was fine about 3 months ago. I have already run
Code:
sudo chown -v “$USER” ~/.config
and made sure it's my username.

This is the error:

Code:
[SMAPI] SMAPI 4.2.1 with Stardew Valley 1.6.15 build 24356 on macOS Unix 15.2.0

[SMAPI] Mods go here: ~/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods

[SMAPI] Waiting for game to launch...

[game] The game failed to launch: Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Unable to retrieve OpenGL version

   at Microsoft.Xna.Framework.Graphics.GraphicsDevice.PlatformSetup() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Graphics\GraphicsDevice.OpenGL.cs:line 310

   at Microsoft.Xna.Framework.Graphics.GraphicsDevice.Setup() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Graphics\GraphicsDevice.cs:line 297

   at Microsoft.Xna.Framework.Graphics.GraphicsDevice..ctor(GraphicsAdapter adapter, GraphicsProfile graphicsProfile, Boolean preferHalfPixelOffset, PresentationParameters presentationParameters) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Graphics\GraphicsDevice.cs:line 273

   at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation gdi) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\GraphicsDeviceManager.cs:line 144

   at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\GraphicsDeviceManager.cs:line 115

   at Microsoft.Xna.Framework.Game.DoInitialize() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Game.cs:line 941

   at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Game.cs:line 465

   at StardewModdingAPI.Framework.SCore.RunInteractively() in SMAPI\Framework\SCore.cs:line 316

[SMAPI] Game has ended. Press any key to exit.
 
Last edited:
Top