[平面] Adobe Illstrator 出現PARM問題

看板Digital_Art作者 (GO GO SKA)時間9年前 (2015/06/13 23:38), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
使用軟體: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://www.ptt.cc/bbs/Digital_Art/M.1434209907.A.862.html
文章代碼(AID): #1LV4vpXY (Digital_Art)