Bug report!
The new graphics are cool (I'd also like one for TB Hits), but when you use them in "bar mode", the graphics (bars) are in inverted order (black, white, black, white). You first see the bar for white appear, but then the bar for black comes not after it (to the right of the graph), but before (to the left).
I don't know how to explain it better, but just by looking at it you can tell immediately
Banksia GUI released
Moderator: Ras
-
CMCanavessi
- Posts: 1149
- Joined: Thu Dec 28, 2017 4:06 pm
- Location: Argentina
Re: Banksia GUI released
My chess engine Facón: https://github.com/CMCanavessi/facon
-
AdminX
- Posts: 6396
- Joined: Mon Mar 13, 2006 2:34 pm
- Location: Acworth, GA
Re: Banksia GUI released
Feature Request:
Option to let engine kibitz it's thinking on Lichess.
Option to let engine kibitz it's thinking on Lichess.
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
__________________________________________________________________
Ted Summers
-
Nordlandia
- Posts: 2845
- Joined: Fri Sep 25, 2015 9:38 pm
- Location: Sortland, Norway
Re: Banksia GUI released
Thank you for your hard work with continuous updates. I'm wondering if there has been any progress towards finalize syzygy adjudication.
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Banksia GUI released
Yes, 1 clone each time only. You should select a recent tournament first, BSG will create a clone with prefix BK- on name.AlexChess wrote: ↑Sat Jul 24, 2021 4:50 pm Wow!
I have removed the old tournaments, pressed New tournaments, and finally I have a backup of my last big tournament and I can continue the games from here. When you select it and press + (duplicate) does it makes 1 more clone? Because nothing apparenttly happens.
For a round-robin tournament, it should create 47 x round number = a number (if the new engine does not participate yet) of new games/matches, but not 44-45-46. Can you send me the files banksiatour.json and banksiaplaying.json for checking? Thanks
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Version 0.47 beta released
BSG did not send the command "stop" if the ponder is not hit. It is my big mistake from a previous version when re-writing/cleaning some codeCMCanavessi wrote: ↑Sat Jul 24, 2021 6:35 pmTerrific release! Can you comment on the pondering bug? What was it?
It writes down whenever a game/match of the tournament is changed (created, deleted, completed). BSG uses a technique about queuing/delaying a few seconds before real writing down, just to avoid being conflict/or creating too much in/out. For the user view, it is almost instant.CMCanavessi wrote: ↑Sat Jul 24, 2021 6:35 pm Also, when running a tournament, when does Banksia "saves" progress? After every match? At certain intervals? How does that work?
Thanks for the report. Will change for the next release.CMCanavessi wrote: ↑Sat Jul 24, 2021 7:10 pm Bug report!
The new graphics are cool (I'd also like one for TB Hits), but when you use them in "bar mode", the graphics (bars) are in inverted order (black, white, black, white). You first see the bar for white appear, but then the bar for black comes not after it (to the right of the graph), but before (to the left).
I don't know how to explain it better, but just by looking at it you can tell immediately
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Banksia GUI released
Thanks for the suggestion. I have added it to my TODO list.
It may take a while to implement since I knew in general but not in the detail that Lichess has some limits/conditions about chatting, say who can chat, rooms, the number of chats in a period...
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Banksia GUI released
I may implement it for the next (or right after the next) release. Thanks for the suggestion.Nordlandia wrote: ↑Sun Jul 25, 2021 2:44 am Thank you for your hard work with continuous updates. I'm wondering if there has been any progress towards finalize syzygy adjudication.
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
Nordlandia
- Posts: 2845
- Joined: Fri Sep 25, 2015 9:38 pm
- Location: Sortland, Norway
Re: Banksia GUI released
The problem was that it was a collision. Syzygy path for engines should be soley for egtb consulting in search, the same idea for syzygy adjudication. Before they caused a collision.
CuteChess have them seperately.
Being able to set a universal syzygy path for engines during search and adjudication in setting will be nice, as long they don't collide and overlap.
Most users have syzygy on SSDs
While HDDs is sufficient for static adjudication.
HDDs cause a massive slowdown. Therefore it's important that adjudication don't collide with egtb consulting path and vice versa.
CuteChess have them seperately.
Being able to set a universal syzygy path for engines during search and adjudication in setting will be nice, as long they don't collide and overlap.
Most users have syzygy on SSDs
While HDDs is sufficient for static adjudication.
HDDs cause a massive slowdown. Therefore it's important that adjudication don't collide with egtb consulting path and vice versa.
-
AlexChess
- Posts: 1563
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: Banksia GUI released
Yes. Could you give me the path of the 2 .json files on Windows 10?phhnguyen wrote: ↑Sun Jul 25, 2021 9:26 amYes, 1 clone each time only. You should select a recent tournament first, BSG will create a clone with prefix BK- on name.AlexChess wrote: ↑Sat Jul 24, 2021 4:50 pm Wow!
I have removed the old tournaments, pressed New tournaments, and finally I have a backup of my last big tournament and I can continue the games from here. When you select it and press + (duplicate) does it makes 1 more clone? Because nothing apparenttly happens.
For a round-robin tournament, it should create 47 x round number = a number (if the new engine does not participate yet) of new games/matches, but not 44-45-46. Can you send me the files banksiatour.json and banksiaplaying.json for checking? Thanks
I have added Berserk 4.5.0 and it says "41 added" (must be 46)

Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
ProteusSF Dev Forum
-
AlexChess
- Posts: 1563
- Joined: Sat Feb 06, 2021 8:06 am
- Full name: Alex Morales
Re: Banksia GUI released
Yes. Could you give me the path of the 2 .json files on Windows 10?phhnguyen wrote: ↑Sun Jul 25, 2021 9:26 amYes, 1 clone each time only. You should select a recent tournament first, BSG will create a clone with prefix BK- on name.AlexChess wrote: ↑Sat Jul 24, 2021 4:50 pm Wow!
I have removed the old tournaments, pressed New tournaments, and finally I have a backup of my last big tournament and I can continue the games from here. When you select it and press + (duplicate) does it makes 1 more clone? Because nothing apparenttly happens.
For a round-robin tournament, it should create 47 x round number = a number (if the new engine does not participate yet) of new games/matches, but not 44-45-46. Can you send me the files banksiatour.json and banksiaplaying.json for checking? Thanks
I have added Berserk 4.5.0 and it says again "41 added" after Eman, Raubfisch and others

Chess engines and dedicated chess computers fan since 1981
macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
ProteusSF Dev Forum
