My gift to the community – a much better cutechessGUI

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

Ajaja
Posts: 6
Joined: Sun Jul 25, 2021 5:20 pm
Full name: Alex Frost

Re: My gift to the community – a much better cutechessGUI

Post by Ajaja »

After stopping and resuming a tournament, it stops swapping sides. I noticed that swapSides is set to 0 in the *.trnmt file after the tournament is resumed. After changing "swapSides": 1 to "swapSides": true in the *.trnmt file, the issue was fixed. It looks like there is something wrong with how this parameter is read from the *.trnmt file.
Ajaja
Posts: 6
Joined: Sun Jul 25, 2021 5:20 pm
Full name: Alex Frost

Re: My gift to the community – a much better cutechessGUI

Post by Ajaja »

Ajaja wrote: Fri Jan 23, 2026 11:17 pm After stopping and resuming a tournament, it stops swapping sides. I noticed that swapSides is set to 0 in the *.trnmt file after the tournament is resumed. After changing "swapSides": 1 to "swapSides": true in the *.trnmt file, the issue was fixed. It looks like there is something wrong with how this parameter is read from the *.trnmt file.
Was already fixed in the latest github actions artifact.
User avatar
Andres Valverde
Posts: 615
Joined: Sun Feb 18, 2007 11:07 pm
Location: Almeria. SPAIN
Full name: Andres Valverde Toresano

Re: My gift to the community – a much better cutechessGUI

Post by Andres Valverde »

pohl4711 wrote: Mon Jan 19, 2026 5:32 am
Andres Valverde wrote: Sun Jan 18, 2026 9:37 am Hello,

First of all thanks for your initiative. Really appreciated!

I have found two minor glitches so far :

1) Setting time control in Tools>Setting>Games>Time Control, the minutes and seconds fields are not easy to change entering new values with the keyboard, if you enter a new number it is appended to the old one instead of replacing it

2) Only first move of PV is shown for Winboard engines (I tested EveAnn, Myrddin, Dirty)

Using Windows 11
1) no change here by Patrick

2) this was my wish. I dont need the movelist window on the screen. This modification makes sure, I know, which movenumber is on. Movenumbers after each move, would take to much space in the PV-lines, IMHO.
Sorry, I didnt explain myself well, I meant that Principal Variation is shortened to 1st move only for Winboard engines , a screenshot follow, white is Winboard and Black is UCI :

Image
Saludos, Andres
Bart Weststrate
Posts: 73
Joined: Fri Mar 18, 2016 3:34 pm

Re: My gift to the community – a much better cutechessGUI

Post by Bart Weststrate »

Stefan i have a request. My program expects a line from the gui with windows style line break (CR/LF) (line input in Powerbasic). I think that your GUI sends Linux style line breaks (LF only). Is it possible to add a (command line) switch to let the GUI send windows style line breaks? That would be great!
User avatar
pohl4711
Posts: 2954
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: My gift to the community – a much better cutechessGUI

Post by pohl4711 »

Bart Weststrate wrote: Fri Feb 06, 2026 7:47 am Stefan i have a request. My program expects a line from the gui with windows style line break (CR/LF) (line input in Powerbasic). I think that your GUI sends Linux style line breaks (LF only). Is it possible to add a (command line) switch to let the GUI send windows style line breaks? That would be great!
Patrick does the work, not me. I will send this to him on discord.
Bart Weststrate
Posts: 73
Joined: Fri Mar 18, 2016 3:34 pm

Re: My gift to the community – a much better cutechessGUI

Post by Bart Weststrate »

Thanks!
Bart Weststrate
Posts: 73
Joined: Fri Mar 18, 2016 3:34 pm

Re: My gift to the community – a much better cutechessGUI

Post by Bart Weststrate »

B.t.w. it's about the uci lines.
Bart Weststrate
Posts: 73
Joined: Fri Mar 18, 2016 3:34 pm

Re: My gift to the community – a much better cutechessGUI

Post by Bart Weststrate »

Stefan i managed to make a Linux style line input so it is working now. So i don't need the option anymore but maybe others do.

Very nice update to the cutechess interface i must say. Thanks for that.
User avatar
Gabor Szots
Posts: 1594
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: My gift to the community – a much better cutechessGUI

Post by Gabor Szots »

Gabor Szots
CCRL testing group
User avatar
pohl4711
Posts: 2954
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: My gift to the community – a much better cutechessGUI

Post by pohl4711 »

Gabor Szots wrote: Wed Mar 04, 2026 10:59 am Improved and bugfixed release! :D

https://github.com/Yoshie2000/cutechess ... ag/qol-1.1
Yes, here are the improvements:

New features:
Customisable font size


Bugfixes:

Correctly track button states when loading tournaments
Popup windows better fit on the screen with windows display scaling enabled
Improved layout saving on Windows 10
Tablebases now work correctly after loading a tournament
Side swapping now works correctly after loading a tournament (tablebase adjudication by GUI now works after resuming a tournament)
Numeric UCI options are restored correctly after loading a tournament