Discussion of anything and everything relating to chess playing software and machines.
Moderator: Ras
brianr
Posts: 540 Joined: Thu Mar 09, 2006 3:01 pm
Full name: Brian Richardson
Post
by brianr » Fri Jan 22, 2010 8:56 pm
Tried the JA download.
32 bit seems to work just fine.
64 bit gives this (under Vista)
Code: Select all
Komodo version 1.0 JA
uci
UCI_k = 0x00002b610,
Thanks,
Brian
Jim Ablett
Posts: 2180 Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett
Post
by Jim Ablett » Fri Jan 22, 2010 11:04 pm
brianr wrote: Tried the JA download.
32 bit seems to work just fine.
64 bit gives this (under Vista)
Code: Select all
Komodo version 1.0 JA
uci
UCI_k = 0x00002b610,
Thanks,
Brian
Hi Brian,
I've observed this behaviour in console mode with the x64 builds
as well, but it engine works fine when running through a chess gui.
Jim.
Christopher Conkie
Posts: 6074 Joined: Sat Apr 01, 2006 9:34 pm
Location: Scotland
Post
by Christopher Conkie » Fri Jan 22, 2010 11:12 pm
Jim Ablett wrote: brianr wrote: Tried the JA download.
32 bit seems to work just fine.
64 bit gives this (under Vista)
Code: Select all
Komodo version 1.0 JA
uci
UCI_k = 0x00002b610,
Thanks,
Brian
Hi Brian,
I've observed this behaviour in console mode with the x64 builds
as well, but it engine works fine when running through a chess gui.
Jim.
This happened to me too Jim under Windows 7. But then I don't play in console so I can avoid what I don't like.
It is very strong btw. I'm going to see if I can trick it.
Regards
Christopher
brianr
Posts: 540 Joined: Thu Mar 09, 2006 3:01 pm
Full name: Brian Richardson
Post
by brianr » Sat Jan 23, 2010 12:19 am
Yes, 64 bit version works fine under a GUI such as Arena.
Perhaps the input polling does not handle the two different Windows approaches. Under a GUI PeekNamedPipe() can be used, but
GetNumberOfConsoleInputEvents() is used for Console Mode.
Spacious_Mind
Posts: 317 Joined: Mon Nov 02, 2009 12:05 am
Location: Alabama
Post
by Spacious_Mind » Sat Jan 23, 2010 1:22 am
Komodo 64 sounds a lot like Commodore 64 !!
Glad to see the old computers making a comeback
Joking regards and thanks a lot for the new engine.
Nick
M ANSARI
Posts: 3721 Joined: Thu Mar 16, 2006 7:10 pm
Post
by M ANSARI » Sat Jan 23, 2010 4:04 am
In console mode you have to press uci and then space bar and then enter. Without a space after you will get the output you got.
brianr
Posts: 540 Joined: Thu Mar 09, 2006 3:01 pm
Full name: Brian Richardson
Post
by brianr » Sat Jan 23, 2010 3:17 pm
Still does not work with "uci<space>" input.
Jim Ablett
Posts: 2180 Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett
Post
by Jim Ablett » Sat Jan 23, 2010 5:40 pm
It's a compiler optimization bug.
With the Intel compiler if I use switch /Os instead of /Ot bug disappears.
The problem is engine runs a third slower.
I'll try Msvc and see if bug is still there.
Jim.