Discussion of anything and everything relating to chess playing software and machines.
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
Codesquid
- Posts: 138
- Joined: Tue Aug 23, 2011 8:25 pm
- Location: Germany
-
Contact:
Post
by Codesquid » Tue Aug 21, 2012 9:37 pm
A new version of Octochess has been released.
The changes:
- Shiny new logo
- Fix endgame evaluation of KvNBK with black being the strong side
- Two problems with null move heuristic fixed
- Increase max search depth from 40 to 60 plies
- Additional sanity checks on positions entered through FEN strings, this fixes crashes on some invalid positions.
- Fix incorrect wait times on Linux. This was causing calculation to stop up to one second too early, in particular affecting games with fixed move times
- UCI: Take internal overhead into account when calculating the movetime deadline
- CECP: Use proper move notation
- CECP: Support the deprecated edit mode entered through the edit command
- UCI: Mark opening positions for further processing if not in book
- Code cleanup, move generic utility code into own subdirectory
- Improve diagnostic output
- Bookgen: Improve pgn parser
- Bookgen: Fix stale transaction
You can download the new version from
http://octochess.org/
nanos gigantium humeris insidentes
-
Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Post
by Graham Banks » Wed Aug 22, 2012 12:18 am
Thanks Tim.

My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
Werner
- Posts: 2235
- Joined: Wed Mar 08, 2006 9:09 pm
Post
by Werner » Wed Aug 22, 2012 6:55 am
Thanks Tim,
I have had no crashes in the last 50 games with older version. I will now test the new one.
All the best
Werner,
CEGT team
-
jshriver
- Posts: 1103
- Joined: Wed Mar 08, 2006 8:41 pm
- Location: Morgantown, WV, USA
-
Contact:
Post
by jshriver » Wed Aug 22, 2012 10:41 pm
Anxious to try this engine out but sadly it crashed on every machine I've tried. All linux machines. Do you have a more generic build besides the one that's listed as generic? Something geared toward 686, or even 64bit without popcount?
The error is always a segfault on unknown instrunction.
-Josh
-
Codesquid
- Posts: 138
- Joined: Tue Aug 23, 2011 8:25 pm
- Location: Germany
-
Contact:
Post
by Codesquid » Thu Aug 23, 2012 6:23 am
jshriver wrote:Anxious to try this engine out but sadly it crashed on every machine I've tried. All linux machines. Do you have a more generic build besides the one that's listed as generic? Something geared toward 686, or even 64bit without popcount?
The error is always a segfault on unknown instrunction.
-Josh
You could easily compile such a build yourself. All you need is an SVN client and a recent GCC version. GCC 4.6 or newer should be fine.
Code: Select all
svn co https://svn.filezilla-project.org/svn/chess/ octochess
cd octochess
Open Makefile in your favorite text editor and replace corei7 with your CPU architecture, see
GCC documentation for a list of supported architectures.
Last but not least:
nanos gigantium humeris insidentes
-
Elorejano
- Posts: 89
- Joined: Sat Mar 20, 2010 2:31 am
Post
by Elorejano » Fri Aug 31, 2012 4:05 am
Sorry, Tim:
Are there Jim´s compiles of the latest version?
Or win 32 bits compiles..
Thanks for your engine