Without seeing the entire error message with no lines skipped, it is had to know what the very first exception actually was and what it said before it rippled and created multiple exceptions.
One thing to explore might be hunspell:
java.lang.RuntimeException: Could not create hunspell instance. Please note that LanguageTool supports only 64-bit platforms (Linux, Windows, Mac) and that it requires a 64-bit JVM (Java).
Caused by: java.lang.UnsatisfiedLinkError: Error looking up function 'Hunspell_add_dic': Die angegebene Prozedur wurde nicht gefunden.
It seems to needs hunspell (64 bit version only to match the jvm version) but can not find it.
Sigil comes with its own hunspell.dll (if built that way). Are you using a 64 bit version of Sigil? Do you have a 64 bit version of hunspell?
Last edited by KevinH; 01-30-2023 at 11:00 AM.
|