Geschrieben von:/Posted by: Odd Gunnar Malin at 03 August 2004 09:15:56:
Hi.
I have been a bit busy the last month so I have not paid attention to issues regarding wb2uci in this forum. Well I'm still busy for at least a month, probably a little longer too since the light days on the year are used to regular tournaments (otb) and with making small utilities to get these to run smoothly.
Of the few bug report I have got in e-mail it seems to be Crafty and Glc that give most problem.
I will check these two engines plus the new engine from Ed Schrõder and release a new version of wb2uci later this week.
For glc I think it is enough to use a wb2uci.eng file like the following to get it to run well:
;------------------------
; Green Light Chess 3.00
;
[ENGINE]
Name=Green Light Chess 3.00
Author=Tim Foden, UK
Filename=Wb2Uci.exe
[OPTIONS]
Program=glc300.exe
InitString=setresign 0
HashCommand=hash %i
Hash=6
;LevelExtend=Strict
Ponder=true
;Logfile=true
OwnBook=true
Visible=Ponder,Hash,Logfile,Extras,OwnBook
[EXTRAS]
Use book=bk|check|true|off|on
Book=book|string|primary.hbk
; It is possible to make personalities and save it in files.
; and then use a combobox to select which file to use.
;Style=loade %s.eval|combo|default|default|strong|aggressive|solid|patzer|etc...
;------------------------
From the .eng file in the glc package I have removed 'RunIdle=true' because this 'hack' isn't needed anymore. The 'LevelExtend=Strict' is masked out until I get it tested but this shouldn't be used in any case (or for any engine) when you run a comp-comp match. Much better is to stick with the winboard supported time controls like 40/40', or 120/g + 30 etc.
The bugs I have fixed in the 'new' wb2uci version is draw offer in the opening (by shredder classic) and some tablebase issues that was sent in wrong time and could get an engine to initialize it when the clock was running in computer matches.
Odd Gunnar