GoGui new version 1.5.1

For discussing go computing, software announcements, etc.
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: GoGui new version 1.5.1

Post 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)
Amigo
Dies in gote
Posts: 54
Joined: Sat Sep 28, 2019 12:06 pm
GD Posts: 0
Has thanked: 60 times
Been thanked: 10 times

Re: GoGui new version 1.5.1

Post by Amigo »

wonderful! can a new version appear within a month? I don't know how to run or compile master branch
Vargo
Lives in gote
Posts: 337
Joined: Sat Aug 17, 2013 5:28 am
GD Posts: 0
Has thanked: 22 times
Been thanked: 97 times

Re: GoGui new version 1.5.1

Post 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 :clap:
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: GoGui new version 1.5.1

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: GoGui new version 1.5.1

Post by And »

thank you! I tried katago on boards 37 and 52 - it works! gogui-twogtp is not available yet, do I understand correctly?
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: GoGui new version 1.5.1

Post 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.
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: GoGui new version 1.5.1

Post 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.
Amigo
Dies in gote
Posts: 54
Joined: Sat Sep 28, 2019 12:06 pm
GD Posts: 0
Has thanked: 60 times
Been thanked: 10 times

Re: GoGui new version 1.5.1

Post by Amigo »

I can't start gogui-twogtp (windows). is it different in the new version? can you give an example?
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: GoGui new version 1.5.1

Post 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

Code: Select all

gogui-twogtp.exe
You can run:

Code: Select all

java -jar gogui-twogtp.jar
On Linux or MacOS, you should be able to run the bash script in the bin directory, which does the "java -jar" thing inside.
Amigo
Dies in gote
Posts: 54
Joined: Sat Sep 28, 2019 12:06 pm
GD Posts: 0
Has thanked: 60 times
Been thanked: 10 times

Re: GoGui new version 1.5.1

Post by Amigo »

thank you, it works!
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: GoGui new version 1.5.1

Post 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?
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: GoGui new version 1.5.1

Post by And »

gogui-twogtp works without problems with katago on boards 37 and 52!!! :clap:
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: GoGui new version 1.5.1

Post by And »

on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?
Amigo
Dies in gote
Posts: 54
Joined: Sat Sep 28, 2019 12:06 pm
GD Posts: 0
Has thanked: 60 times
Been thanked: 10 times

Re: GoGui new version 1.5.1

Post by Amigo »

And wrote:on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?
same problem :sad:
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: GoGui new version 1.5.1

Post 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.
Post Reply