Stockfish Crazyhouse Engine

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: Stockfish Crazyhouse Engine

Post by styx »

is your UCI2WB.exe located in "C:\Program Files (x86)\WinBoard-4.8.0\stockfish8zh_x64_modern" ?

if not, copy it to this folder and try again
Carlos777
Posts: 1757
Joined: Sun Dec 13, 2009 6:09 pm

Re: Stockfish Crazyhouse Engine

Post by Carlos777 »

styx wrote:is your UCI2WB.exe located in "C:\Program Files (x86)\WinBoard-4.8.0\stockfish8zh_x64_modern" ?

if not, copy it to this folder and try again
In my case, UCI2WB.exe is in the same folder than Winboard.exe
JManion
Posts: 205
Joined: Wed Dec 23, 2009 8:53 am

Re: Stockfish Crazyhouse Engine

Post by JManion »

Carlos777 wrote:
styx wrote:is your UCI2WB.exe located in "C:\Program Files (x86)\WinBoard-4.8.0\stockfish8zh_x64_modern" ?

if not, copy it to this folder and try again
In my case, UCI2WB.exe is in the same folder than Winboard.exe
Miner was in the winboard folder. I tried to copy it to the stockfish folder and tried to run the engine. had the same error.
Carlos777
Posts: 1757
Joined: Sun Dec 13, 2009 6:09 pm

Re: Stockfish Crazyhouse Engine

Post by Carlos777 »

JManion wrote:
Carlos777 wrote:
styx wrote:is your UCI2WB.exe located in "C:\Program Files (x86)\WinBoard-4.8.0\stockfish8zh_x64_modern" ?

if not, copy it to this folder and try again
In my case, UCI2WB.exe is in the same folder than Winboard.exe
Miner was in the winboard folder. I tried to copy it to the stockfish folder and tried to run the engine. had the same error.
Actually the path is for the engine. Is your stockfish_8zh.exe in C:\Program Files (x86)\WinBoard-4.8.0\stockfish8zh_x64_modern?
JManion
Posts: 205
Joined: Wed Dec 23, 2009 8:53 am

Re: Stockfish Crazyhouse Engine

Post by JManion »

yes it is
Carlos777
Posts: 1757
Joined: Sun Dec 13, 2009 6:09 pm

Re: Stockfish Crazyhouse Engine

Post by Carlos777 »

JManion wrote:yes it is
Problem could be there are spaces in the path. You may try moving the winboard folder to C:\
JManion
Posts: 205
Joined: Wed Dec 23, 2009 8:53 am

Re: Stockfish Crazyhouse Engine

Post by JManion »

I have a dozen other engines in separate folders and they all work in winboard
User avatar
Guenther
Posts: 4622
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Stockfish Crazyhouse Engine

Post by Guenther »

JManion wrote:I have a dozen other engines in separate folders and they all work in winboard
Do you have the real crazyhouse SF program from here?
https://github.com/niklasf/Stockfish/releases

BTW with the new UCI2WB file from HGM and following his steps
the entry would look much simpler now, sth like this:
(replace your path)

Code: Select all

"StockfishZH_8-64" -fcp "stockfishZH_8-64.exe" -fd "C:\Engines\Crazyhouse\StockfishZH_8-64" -fUCCI -variant crazyhouse
styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: Stockfish Crazyhouse Engine

Post by styx »

You don't even need to add "-variant crazyhouse" at the end
User avatar
hgm
Posts: 27859
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Stockfish Crazyhouse Engine

Post by hgm »

Indeed, that is only for the convenience of having WinBoard switch to Crazyhouse whenever you load the engine. But because this Stockfish is a multi-variant engine that also supports regular Chess, perhaps this is not what you want anyway.

Note that this Stockfish also defines some (CECP) non-standard variants, such as kingofthehill and racingkings. These will not work yet uder the latest UCI2WB, as the GUI expects selection of this variant to be responded to with a 'setup' command to define the game. (E.g. for initial position.) This Stockfish already provides this info as an "info string", but UCI2WB does not relay that yet.