Komodo 3 release
Moderator: Ras
-
- Posts: 6231
- Joined: Sun Jan 10, 2010 6:15 am
- Location: Maryland USA
- Full name: Larry Kaufman
Re: Komodo 3 release
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.
-
- Posts: 6363
- Joined: Mon Mar 13, 2006 2:34 pm
- Location: Acworth, GA
Re: Komodo 3 release
Thanks Don,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.
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
__________________________________________________________________
Ted Summers
-
- Posts: 106
- Joined: Sat Jul 09, 2011 4:18 pm
Re: Komodo 3 release
Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit 

-
- Posts: 328
- Joined: Mon May 24, 2010 4:32 pm
Re: Komodo 3 release
thanks Larry for this additional precision about Komodo's changes 

-
- Posts: 5106
- Joined: Tue Apr 29, 2008 4:27 pm
Re: Komodo 3 release
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.Karol Majewski wrote:Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit
I will look into it shortly ...
Don
-
- Posts: 586
- Joined: Wed May 10, 2006 7:28 pm
- Location: Birmingham, England
Re: Komodo 3 release
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).
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
-
- Posts: 18899
- Joined: Thu Mar 09, 2006 6:40 pm
- Location: US of Europe, germany
- Full name: Thorsten Czub
Re: Komodo 3 release
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....
Here we have a fairy tale of the day after tomorrow....
-
- Posts: 481
- Joined: Thu Apr 16, 2009 12:00 pm
- Location: Slovakia, EU
Re: Komodo 3 release
Core i7: both executables are workingDon wrote: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.Karol Majewski wrote:Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit
I will look into it shortly ...
Don
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.
-
- Posts: 5
- Joined: Wed Mar 08, 2006 8:38 pm
Re: Komodo 3 release
Both crashes here too. Win 7 - Athlon II
-
- Posts: 5106
- Joined: Tue Apr 29, 2008 4:27 pm
Re: Komodo 3 release
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 ...rvida wrote:Core i7: both executables are workingDon wrote: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.Karol Majewski wrote:Both komodo-3.exe and komodo-3-sse4.exe crash immediately under my Windows 7 64-bit
I will look into it shortly ...
Don
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.
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