作者oldhorse (GO GO SKA)
看板Digital_Art
标题[平面] Adobe Illstrator 出现PARM问题
时间Sat Jun 13 23:38:21 2015
使用软体:Adobe Illustrator
版本:cs6
附加使用软体:
问题描述:开启AI时出现PARM错误视窗
已尝试过方式:
爬文(Google)?Y
最近换了一台二手macbook pro,
因为一些因素,我OS系统语言设定为英文,adobe系列软体安装的是繁体中文版本,
但刚刚开启AI时出现PARM错误,全部的工具选项变成问号
google了之後发现的确有这样的问题,而且只有AI会发生,
我找到的解答如下
---------------
1、Go to the MacOS folder of AI, should be like /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS
2、Here you should see a file named Adobe Illustrator, back up it first, then rename it to AICS6
3、Now create a new file named Adobe Illustrator, open the file and copy the following code into it, save it.
#!/bin/bash
BASEDIR=$(cd “$(dirname “$0)”; pwd)
“$BASEDIR/AICS6 -AppleLanguages ‘(“zh-Hans”)’
4、Open Terminal:
cd /Applications/Adobe\ Illustrator\ CS6/Adobe\ Illustrator.app/Contents/MacOS
chmod +x Adobe\ Illustrator
5、Now open AI again, you’ll see it’s running with Simplified Chinese UI.
---------------
以上的解法应该是可行,因为我照着操作一遍後,AI的工具选项有大概一半可以显示,另外一半还是问号,
我试着将解法里面的语言代码zh-Hans改成繁体中文代码zh-Hant,但这样的下来连AI都开启不了,
请问有人有遇过一样的问题吗?
请麻烦解惑,非常谢谢。
----
google下来,我还没看到过繁体版本的解法,找到的都是中国网友的文章
----
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 123.194.140.119
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Digital_Art/M.1434209907.A.862.html