Troubleshooting
This page collects common problems and how to resolve them.
Application won't start or crashes on launch
Symptoms: Minesweeper does not open, crashes immediately, or shows an unexpected error.
Steps to try:
- Ensure your device meets the minimum requirements (iOS/iPadOS 15+, macOS 15+).
- Force-quit and relaunch the app.
- Restart your device.
- Reinstall the app from the App Store.
- If problems persist, open an issue on the project repository with details.
Performance issues
If the game is laggy or slow:
- Close other heavy applications.
- On Mac, check Activity Monitor for high CPU usage.
- On older devices, try a smaller board size (Beginner difficulty).
View logs
To troubleshoot crashes, application logs are useful. In sandboxed (App Store) builds on Mac, check:
~/Library/Containers/com.w3cub.minesweeper/Data/Library/Logs/minesweeper/minesweeper.logOn iOS/iPadOS, connect your device to a Mac and use Console.app to view logs, filtering by "Minesweeper".
Resetting the app
To reset settings and clear local data (Mac):
- Quit Minesweeper
- Remove the container (careful — this deletes all settings and game data):
bash
rm -rf ~/Library/Containers/com.w3cub.minesweeper- Reopen Minesweeper and reconfigure.
On iPhone/iPad, delete and reinstall the app to reset all data.
Report an issue
When opening an issue, include:
- Device type (iPhone, iPad, or Mac)
- OS version (Settings → General → About)
- Minesweeper version (Settings → About)
- Steps to reproduce
- Logs or screenshots if available
This helps maintainers identify and fix the problem faster.
