Geschrieben von:/Posted by: Bryan Hofmann at 27 July 2004 13:57:00:
Als Antwort auf:/In reply to: "xboard" required for Arena? geschrieben von:/posted by: Dave Kuntzsch at 22. July 2004 18:41:
.rc for max 128
hash = 96
hash = 24
cache = 8
egtb
xboard (This is needed if running under Arena, if under Winboard remove this)
computer
ponder off
exit
I have been running 24/7 for over a year under Arena and do not have "xboard" in my .rc file. Other than some weird resigns on the first move, there doesn't seem to be any ill effects. Do you have any insights as to why it should be specified?
Dave
I recommended this .rc file for the AEGT. Since several GUIs are to be used in this and probably different versions of the GUIs and OSs, the xboard was placed in there as a safety net. When Crafty gets this command it changes from the normal console mode into xboard mode in which it will only accept commands formated to the xboard spec. The code is written to handle incorrect xboard commands that are sent and ignors them, thus unexpected behavior is avoided (which is not always the case with console commands). I too have tested several different versions of Crafty along with different versions of Arena under Windows XP and Have not seen any ill effects when xboard was not in the .rc file. However there has been several reportings of odd behavior by others in different forums and the "xboard" command in the .rc file was the resolve. In addition to this, newer releases of Arena place the "xboard" commmand automaticly in the commandline options when adding a winboard engine in arena.
The bottom line is that I and several others (including the Arena author) recommend the xboard command be sent to any winboard engine running under arena. It is simply a good practice to follow that eliminates potential problems and doubts.