Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load Dicts (Vietnamese-Eng, Eng-Viet, Viet-Viet) #23

Closed
GoogleCodeExporter opened this issue Nov 7, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

After upgrade from 3.0.2 to 3.0.3, Stardict can't load Dicts such as Viet-Eng, 
Eng-Viet, Viet-Viet. I added these dicts in "Dictionary management", but they 
disappeared after I exited stardict. And I do again whenever I open Stardict.


Original issue reported on code.google.com by conghoan...@gmail.com on 9 Feb 2012 at 1:44

@GoogleCodeExporter
Copy link
Author

Fixed!

lib/src/lib_binary_dict_parser.cpp
line:551
result = combine_result(result, VERIF_RESULT_CRITICAL);
change to:
result = combine_result(result, VERIF_RESULT_WARNING);

Original comment by huzheng...@gmail.com on 15 Feb 2012 at 12:10

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Another place that need to change:

lib/src/lib_binary_dict_parser.cpp
Line 329:
result = combine_result(result, VERIF_RESULT_CRITICAL);
change to:
result = combine_result(result, VERIF_RESULT_WARNING);

And you need to remove ~/.cache/stardict/verif_cache.xml for update.

Original comment by huzheng...@gmail.com on 15 Feb 2012 at 1:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant