Komodo 64 bit Windows Hang?

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

Komodo 64 bit Windows Hang?

Post by brianr »

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
User avatar
Jim Ablett
Posts: 2180
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Komodo 64 bit Windows Hang?

Post by Jim Ablett »

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

Re: Komodo 64 bit Windows Hang?

Post by Christopher Conkie »

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

Re: Komodo 64 bit Windows Hang?

Post by brianr »

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.
User avatar
Spacious_Mind
Posts: 317
Joined: Mon Nov 02, 2009 12:05 am
Location: Alabama

Re: Komodo 64 bit Windows Hang?

Post by Spacious_Mind »

Komodo 64 sounds a lot like Commodore 64 !!

Glad to see the old computers making a comeback :P

Joking regards and thanks a lot for the new engine.

Nick
User avatar
M ANSARI
Posts: 3721
Joined: Thu Mar 16, 2006 7:10 pm

Re: Komodo 64 bit Windows Hang?

Post by M ANSARI »

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

Re: Komodo 64 bit Windows Hang?

Post by brianr »

Still does not work with "uci<space>" input.
User avatar
Jim Ablett
Posts: 2180
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Komodo 64 bit Windows Hang?

Post by Jim Ablett »

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.