Life In 19x19
http://www.lifein19x19.com/

GoGui new version 1.5.1
http://www.lifein19x19.com/viewtopic.php?f=18&t=16581
Page 2 of 3

Author:  Rémi [ Thu Mar 09, 2023 3:44 pm ]
Post subject:  Re: GoGui new version 1.5.1

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.

Author:  Rémi [ Mon Mar 13, 2023 4:24 am ]
Post subject:  Re: GoGui new version 1.5.1

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.

Author:  Amigo [ Mon Mar 13, 2023 8:04 am ]
Post subject:  Re: GoGui new version 1.5.1

I can't start gogui-twogtp (windows). is it different in the new version? can you give an example?

Author:  Rémi [ Mon Mar 13, 2023 8:15 am ]
Post subject:  Re: GoGui new version 1.5.1

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:
gogui-twogtp.exe


You can run:
Code:
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.

Author:  Amigo [ Mon Mar 13, 2023 8:21 am ]
Post subject:  Re: GoGui new version 1.5.1

thank you, it works!

Author:  And [ Mon Mar 13, 2023 11:04 am ]
Post subject:  Re: GoGui new version 1.5.1

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?

Author:  And [ Mon Mar 13, 2023 11:10 am ]
Post subject:  Re: GoGui new version 1.5.1

gogui-twogtp works without problems with katago on boards 37 and 52!!! :clap:

Author:  And [ Mon Mar 13, 2023 4:35 pm ]
Post subject:  Re: GoGui new version 1.5.1

on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?

Author:  Amigo [ Mon Mar 13, 2023 6:59 pm ]
Post subject:  Re: GoGui new version 1.5.1

And wrote:
on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?

same problem :sad:

Author:  Rémi [ Tue Mar 14, 2023 5:28 am ]
Post subject:  Re: GoGui new version 1.5.1

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.

Author:  And [ Tue Mar 14, 2023 8:12 am ]
Post subject:  Re: GoGui new version 1.5.1

Oh, I didn't know, thank you!!! :D

Author:  And [ Tue Mar 14, 2023 11:34 pm ]
Post subject:  Re: GoGui new version 1.5.1

I want to run a game of two different engines in gogui.jar. I connect, both work, but when you start the game, one of them starts playing with itself! what am I doing wrong?

Author:  Rémi [ Wed Mar 15, 2023 1:49 am ]
Post subject:  Re: GoGui new version 1.5.1

And wrote:
I want to run a game of two different engines in gogui.jar. I connect, both work, but when you start the game, one of them starts playing with itself! what am I doing wrong?

Please explain more. How do you connect two different engines to gogui? with gogui-twogtp? If you give step-by-step instructions to replicate the problem, then I will look into it.

Author:  And [ Wed Mar 15, 2023 2:24 am ]
Post subject:  Re: GoGui new version 1.5.1

I want to run two different engines, watch the game, sometimes stop.

1 start gogui
2 connect the first engine (program-attach-engine1)
3 connect the second engine (program-attach-engine2)
4 game-computer color-both

perhaps it is impossible to connect 2 engines in this way. is there any other way?

Author:  Rémi [ Wed Mar 15, 2023 2:29 am ]
Post subject:  Re: GoGui new version 1.5.1

And wrote:
I want to run two different engines, watch the game, sometimes stop.

1 start gogui
2 connect the first engine (program-attach-engine1)
3 connect the second engine (program-attach-engine2)
4 game-computer color-both


gogui can attach only one program at a time. You can run a match between two engines in gogui, but you must attach them via gogui-twogtp (without the -auto option).

Author:  And [ Wed Mar 15, 2023 3:48 am ]
Post subject:  Re: GoGui new version 1.5.1

I could not connect according to the instructions in the help (gogui-twogtp->play games with graphical display). it turned out like this:

1 I launch gogui
2 new program: "java -jar gogui-twogtp.jar -black "e:\engine1\katago.exe gtp" -white "e:\engine2\katago.exe gtp""
3 game-computer color-both

Now I'm watching the game, I press "game-computer color-none" to pause
for the board 37: "java -jar gogui-twogtp.jar -black "e:\engine1\katago.exe gtp" -white "e:\engine2\katago.exe gtp" -size 37"

Author:  And [ Wed Mar 15, 2023 4:41 am ]
Post subject:  Re: GoGui new version 1.5.1

is it possible in the new version to start match with the display? as in help. how to do it?

Author:  Rémi [ Wed Mar 15, 2023 6:44 am ]
Post subject:  Re: GoGui new version 1.5.1

And wrote:
is it possible in the new version to start match with the display? as in help. how to do it?


The command line to start a match with the display is given at the very bottom of that page:
https://www.kayufu.com/gogui/reference-twogtp.html
I have just tried it and it is working for me

Author:  And [ Wed Mar 15, 2023 3:42 pm ]
Post subject:  Re: GoGui new version 1.5.1

as0770 wrote:
...
TWOGTP="gogui-twogtp -black \"$BLACK\" -white \"$WHITE\" -games 2 -size 19 -time 60 -sgffile xxxx"
gogui -size 19 -program "$TWOGTP" -computer-both -auto

https://lifein19x19.com/viewtopic.php?p=206385#p206385

after the launch: "TWOGTP" is not recognized as an internal or external command, operable program or batch file
what's the matter? Tell me please
also with "BLACK" & "WHITE" :)
(https://www.kayufu.com/gogui/reference-twogtp.html)

Author:  Rémi [ Wed Mar 15, 2023 7:22 pm ]
Post subject:  Re: GoGui new version 1.5.1

And wrote:
as0770 wrote:
...
TWOGTP="gogui-twogtp -black \"$BLACK\" -white \"$WHITE\" -games 2 -size 19 -time 60 -sgffile xxxx"
gogui -size 19 -program "$TWOGTP" -computer-both -auto

https://lifein19x19.com/viewtopic.php?p=206385#p206385

after the launch: "TWOGTP" is not recognized as an internal or external command, operable program or batch file
what's the matter? Tell me please
also with "BLACK" & "WHITE" :)
(https://www.kayufu.com/gogui/reference-twogtp.html)


That's because you are using Windows. The documentation is for bash. You will have to adapt it.

Page 2 of 3 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/