Problem setting UCI options

Issue #17 new
Former user created an issue

The Zurichess jura binary (from download page) seems to have problems with setting UCI options:

pi@rpi2:/usr/local/bin $ ./zurichess zurichess jura http://www.zurichess.xyz build with go1.8 at 2017-02-18 08:52:18, running on arm uci id name zurichess jura id author Alexandru Moșoi

option name Hash type spin default 64 min 1 max 65536 option name MultiPV type spin default 1 min 1 max 16 option name Ponder type check default true option name Skill Level type spin default 0 min 0 max 20 option name UCI_AnalyseMode type check default false uciok setoption name Ponder value True info string main.go:68: unhandled option Ponder

Comments (1)

  1. chess1974lover

    Sorry for the awful formatting. It should look like this:

    pi@rpi2:/usr/local/bin $ ./zurichess
    zurichess jura http://www.zurichess.xyz
    build with go1.8 at 2017-02-18 08:52:18, running on arm
    uci
    id name zurichess jura
    id author Alexandru Moșoi
    
    option name Hash type spin default 64 min 1 max 65536
    option name MultiPV type spin default 1 min 1 max 16
    option name Ponder type check default true
    option name Skill Level type spin default 0 min 0 max 20
    option name UCI_AnalyseMode type check default false
    uciok
    setoption name Ponder value True
    info string main.go:68: unhandled option Ponder
    
  2. Log in to comment