Page 1 of 8

cutechess-cli 0.8.0 released

Posted: Sun May 15, 2016 11:35 am
by ilari
Hi,

It's time for a new cutechess-cli release, this time with a lot of improvements: https://github.com/cutechess/cutechess/ ... /cli-0.8.0

Check the README.md for links to the binaries for Linux 64-bit, OSX 64-bit and Windows 64-bit: https://github.com/cutechess/cutechess/ ... /README.md
I don't know if anyone needs a 32-bit x86 version anymore, but if you do, please let me know. And if you find bugs, please report them, preferably by opening a new issue at our Github page.

In the coming months we'll put most of our effort on the GUI which is progressing nicely and will hopefully see its first official release this year.

Best Regards,
Ilari

Re: cutechess-cli 0.8.0 released

Posted: Sun May 15, 2016 11:38 am
by Joerg Oster
Thank you!
Looking forward to the first official release of the GUI. :D

Re: cutechess-cli 0.8.0 released

Posted: Sun May 15, 2016 12:39 pm
by Ozymandias
I'll we making the switch, from the September build I'm currently using, in the coming weeks. I will report any bug I may find.

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 8:59 am
by Look
ilari wrote:Hi,

It's time for a new cutechess-cli release, this time with a lot of improvements: https://github.com/cutechess/cutechess/ ... /cli-0.8.0

Check the README.md for links to the binaries for Linux 64-bit, OSX 64-bit and Windows 64-bit: https://github.com/cutechess/cutechess/ ... /README.md
I don't know if anyone needs a 32-bit x86 version anymore, but if you do, please let me know. And if you find bugs, please report them, preferably by opening a new issue at our Github page.

In the coming months we'll put most of our effort on the GUI which is progressing nicely and will hopefully see its first official release this year.

Best Regards,
Ilari
Greetings,

On my 64-bit windows 7, after running cutechess-cli.exe, I get msvcp140.dll missing. Maybe according to internet, you should statically link this project.

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 11:18 am
by ilari
SzG wrote:Thanks for the release, Ilari.

One question: book can be set to PGN or EPD but with the book command I have to give the path to a polyglot book. I'm confused.
In cutechess terminology an opening book is a Polyglot book which can be set via the "book" engine option. PGN and EPD suites are called "opening suites" and can be set via the "-openings" parameter (not an engine option). Run "cutechess-cli --help" for details, or check the HTML-formatted readme files.

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 11:21 am
by ilari
Look wrote: Greetings,

On my 64-bit windows 7, after running cutechess-cli.exe, I get msvcp140.dll missing. Maybe according to internet, you should statically link this project.
As Gabor said, msvcp140.dll is included in the package, but only since I updated it about a day after release. So you may have to download again.

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 1:37 pm
by Look
ilari wrote:
Look wrote: Greetings,

On my 64-bit windows 7, after running cutechess-cli.exe, I get msvcp140.dll missing. Maybe according to internet, you should statically link this project.
As Gabor said, msvcp140.dll is included in the package, but only since I updated it about a day after release. So you may have to download again.
This time api-ms-win-crt-runtime-l1-1-0.dll is missing.

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 4:01 pm
by Mincho Georgiev
I no longer get "The pipe engine reader was terminated". What was it?

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 4:53 pm
by ilari
Mincho Georgiev wrote:I no longer get "The pipe engine reader was terminated". What was it?
It happened when the thread that was reading input from an engine exited before the engine process. I think I fixed it a long time ago.

Re: cutechess-cli 0.8.0 released

Posted: Tue May 17, 2016 5:31 pm
by Mincho Georgiev
Thank you!