New release: rofChade 2.1
Moderators: hgm, Dann Corbit, 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.
Re: New release: rofChade 2.1
It crashes the first time you load it , yes. You need to configure it to fill in the Sygygy path, then it works without crashing.
Tirsa Poppins
CCRL
CCRL
Re: New release: rofChade 2.1
Ok that worked - but all my other engines in arena are happy with the <empty> setting for Syzgy tableses as i dont use tablebases
- Ronald
- Posts: 118
- Joined: Tue Jan 23, 2018 9:18 am
- Location: Rotterdam
- Full name: Ronald Friederich
- Contact:
Re: New release: rofChade 2.1
I tried to find out what is happening in Arena, and it seems that when you add rofChade as a new engine and don't set the specific parameters yet in Arena, Arena sends a setoption command for the SysygyProbeDepth without specifying a value:
Code: Select all
setoption name SyzygyProbeDepth value
However, it's also not so nice to let the engine crash when this happens, so I will fix this in the next version.
Thanks for sharing the info!
- Ronald
- Posts: 118
- Joined: Tue Jan 23, 2018 9:18 am
- Location: Rotterdam
- Full name: Ronald Friederich
- Contact:
Re: New release: rofChade 2.1
Hi Al,
I just added a Raspberry Pi version to the download page on rofChade.nl. I build and tested it on my DGT Pi and it seems to work.
Let me know if it works,
Ronald
- Scally
- Posts: 139
- Joined: Thu Sep 28, 2017 7:34 pm
- Location: Bermondsey, London
- Full name: Alan Cooper
- Contact:
Re: New release: rofChade 2.1
Hi Ronald,
Thanks very much, it works a treat ....
Al.
Thanks very much, it works a treat ....
Al.
Alan Cooper
My Chess Computers
My Chess Computers
Re: New release: rofChade 2.1
Just noticed this post containing some issues regarding PyChess can't install rofChade.
This is because PyChess fails to parse the invalid(!) option line rofChade emits:
option name SyzygyProbeDepth type spin default default 0 min 0 max 127
Notice the 2x "default"!
This is because PyChess fails to parse the invalid(!) option line rofChade emits:
option name SyzygyProbeDepth type spin default default 0 min 0 max 127
Notice the 2x "default"!
- Ronald
- Posts: 118
- Joined: Tue Jan 23, 2018 9:18 am
- Location: Rotterdam
- Full name: Ronald Friederich
- Contact:
Re: New release: rofChade 2.1
Oops......

This is to make really really sure the default value is 0....

Stupid mistake which probably also is the reason for the problem with Arena.
I'll fix it in the next version and thanks for noticing and sharing it!