Path: csiph.com!3.us.feeder.erje.net!feeder.erje.net!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: Fri, 31 Jan 2020 14:04:30 -0500 Lines: 17 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 1580497476 8302 209.51.188.17 (31 Jan 2020 19:04:36 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-gnu-chess@gnu.org 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:from:date:message-id:subject:to; bh=t3m7S1UaeCm6xji5OBrzaqoJNKYxsV29bzgw4lW6JRw=; b=HrAAbZAp8LJ6yw1A+DpS3y8fga2kWSvULoNTpo3y7PQkNRWblKuGNpwrFw5b4fKaJy 7KlSMvpJG1CY0s7Sew7y+bQ66/Is4hWWyqVxCE/0ANldUGtJHR8WbXvDGqp8fzXjvSjK 55BmmiWCLqdXJqNGn+1WcjNOvr4nl/bHqyGMpTSaG0tCPG6K6LL/kokT7Rl5PoB4k4pn sRoTPkbyCMPCt8JoIY0m1X4xVUFaCJPaN1m2BAzZejhF7lJAlM2nfAvwZ1mQByRLtHny 2NwVcpQnw5w/ezagXAznHGvjfnSBrF/INbJImv5oJhhUjw9Y5yVVvDZa47pQ9eJ++kJh m0uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=t3m7S1UaeCm6xji5OBrzaqoJNKYxsV29bzgw4lW6JRw=; b=dlwYjtzLWJsIEzkw+I+SnlYDZioNn6IUhHH7/a3gkuVNG7BMzvzg6jSwIuVSqJVXVF SOrQO2Kp5Bfjy7JR8JvVhvOnqDYDPpoZAH0IDF1/QboiTrGAIF/ecBVgcHxBUjAByHaM pPcnnEAP75RjgnbCdEPStNb5eDE3KyfuOjLlu1c7j1yoT/22UyFLl/cvyMxwnwgH9uI3 91p/StFfIYQhAjfmwO7qZodE0poJHukvrdU5EipS76jQmA2xpv98B6oIypAtmdhsdnxz /LawnYEMgtAaA1UB1LK1rsJ6OSTssxcRqksJ8SNeUY0qw/Mx/fCtq6hJfGXyKPEWS/HB qtzw== X-Gm-Message-State: APjAAAWZvMnyOmjHUbAxsWzYIrv+C7hx7zxWGsnTNpNkUHDyurz5oIB0 neXMv5okw/YeYNpbNUs6GWzik1WAOdn+/dPVFeQg3g== X-Google-Smtp-Source: APXvYqzyDnfl7CVIvSPIL9F2s5VFc4Swf25XK57kpGNapREOnP+evFNa4MVC72oOW9q7i5onvLyReZzMfI98HPyCQDE= X-Received: by 2002:a81:27d2:: with SMTP id n201mr9644692ywn.28.1580497471145; Fri, 31 Jan 2020 11:04:31 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::c2f 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: Xref: csiph.com gnu.chess.bug:11 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