Adobe Illustrator 出現PARM錯誤

最近換了一台二手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下來,我還沒看到過繁體版本的解法,找到的都是中國網友的文章
----
2015-06-13 23:29 發佈
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?