Common Issues
ScreenStop icon not appearing in menu bar / system tray
macOS:
- Check if the process is running:
- If not running, launch manually:
- If it launches but disappears, check the log:
Windows:
- Check Task Manager for
ScreenStopTray.exe - Launch manually from
C:\Program Files\ScreenStop\ScreenStopTray\ScreenStopTray.exe
Camera permission denied (macOS)
ScreenStop requires camera access to function.
- Go to System Settings > Privacy & Security > Camera
- Enable access for ScreenStopMain
- Restart ScreenStop from the menu bar icon
Station not appearing in dashboard
- Confirm the machine has network access to the dashboard URL
- Check the log for connection errors
- Verify
SCREENSTOP_DASHBOARD_URLis set to the correct address
Screen locking too aggressively / false positives
Adjust detection thresholds in the Dashboard:
- Increase
phone_confidenceto reduce false phone detections - Increase
face_confidenceto reduce false unauthorized person detections - Disable specific detection modes that are causing issues
Camera not found / black frames
- Confirm the webcam is physically connected
- On macOS, check for zombie processes holding the camera:
- Release the camera:
- Restart ScreenStop
Dashboard timestamps showing wrong time
If events appear with incorrect timestamps (e.g., 2 hours behind), this is a timezone mismatch issue fixed in v1.0.3.
Upgrade to the latest version to resolve this.
Icons showing default app icon after build (macOS)
This is a macOS icon cache issue. It resolves on its own after a system restart, or you can clear the cache manually:
sudo find /private/var/folders -name "com.apple.dock.iconcache" -exec rm -f {} \; 2>/dev/null
sudo killall Dock
Fixed automatically at build time as of v1.0.3.
Log level not changing from dashboard
Changing LOG_LEVEL in the dashboard applies on the next detection cycle without a daemon restart. This was a bug fixed in v1.0.3 — upgrade if you're on an earlier version.