Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: Ryan Sarson Newsgroups: gnu.chess.bug Subject: Re: UCI issue in 6.2.5 Date: Mon, 3 Feb 2020 03:17:30 -0500 Lines: 46 Approved: bug-gnu-chess@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1580717855 24318 209.51.188.17 (3 Feb 2020 08:17:35 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-gnu-chess@gnu.org To: Antonio Ceballos Envelope-to: bug-gnu-chess@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Mv+b/RXtha3Ln2WDd514O43PchZm+RK3UFLp8ypEWOY=; b=PzCYwzqkVCvQn1rIM/KreezUd5s7lZC3KBNYFUfm3i5K5J5wGJOKtbQ5AdiADC0386 08zWimWru4QzN/Bcm2Ytv82fkp8TcuEbf36/TI3wHsRc3mYcBS6vXsRvrzcQb1YxkBnc rwv0f43eOl17QfIqSSAePQsjmtLeRBo5N0y4fBc4FE/azYq81KUjnUnY7X3RX+FX8I5H VMn6TVm1Of2gA2Gk1nhnAdkwEkVa+FOjildrnWm+cUajZduKbWwR2LDojjH7iSGzOVwr 0p5M7LAuiM2ABxD+a6YkQx8Ii/IOdxj3OIAiGQ3XCJ3cZnMPl3CZdbygp6310t1lLatS GuQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Mv+b/RXtha3Ln2WDd514O43PchZm+RK3UFLp8ypEWOY=; b=FRsn+aQcskJ/Qw/5TMWqSHALyImstmhD2lGDOIcjkGQ9NS8rcACHa+k3dN1CbJ+gWT YenmLZqd7mE1aMzzAmDkmrNYPHGoP/YiAN8YOF/OX8eaJZlKDBMUR3sB4KyDCxyVHRv/ vHRlktHhDrEgTfyT4xG8lcn9lD90owVIr0ANEVKFaAwjorrlRrXZ6Ii2BJgrkHb7NWf4 nIEzAW4DldWiGbWSQiz0UMsnK1FnI9/qYGAgMOOoKJthSJ5KkrF9axYA9LdQPdnOt4cr 7sKpsDmord+iDHXqH61y2JTV+o28BwqgFUmEgLXPq3UB2TO0A3S3q+odnU+qzYOYxdaM OhYw== X-Gm-Message-State: APjAAAVSyJ1Lh4Y3078VTy+Rle20F3nYu1vLza2ySsjwRChtUtbvbKix +MzRDv7387Xcp6UvtI7siwkPHZAF9zK+PTh4K4g= X-Google-Smtp-Source: APXvYqyTspHrB9v8Thm9H126cjB4q41JJTFyHoz+Adtc1n0vFudxt9iu6uO0dpMuEh28AKHurEdHKUmfTEieKwJQ+VM= X-Received: by 2002:a81:b82:: with SMTP id 124mr16526182ywl.272.1580717850543; Mon, 03 Feb 2020 00:17:30 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::c42 X-BeenThere: bug-gnu-chess@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for GNU Chess List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com gnu.chess.bug:12 Hi Antonio! I'm using the apt installed version of XBoard, 4.9.1-1 amd64, in Debian GNU/Linux 10 (buster) x86_64 (Kernel: 4.9.0-9-amd64). I also use the apt installed version of GNU Chess, 6.2.5-1 amd64. The previous version I tried, 6.2.4, I compiled from source (https://ftp.gnu.org/gnu/chess/) and it works as expected without this bug (ie, the 'White (1) : ' prompt does not appear in UCI mode). Ryan On 03/02/2020, Antonio Ceballos wrote: > Hi Ryan, > > Thanks for your report. Yes, it seems the same problem that was found a > couple of years ago. Could you please indicate the version of XBoard and > operating system that you are using? I don't think it will make a big > difference, > but it can be helpful. > > Cheers, > Antonio > > On Fri, Jan 31, 2020 at 8:04 PM Ryan Sarson wrote: > >> Hello! >> >> I have the same issue as John Cheetham, from his post a couple of >> years ago. The issue persists with the latest build I could find, >> 6.2.5e. I use both Scid and Xboard and, in both cases, they appear to >> hang when trying to play a game against gnuchessu. When running >> gnuchessu from the command line, the appearance of 'White (1) : " >> requires at least a newline to be entered before the 'uci' command >> will work as expected. >> >> It seems related to the removal of the 'showprompt' and 'ShowPrompt()' >> lines from main.cc and frontend/engine.cc from 6.2.4 but I do not know >> enough about C programming to fix it - other things break if i just >> add the deleted lines back in. >> >> Ryan >> >> >