Several players have been impacted by crashes following the update to macOS Monterey.

 

If you have something like SDL or FreeType installed via Homebrew it will actually override our copy and cause the application to crash because of conflicts.

 

Here's the workaround :

 

- Remove libSDL2-2.0.0.dylib, libfreetype.6.dylib, and libharfbuzz.dylib from Contents/MacOS/osx/ (you can always get them back by verifying local data)


- brew install sdl2 freetype harfbuzz

 

Detailed information here : https://bit.ly/3eQHFlJ