DEgITx / rats-search

BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
MIT License
1.56k stars 169 forks source link

The app crashes on windows #195

Open kotenok2000 opened 1 year ago

kotenok2000 commented 1 year ago

app version: 1.11.0 ERROR: unknown key name 'stored_only_fields' in E:\new folder\rats search/data/sphinx.conf line 29 col 20. in rats.log rats.log

Kamek437 commented 9 months ago

Because they are using the wrong slash, it should be \rats search\data\sphinx.conf those are unix-style paths. Changing the paths in the conf file just gets overwritten on startup so there is nothing you can do on windows till it's fixed.

kotenok2000 commented 7 months ago

It makes me want to time travel to 1974 and change CP/M docs and code that used "/" for command line options to use "-" instead.