xCHM can't open any of chm file

My xCHM Reader can't open any file. When I try to open a chm file I get this error:

../src/common/unichar.cpp(65): assert "Assert failure" failed in ToHi8bit(): character cannot be converted to single byte

enter image description here

2

1 Answer

The program "Archmage" can solve this problem. Just install it from repository and type in command line:

$ archmage 'name_of_your_chm_file'*

chm-file is an html archive, you will see a result of this operaion in the folder with your chm-file name + '_html' extension.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like