raccrompton / BookBuilder

An automatic Chess opening repertoire Builder
GNU General Public License v3.0
126 stars 18 forks source link

Unable to get the Mac app running "The location you have input does not exist, please try again:" #15

Open vesper8 opened 1 year ago

vesper8 commented 1 year ago

I downloaded the Mac app from your Dropbox and even after modifying the engine path, I keep getting this error The location you have input does not exist, please try again:

I can only assume that it's referring to the path of Stockfish although that isn't clear.

I installed stockfish using brew install stockfish and the path to my stockfish is now /opt/homebrew/bin/stockfish

I've verified that this path works by running /opt/homebrew/bin/stockfish --version which returns Stockfish 15

I tried running the BookBuilderMac app both by double-clicking on it in Finder and by running it from the command line, in both cases it throws this error.

Any idea what's wrong?

Many thanks