Crafty 22.6 ???????.......

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
Sylwy
Posts: 4915
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Crafty 22.6 ???????.......

Post by Sylwy »

Take a look here-please:

http://www.webkikr.net/

???????????????????????????????????
Silvian :lol:
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Crafty 22.6 ???????.......

Post by zullil »

Sylwy wrote:Take a look here-please:

http://www.webkikr.net/

Silvian :lol:
I just ran the binary (via Wine). It identifies itself as

Code: Select all

Crafty v22.6 (1 cpus)
However source for 22.6 is not currently available at Bob Hyatt's ftp site. Perhaps the source code will be released soon.
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: Crafty 22.6 ???????.......

Post by bob »

zullil wrote:
Sylwy wrote:Take a look here-please:

http://www.webkikr.net/

Silvian :lol:
I just ran the binary (via Wine). It identifies itself as

Code: Select all

Crafty v22.6 (1 cpus)
However source for 22.6 is not currently available at Bob Hyatt's ftp site. Perhaps the source code will be released soon.
It was an error on my part. Peter found yet another compile problem with the recent changes dealing with threads and memory leaks. I fixed it and sent him a new source to try. 22.6 is identical to 22.5, except 2 lines of code dealing with posix threads are now protected by a #if defined(UNIX) so that they won't be used under windows which will cause a compiler error. For users, there is no difference at all, I just unfortunately neglected to change the version back to 22.5 in data.c... To avoid confusion, I will release this version as 22.6 on my ftp box, although again there is no difference between .5 and .6 except for the compiler fix...