首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在OS X Yosemite上安装PlasticSCM失败,错误代码:129

在OS X Yosemite上安装PlasticSCM失败,错误代码:129
EN

Stack Overflow用户
提问于 2014-12-06 10:00:54
回答 1查看 753关注 0票数 0

在OS X 10.10.1 (Yosemite)上执行PlasticSCM-5.4.16.628-osx-installer.app时,请求并输入密码,屏幕上不显示任何其他内容。

检查控制台会显示Service exited with abnormal code: 129

该系统有PlasticSCM版本5.0.44.581 - Manaos,最初安装在OS 10.6.8 (雪豹)下,在Yosemite升级之前。Plastic Manaos在将X11升级到XQuartz 2.7.7后,在约塞米蒂下运行,符合预期。

失败的安装程序执行的完整日志条目:

代码语言:javascript
复制
12/9/14 6:41:35.782 PM SecurityAgent[4423]: Failed to initialize IconCache named: com.apple.iconservices with error: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application." (connection to service named com.apple.iconservices) UserInfo=0x7ffcb3da95c0 {NSDebugDescription=connection to service named com.apple.iconservices}  
12/9/14 6:41:35.783 PM SecurityAgent[4423]: Error returned from iconservicesagent: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application." (connection to service named com.apple.iconservices) UserInfo=0x7ffcb3dacc00 {NSDebugDescription=connection to service named com.apple.iconservices}  
12/9/14 6:41:42.822 PM SecurityAgent[4423]: Error returned from iconservicesagent: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application." (connection to service named com.apple.iconservices) UserInfo=0x7ffcb3c99b50 {NSDebugDescription=connection to service named com.apple.iconservices}  
12/9/14 6:41:43.043 PM authexec[4427]: executing /Users/glen/Downloads/PlasticSCM-5.4.16.628-osx-installer.app/Contents/MacOS/osx-intel  
12/9/14 6:41:43.047 PM com.apple.xpc.launchd[1]: (com.bitrock.appinstaller.194004[4414]) Service exited with abnormal code: 129  

我已经在谷歌上搜索了上面的几个短语,但仍然需要关于如何开始故障排除的线索。

任何进一步的想法都是非常感谢的。

EN

回答 1

Stack Overflow用户

发布于 2014-12-21 05:13:49

问题是安装程序osx-intel没有被标记为可执行文件。此外,还需要sudo权限。

在终端中,与安装程序相同的目录:

代码语言:javascript
复制
   $ chmod +x ./PlasticSCM-5.4.16.633-osx-installer.app/Contents/MacOS/osx-intel

   $ sudo ./PlasticSCM-5.4.16.633-osx-installer.app/Contents/MacOS/osx-intel

成功!

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/27327492

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档