My gift to the community – a much better cutechessGUI
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
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
Was already fixed in the latest github actions artifact.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.
-
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
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 :pohl4711 wrote: ↑Mon Jan 19, 2026 5:32 am1) no change here by PatrickAndres 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
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.

Saludos, Andres
-
Bart Weststrate
- Posts: 73
- Joined: Fri Mar 18, 2016 3:34 pm
Re: My gift to the community – a much better cutechessGUI
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!
-
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
Patrick does the work, not me. I will send this to him on discord.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!
-
Bart Weststrate
- Posts: 73
- Joined: Fri Mar 18, 2016 3:34 pm
-
Bart Weststrate
- Posts: 73
- Joined: Fri Mar 18, 2016 3:34 pm
Re: My gift to the community – a much better cutechessGUI
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
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.
Very nice update to the cutechess interface i must say. Thanks for that.
-
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
Gabor Szots
CCRL testing group
CCRL testing group
-
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
Yes, here are the improvements:Gabor Szots wrote: ↑Wed Mar 04, 2026 10:59 am Improved and bugfixed release!![]()
https://github.com/Yoshie2000/cutechess ... ag/qol-1.1
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