It is currently Thu Apr 25, 2024 8:23 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #21 Posted: Thu Mar 09, 2023 3:44 pm 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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.


This post by Rémi was liked by 3 people: Amigo, And, Vargo
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #22 Posted: Mon Mar 13, 2023 4:24 am 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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.


This post by Rémi was liked by 3 people: Amigo, And, Vargo
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #23 Posted: Mon Mar 13, 2023 8:04 am 
Dies in gote

Posts: 54
Liked others: 60
Was liked: 10
I can't start gogui-twogtp (windows). is it different in the new version? can you give an example?

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #24 Posted: Mon Mar 13, 2023 8:15 am 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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.


This post by Rémi was liked by 2 people: Amigo, Vargo
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #25 Posted: Mon Mar 13, 2023 8:21 am 
Dies in gote

Posts: 54
Liked others: 60
Was liked: 10
thank you, it works!


This post by Amigo was liked by: Rémi
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #26 Posted: Mon Mar 13, 2023 11:04 am 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
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?


This post by And was liked by: Amigo
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #27 Posted: Mon Mar 13, 2023 11:10 am 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
gogui-twogtp works without problems with katago on boards 37 and 52!!! :clap:

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #28 Posted: Mon Mar 13, 2023 4:35 pm 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?


This post by And was liked by: Amigo
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #29 Posted: Mon Mar 13, 2023 6:59 pm 
Dies in gote

Posts: 54
Liked others: 60
Was liked: 10
And wrote:
on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?

same problem :sad:

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #30 Posted: Tue Mar 14, 2023 5:28 am 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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.


This post by Rémi was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #31 Posted: Tue Mar 14, 2023 8:12 am 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
Oh, I didn't know, thank you!!! :D

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #32 Posted: Tue Mar 14, 2023 11:34 pm 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
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?

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #33 Posted: Wed Mar 15, 2023 1:49 am 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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.

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #34 Posted: Wed Mar 15, 2023 2:24 am 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
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?

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #35 Posted: Wed Mar 15, 2023 2:29 am 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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).


This post by Rémi was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #36 Posted: Wed Mar 15, 2023 3:48 am 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
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"

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #37 Posted: Wed Mar 15, 2023 4:41 am 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
is it possible in the new version to start match with the display? as in help. how to do it?

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #38 Posted: Wed Mar 15, 2023 6:44 am 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #39 Posted: Wed Mar 15, 2023 3:42 pm 
Gosei
User avatar

Posts: 1352
Liked others: 202
Was liked: 203
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)

Top
 Profile  
 
Offline
 Post subject: Re: GoGui new version 1.5.1
Post #40 Posted: Wed Mar 15, 2023 7:22 pm 
Lives with ko

Posts: 170
Liked others: 32
Was liked: 119
Rank: KGS 4 kyu
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.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group