Hi all,
RStudio suddenly stopped working last week with no changes on my end. It opens but the entire screen stays grey and never loads.
Setup:
- macOS Sonoma 14.4.1
- Apple M1, built-in Retina display
- Tried multiple RStudio versions including the latest — all show the same grey screen
Things I've already tried:
- Deleting ~/.local/share/rstudio, ~/.config/rstudio, and ~/Library/Application Support/RStudio
- Launching with --disable-gpu and --no-sandbox flags
- Running: defaults write com.rstudio.desktop renderingEngine software
- Running: sudo xattr -cr /Applications/RStudio.app
- Full uninstall and reinstall of multiple RStudio versions
- Checked Privacy & Security settings — no blocks
- system_profiler SPDisplaysDataType shows normal GPU/display output
R itself runs fine in Terminal. No errors appear when launching RStudio via Terminal either — it just opens to a grey screen.
This was working fine last week. Any help appreciated!