Mac Error Code -600 — Process Not Found
Warningsystem
Overview
Mac error code -600 means the required process or application could not be found, typically during inter-process communication.
Key Details
- procNotFound — target process does not exist
- Common with Apple Events and AppleScript
- Application may have crashed or not launched
- Can occur when automating tasks between apps
Common Causes
- Target application is not running
- Application crashed during communication attempt
- AppleScript referencing wrong application name
- Sandbox restrictions preventing inter-app communication
Steps
- 1Ensure the target application is open and running
- 2Restart the application and retry
- 3Check AppleScript application name spelling
- 4Grant automation permissions in System Preferences > Privacy
Tags
macmacossystemerror 600fixtroubleshooting
More in System
windows-C000021A-status-system-process-terminatedWindows Error 0xC000021A — STATUS SYSTEM PROCESS TERMINATED
Criticalwindows-C0000225-boot-configuration-errorWindows Error 0xC0000225 — Boot Configuration Error
Criticalwindows-C000000F-boot-selection-failedWindows Error 0xC000000F — Boot Selection Failed
Criticalwindows-80004005-unspecified-errorWindows Error 0x80004005 — Unspecified Error
Warningwindows-80070570-file-or-directory-corruptedWindows Error 0x80070570 — File or Directory Corrupted
Errorwindows-system-0xc0000185Windows Error 0xC0000185 — Boot Device Inaccessible
CriticalFrequently Asked Questions
macOS tried to communicate with an app that is not running or cannot be found.