Page 1 of 1

GNUchess 6.1.1 in Winboard?

PostPosted: 02 Mar 2014, 20:28
by sdchess
Who knows how to properly run GNUchess 6.1.1 in Winboard?
In console mode reports that there is no file gnuchess.ini.What should be in this file?...
My operating system Windows 7 64bit, and I Use Winboard 4.2.6 and Winboard 4.7.3a.
Serge

Re: GNUchess 6.1.1 in Winboard?

PostPosted: 04 Mar 2014, 13:46
by mike schoonover
here is a copy of what should be in the ini file.
copy this to a text file and change the extension to .ini.
place it in the folder with the engine in it. regards
mike

Log = false # set to true for bug reports
LogFile = adapter.log

Resign = true
ResignMoves = 1 # 1 is safe for Fruit

Book = false
BookFile = book.bin

[Engine]

# standard UCI options

Hash = 256 # in MB

NalimovCache = 16 # in MB

OwnBook = false # false for no book (e.g. Nunn-like matches)
BookFile = book.bin

Re: GNUchess 6.1.1 in Winboard?

PostPosted: 04 Mar 2014, 14:02
by mike schoonover
note:the comments after the true or false flags can be deleted.
save the original copy of gnuchess.ini for reference.
here is a link explaining more on the ini file
regards
mike

https://www.gnu.org/software/chess/manu ... ation-file

Re: GNUchess 6.1.1 in Winboard?

PostPosted: 04 Mar 2014, 17:05
by H.G.Muller
GNU Chess 6 can be run as UCI engine, right? Then it would not need these silly ini files.

That it needs a Polyglot ini file to run as WB engine really makes it an abomination...

Re: GNUchess 6.1.1 in Winboard?

PostPosted: 08 Mar 2014, 19:19
by sdchess
Thank you very much. Gnuchess 6.1.1 works well now!