我无法启动协同作用我的 MacBook Pro(操作系统:El Capitan)上的版本是 1.8.8。我只能启动 1.7.7 及更早版本。
无法启动该程序并且出现此错误。
是否有人知道解决方案或提供一些帮助?
Process: Synergy [7560]
Path: /Applications/Synergy.app/Contents/MacOS/Synergy
Identifier: synergy
Version: 1.8.8 (1.8.8)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Synergy [7560]
User ID: 501
Date/Time: 2017-06-17 03:00:43.827 +0200
OS Version: Mac OS X 10.11.6 (15G1510)
Report Version: 11
Anonymous UUID: F5C4428D-7AA5-7C96-981A-C50854ADD5B9
Time Awake Since Boot: 7900 seconds
System Integrity Protection: disabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007fbdc0800000
Exception Note: EXC_CORPSE_NOTIFY
答案1
似乎系统完整性保护您的机器未启用。
csrutil status
为了确认这一点,您可以运行可能返回状态的命令disabled
。
欲了解更多信息,请参阅这些 Apple 官方文档。
其中提供了启用 SIP 的步骤:
- 通过重新启动机器并在启动时按住Command+R键来启动到恢复操作系统。
- 从实用程序菜单启动终端。
- 输入以下命令:
csrutil enable
- 重新启动系统并通过命令验证 SIP 是否启用:
csrutil status
应该返回:
System Integrity Protection status: enabled