Public bug reported:

If the following is sent to Fruit:

uci
isready
ucinewgame
position startpos
go

Fruit does not calculate a move to make because it expects the go
command to have arguments, e.g. 'go wtime 30000'. This is because it
looks for a string starting with "go " instead of just "go". If that
change is made it appears to just do an infinite search. I've attached a
patch that allows the simple go command and searches to depth 5 if no
arguments are passed to go.

Note this can be tested by just running Fuit and sending the 'go'
command (it does not check the UCI state to disallow go commands).

** Affects: fruit (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Fruit doesn't respond to simple UCI 'go' command
https://launchpad.net/bugs/74764

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to