The ChessV_WinBoard.exe is a command-line version for use under WinBoard. To use it, you must supply
either the name of a supported variant or the filename of an SGF save game file. Since the variant names
are usually more than one word, they need to be quoted, and the WinBoard start-up dialog needs quotes
around the engine name and its arguments, leading to a somewhat cumbersome quotes-within-quotes syntax
like this:
The /xreuse is required to tell WinBoard that the engine must be restarted between games. If ChessV is
the second engine, you will need to use /xreuse2 instead.
.....but I can't make it work either....at least not yet.
The problem here is probably that the 'edit' comand is not implemented. (Unless Gregory did that.) So in FRC ChessV likely uses its own random shuffle as start position, which is likely different from the one the GUI has, and thus the moves sent by the GUI will be considered illegal.
I also see that when you start ChessV from the command line, asking for "Fischer Random Chess" that it produces a pop-up with a question on the initial position. Probably it will not operate properly until you answer that popup. I suppressed this popup in the generic game start routine, but it seems that shuffle games have a different start routine, with extra info to be answered in the dialog, which I did not suppress.
So it must be that Arena does not know how to send Orthodox Chess as a single argument (or that the Arena users do not know how to instruct it to do that). A batch file will indeed know how to do that.
This will not solve the problem with the popup in FRC though. So I guess Arena will be limited to playing Orthodox Chess with ChessV. For ChessGUI the batch-file trick might enable it to do all the Capablanca sub-variants. Not sure how ChessGUI would handle free castling of, say, Schoolbook Chess, though. For WinBoad I can only play that with legality testing off. But then it does understand Kf1-b1 as a castling!
hgm wrote:So it must be that Arena does not know how to send Orthodox Chess as a single argument (or that the Arena users do not know how to instruct it to do that). A batch file will indeed know how to do that.
This will not solve the problem with the popup in FRC though. So I guess Arena will be limited to playing Orthodox Chess with ChessV. For ChessGUI the batch-file trick might enable it to do all the Capablanca sub-variants. Not sure how ChessGUI would handle free castling of, say, Schoolbook Chess, though. For WinBoad I can only play that with legality testing off. But then it does understand Kf1-b1 as a castling!
No.
It's the spaces
I made a batch file like Olivier which said this in it....