[Scidvspc-users] Solved: Re: Trying to run UCI engine with SCID vs Mac 4.18
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: <kay...@gm...> - 2017-11-16 09:40:57
|
The problem was a bug in the compiled stockfish. The Alpine Linux based Stockfish I compiled seemed to crash soon after startup. Re-created the docker image using a minimal Debian, and it now works as expected. Now I can run the latest Stockfish compiled from source using the following settings in the engine setup dialog: Command: /usr/local/bin/docker Parameters: run --rm -i kayvan/stockfish:151117 So I can run Tournaments between Stockfish 8 (released) and whatever version of Stockfish is in "master". November 8, 2017 3:59 PM, "Kayvan Sylvan" <kay...@gm... (mailto:%22Kayvan%20Sylvan%22%20<kay...@gm...>)> wrote: Hi everyone, Having a problem running a UCI engine in SCID vs Mac 4.18: I can not figure out how to get the one that is launched via docker container running. Adding an engine with the path /usr/local/bin/stockfish works nicely. Trying to use the docker image. using the /usr/local/bin/docker executable, does not: I set the command as "/usr/local/bin/docker” and the parameters as "run --rm -it stockfish” What am I missing? Thanks! —Kayvan |