Komodo 3 release

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

Moderator: Ras

lkaufman
Posts: 6231
Joined: Sun Jan 10, 2010 6:15 am
Location: Maryland USA
Full name: Larry Kaufman

Re: Komodo 3 release

Post by lkaufman »

The basic style hasn't changed, but we determined that Komodo 2 was too materialistic so we made it somewhat more willing to give up a pawn for positional compensation.
User avatar
AdminX
Posts: 6363
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Komodo 3 release

Post by AdminX »

Don wrote:We are working on the next Komodo release now.

Already available are Komodo 3 for Android and Komodo 3 for 64 bit Linux. Hopefully we will have Komodo 3 for windows in the next day or two.

You can get it here:

http://komodochess.com


We believe we have approximately 30 ELO of improvement and more at non-fischer time controls which we were deficient in. However it's difficult to say for sure how much we have gained as this depends on how it scales to time controls we don't test at.

The majority of the gain has come from evaluation improvements.
Thanks Don,

I see the Windows 64bit version has been released. Bad news is I can't get it to run on my system. Crashes on install.
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
Karol Majewski
Posts: 106
Joined: Sat Jul 09, 2011 4:18 pm

Re: Komodo 3 release

Post by Karol Majewski »

Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit :(
Jamal Bubker
Posts: 328
Joined: Mon May 24, 2010 4:32 pm

Re: Komodo 3 release

Post by Jamal Bubker »

thanks Larry for this additional precision about Komodo's changes :D
User avatar
Don
Posts: 5106
Joined: Tue Apr 29, 2008 4:27 pm

Re: Komodo 3 release

Post by Don »

Karol Majewski wrote:Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit :(
I am not able to easily verify the binaries - but I suspect that it's a platform issue of some kind because it did work on the developer machine.

I will look into it shortly ...

Don
User avatar
Marek Soszynski
Posts: 586
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: Komodo 3 release

Post by Marek Soszynski »

Whereas komodo-203-64-ja.exe has worked fine on my Sabayon/Wine/Aquarium system, I'm afraid neither of the new komodo64-3-win engines do.

One minor point. I don't know whether somewhere you've acknowledged the people who helped you test Komodo (of whom I was the least).
Marek Soszynski
User avatar
mclane
Posts: 18899
Joined: Thu Mar 09, 2006 6:40 pm
Location: US of Europe, germany
Full name: Thorsten Czub

Re: Komodo 3 release

Post by mclane »

same here under my vista 64 bit.
What seems like a fairy tale today may be reality tomorrow.
Here we have a fairy tale of the day after tomorrow....
User avatar
rvida
Posts: 481
Joined: Thu Apr 16, 2009 12:00 pm
Location: Slovakia, EU

Re: Komodo 3 release

Post by rvida »

Don wrote:
Karol Majewski wrote:Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit :(
I am not able to easily verify the binaries - but I suspect that it's a platform issue of some kind because it did work on the developer machine.

I will look into it shortly ...

Don
Core i7: both executables are working
AMD Phenom II: both crash

Seems like misconfigured compiler options. Both compiles do contain SSE4 instructions, they crash with an 'illegal instruction' exception. The offending opcode is pmovsxdq which is indeed SSE4 one.

hope this helps.


PS: I would much appreciate a Win32 version too if it is possible.
Piero
Posts: 5
Joined: Wed Mar 08, 2006 8:38 pm

Re: Komodo 3 release

Post by Piero »

Both crashes here too. Win 7 - Athlon II
User avatar
Don
Posts: 5106
Joined: Tue Apr 29, 2008 4:27 pm

Re: Komodo 3 release

Post by Don »

rvida wrote:
Don wrote:
Karol Majewski wrote:Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit :(
I am not able to easily verify the binaries - but I suspect that it's a platform issue of some kind because it did work on the developer machine.

I will look into it shortly ...

Don
Core i7: both executables are working
AMD Phenom II: both crash

Seems like misconfigured compiler options. Both compiles do contain SSE4 instructions, they crash with an 'illegal instruction' exception. The offending opcode is pmovsxdq which is indeed SSE4 one.

hope this helps.


PS: I would much appreciate a Win32 version too if it is possible.
I depend on someone else to make the compiles for me so it's very difficult for me to work through the issues. But I am trying ...

We will be also producing a win32 version of course - and also 32 bit linux.

I can make my own flawless compiles with a cross compiler, but the binaries are inferior and I'm afraid people will start testing with them.

Don