rime / librime

Rime Input Method Engine, the core library
https://rime.im
BSD 3-Clause "New" or "Revised" License
3.39k stars 556 forks source link

Not working: shrink .reverse.bin file to fit after build #456

Closed CharlesMengCA closed 3 years ago

CharlesMengCA commented 3 years ago

用了这个版本后,文件是小了,可是小狼毫 拼音反查五笔 不工作了。 Windows 10 20H2, 用的是wubi86.dict.yaml和pinyin_simp.dict.yaml

yanhuacuo commented 3 years ago

从最新节点编译出的 rime.dll 可能因为 *.reverse.bin 的结构变化,导致算法服务无限闪退。

https://github.com/rime/librime/commit/2af37e05ecff5ded7c305609a1cd891d3f7ff5ee

lotem commented 3 years ago

文件的數據結構沒有變化,修改的代碼只是把文件設置爲實際寫入數據的大小。 奇怪的是我自己測試該改動時,生成的文件和原來的大小一樣。這裏面的問題還有待繼續研究。