Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

fixed in latest release (4.2.5), please try again

Thanks for your answer ! Sadly i can't start the textsuggest-server as root but i think that's normal and it work great ! Thanks you for your time !

Now i have another problem to use multiple language with --languge=

textsuggest-server --language=English --lan
guage=French  
terminate called after throwing an instance of 'cxxopts::option_not_exists_exception'
 what():  Option ‘language’ does not exist

/usr/bin/textsuggest-server : ligne 3 : 25407 Abandon                 LD_LIBRARY_PATH=/usr/share/textsuggest/
libs /usr/share/textsuggest/textsuggest-server "$@"

For the moment i use only the English.txt with french word in it but that's alright. I have also a problem when i try to use my French.txt renamed in English.txt because he can't find anything but i think that the problem come from the .txt itself because when i copy the words in it on to the English.txt he work perfectly. Thank you for your amazing job i really apreciate-it, i try to switch to linux sooo this is hard to me to stop using this kind of stuff that other OS have.

> Thanks for your answer ! Sadly i can't start the textsuggest-server as root but i think that's normal and it work great ! Thanks you for your time !

Yes, you should start it as the normal user, not root.


> Now i have another problem to use multiple language with --languge=

I'll try to fix the language problem too, thanks for telling me.