Page 2 of 3
Re: GoGui new version 1.5.1
Posted: Fri Feb 24, 2023 12:16 pm
by Rémi
I tried with the latest katago release, and it accepts board sizes up to 29. 25 was already supported by the previous version of gogui. From the error message, you should be able to play on larger sizes by recompiling:
Code: Select all
boardsize 30
? unacceptable size (Board::MAX_LEN is 29, consider increasing and recompiling)
Re: GoGui new version 1.5.1
Posted: Fri Feb 24, 2023 3:42 pm
by Amigo
wonderful! can a new version appear within a month? I don't know how to run or compile master branch
Re: GoGui new version 1.5.1
Posted: Fri Feb 24, 2023 10:06 pm
by Vargo
Rémi wrote:you should be able to play on larger sizes by recompiling:
Thank you for your answer, I'm very grateful for GoGUI (twogtp), I like it a lot, and I use it often.
I don't know how to compile or recompile.
I'll wait for future GoGUI or katago updates (or an already compiled, recompiled, or "ready to use" version

)
Thank you for your work

Re: GoGui new version 1.5.1
Posted: Thu Mar 09, 2023 11:22 am
by Rémi
Amigo wrote:wonderful! can a new version appear within a month? I don't know how to run or compile master branch
Here is an experimental compile from the current master:
https://www.kayufu.com/files/gogui-7bba ... 97bcba.jar
Simply double-clicking the jar may work. If it does not, copy it into the directory where gogui.jar is installed. Please tell me if anything does not work.
Re: GoGui new version 1.5.1
Posted: Thu Mar 09, 2023 2:17 pm
by And
thank you! I tried katago on boards 37 and 52 - it works! gogui-twogtp is not available yet, do I understand correctly?
Re: GoGui new version 1.5.1
Posted: Thu Mar 09, 2023 3:44 pm
by Rémi
And wrote:thank you! I tried katago on boards 37 and 52 - it works! gogui-twogtp is not available yet, do I understand correctly?
I'll prepare a proper release in 1-2 weeks, probably.
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 4:24 am
by Rémi
The 1.5.2 release is online:
https://github.com/Remi-Coulom/gogui
- Don't use Quaqua anymore, which should fix some crashes on macOS (issue #18).
- Support for large boards up to 52x52.
- Support for games with moving pieces such as chess or ataxx
- Drag-and-drop of sgf files (thanks to @zakki)
- Fix wrong player names in sgf from gogui-twogtp -alternate (issue #9, thanks to @tomtseng)
- New `gogui-rules_captured_count` command.
- Minor fixes and improvements.
Please let me know if you experience any problem.
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 8:04 am
by Amigo
I can't start gogui-twogtp (windows). is it different in the new version? can you give an example?
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 8:15 am
by Rémi
Amigo wrote:I can't start gogui-twogtp (windows). is it different in the new version? can you give an example?
This release does not provide .exe files, so you have to use java to open the jar file. so, instead of
You can run:
On Linux or MacOS, you should be able to run the bash script in the bin directory, which does the "java -jar" thing inside.
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 8:21 am
by Amigo
thank you, it works!
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 11:04 am
by And
Rémi
thank you so much for the update! the best program for matches! where can I watch the Crazy Zero game on board 37?
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 11:10 am
by And
gogui-twogtp works without problems with katago on boards 37 and 52!!!

Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 4:35 pm
by And
on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?
Re: GoGui new version 1.5.1
Posted: Mon Mar 13, 2023 6:59 pm
by Amigo
And wrote:on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?
same problem

Re: GoGui new version 1.5.1
Posted: Tue Mar 14, 2023 5:28 am
by Rémi
And wrote:on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?
gogui-twogtp has a "-maxmoves" command-line option. So you can run with -maxmoves 100000 if you wish to increase it. I will modify the code to set a default value that depends on the board size, but I won't prepare a new release just for that.
edit: -1 means no limit. I will set the default value to -1.