Results 1 to 3 of 3

Thread: XBoard ignoring command line options.

  1. #1
    Join Date
    Feb 2009
    Beans
    542
    Distro
    Kubuntu

    XBoard ignoring command line options.

    I installed XBoard because, while I'm not a big time chess enthusiast the Synaptic description mentioned that it supported several variants that, when I looked them up on Wikipedia, looked interesting. Unfortunately, GNU Chess 5.07 doesn't seem to support any of those variants, and, despite the fact that I have installed several other chess engines, I cannot find any way to change the chess engine from the GUI, and the program is not responding to any of the command line options documented in its man page for controlling which engine to run with, such as -fcp, -scp, and -ncp. In fact, it is not responding to *any* command line options whatsoever. It's not even outputting errors when given bad options. It simply runs, without errors, using GNU Chess 5.07 as its engine, and ignores everything on the command line following the call to xboard itself.

    The following commands all appear to have identical results:

    Code:
    xboard
    xboard -fcp crafty
    xboard -fcp fairymax
    xboard -ncp
    xboard qwertyuiop

  2. #2
    Join Date
    May 2008
    Location
    Dark side of the Moon
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: XBoard ignoring command line options.

    I have the same problem. Hope to see a solution to this.

  3. #3
    Join Date
    May 2008
    Location
    Dark side of the Moon
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: XBoard ignoring command line options.

    Just found the solution. Here it is. You wont believe how simple it is.

    instead of this:

    Code:
    xboard -fcp fairymax
    xboard -fcp crafty
    This is what works:

    Code:
    xboard.real -fcp fairymax
    xboard.real -fcp crafty
    Hope this helps you out.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •