rime / librime

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

拉取内存优化commit后,加载码表table.bin报错 #662

Closed mokapsing closed 1 year ago

mokapsing commented 1 year ago

Describe the bug A clear and concise description of what the bug is. 手动git pull 最新的代码,合入https://github.com/rime/librime/pull/661 后 图片

To Reproduce Steps to reproduce the bug:

  1. git pull
  2. make merged-plugins && sudo make install
  3. remove {$userdata}/rime/build
  4. reboot fcitx5 and deploy

Expected behavior there are error log as below 图片

Log cat rime.fcitx-rime.ERROR

Log file created at: 2023/06/12 13:11:29
Running on machine: ut005400-PC
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0612 13:11:29.816774 1869551 deployment_tasks.cc:270] error creating directory '/home/mokapsing/.local/share/fcitx5/rime/build'.
E0612 13:12:06.174858 1869597 table.cc:322] table format version 3 is no longer supported. please upgrade to version Rime::Table/4.0
E0612 13:12:06.174978 1869597 reverse_lookup_dictionary.cc:61] incompatible reversedb format.

Screenshots If applicable, add screenshots to help explain your problem.

Flavor(please complete the following information): Select your flavor:

Package:

Additional context Add any other context about the problem here.

mokapsing commented 1 year ago

非pr问题,应该是方案问题