lotem / rimeime

Legacy codebase of Rime, automatically exported from code.google.com/p/rimeime
48 stars 23 forks source link

[Mac] Crash #591

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
請寫下能夠重現此狀況的操作步驟:
1. Install RIME
2. Type any Chinese
3. RIME Crashed

所得的結果是這個樣:
預期結果該是那個樣:

請提供以下信息,幫我們定位問題。

1. 輸入法的款式:(請選擇)中州韻 / 鼠鬚管 / 小狼毫
   輸入法版本號:(請填寫)鼠鬚管

2. 操作系統類型:(請選擇)Linux / Mac / Windows
   操作系統版本:(請填寫)Mac OS X Mavericks 

3. 輸入方案名稱:(如果問題涉及交互方式、輸入效果等
,請填寫) Pinyin

還想再說幾句:

Crash Log: https://gist.github.com/fanzeyi/5a42662378c708094a67

Crash occurred after I upgraded to 0.9.25.

0.9.24.2 is fine

Original issue reported on code.google.com by fanzeyi1...@gmail.com on 1 May 2014 at 7:58

GoogleCodeExporter commented 9 years ago
There isn't much clue in the crash report, but I guess the crash is due to 
accessing a broken data file. Try  rebuilding the data files with the following 
commands:

cd ~/Library/Rime
mkdir -p backup
mv *.bin backup
"/Library/Input Methods/Squirrel.app/Contents/MacOS/Squirrel" --reload

Original comment by chen....@gmail.com on 1 May 2014 at 2:36

GoogleCodeExporter commented 9 years ago
Ok. It works fine now. Thank you =)

This issue could close now. 

Original comment by fanzeyi1...@gmail.com on 1 May 2014 at 2:44

GoogleCodeExporter commented 9 years ago
Though, we should figure out a way to detect broken files at runtime.

Original comment by chen....@gmail.com on 1 May 2014 at 2:48