Linux-Specific Issues
Spellcheck dictionaries
sudo apt install hunspell-en-usStability tips
Crashes / memory access violations
Last updated
Supervertaler is Linux compatible, but Windows is the primary development platform.
If spellcheck isn’t working, you may need to install Hunspell dictionaries for your language:
sudo apt install hunspell-en-usIf the dictionary package for your language exists, install it using the language code you need (for example hunspell-de-de, hunspell-nl, etc.).
If you encounter instability:
Disable spellcheck temporarily
Disable semantic memory features temporarily
Use a smaller project to isolate the issue
Some native dependencies (spellcheck backends, tokenization libraries) can crash the Python process on certain Linux setups.
If you see random crashes (segfaults) when interacting with the grid:
Disable spellcheck and restart
Retry on a smaller project
If that stabilizes the app, re-enable features one by one.
Last updated