AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Call to hunspell failded with a code of null #74

Closed stevenlis closed 5 years ago

stevenlis commented 6 years ago

I got the following error when launching Atom. snap1

Does this mean I have to install hunspell or something? If so, how to install it on Wins? All the instructions I found is about Mac.

Versions: Windows 10 Atom 1.28.2 linter-spell 0.15.0 linter-spell-latex 0.11.0

jsg2021 commented 6 years ago

This alert happens on Atom startup every time. Its working but it seems to do something on startup to alert this.

JackSwett commented 5 years ago

Info to compile Hunspell from source on their GitHub. Not sure if there is an installer out there, probably is. https://github.com/hunspell/hunspell

For Ubuntu users, just apt install hunspell, and the error goes away.

If not, change the spell-path in the settings to aspell, instead of hunspell

NaCl222 commented 5 years ago

Use Msys2 to install Hunspell (on windows ) 1.install Msys2 https://www.msys2.org/ 2.install program Hunspell with Msys2 2.1 pacman -Ss Hunspell (to search the version of Hunspell) 2.2 pacman -S (may be mingw-w64-x86_64-hunspell) Done. It costs me a lot of time to fix the spell-checker, glad to help u~

stevenlis commented 5 years ago

@NaCl222 @JackSwett @jsg2021 Thanks a lot guys but I no longer use Atom.

leviyevalex commented 2 years ago

Use Msys2 to install Hunspell (on windows ) 1.install Msys2 https://www.msys2.org/ 2.install program Hunspell with Msys2 2.1 pacman -Ss Hunspell (to search the version of Hunspell) 2.2 pacman -S (may be mingw-w64-x86_64-hunspell) Done. It costs me a lot of time to fix the spell-checker, glad to help u~

What is the "spell-path" that Atom wants after following these steps?