cutechess-cli 0.8.0 released
Moderators: bob, hgm, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
cutechess-cli 0.8.0 released
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
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
-
- Posts: 691
- Joined: Fri Mar 10, 2006 3:29 pm
- Location: Germany
Re: cutechess-cli 0.8.0 released
Thank you!
Looking forward to the first official release of the GUI.
Looking forward to the first official release of the GUI.

Jörg Oster
- Ozymandias
- Posts: 1137
- Joined: Sun Oct 25, 2009 12:30 am
Re: cutechess-cli 0.8.0 released
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
Greetings,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
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
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.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.
Re: cutechess-cli 0.8.0 released
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.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.
Re: cutechess-cli 0.8.0 released
This time api-ms-win-crt-runtime-l1-1-0.dll is missing.ilari wrote: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.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.
-
- Posts: 454
- Joined: Sat Apr 04, 2009 4:44 pm
- Location: Bulgaria
- Contact:
Re: cutechess-cli 0.8.0 released
I no longer get "The pipe engine reader was terminated". What was it?
Re: cutechess-cli 0.8.0 released
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.Mincho Georgiev wrote:I no longer get "The pipe engine reader was terminated". What was it?
-
- Posts: 454
- Joined: Sat Apr 04, 2009 4:44 pm
- Location: Bulgaria
- Contact:
Re: cutechess-cli 0.8.0 released
Thank you!