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

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

Author:  Vargo [ Thu Apr 25, 2019 12:33 am ]
Post subject:  GoGui new version 1.5.1

There's a new version of GoGui HERE with an installer.
It installs OK, with the GoGui interface, but it's twogtp that doesn't work.
There's no error or anything, twogtp just does nothing.

Could anyone please try it. (I have Win 10)

Author:  ez4u [ Thu Apr 25, 2019 1:50 am ]
Post subject:  Re: GoGui new version 1.5.1

Version 1.5.1 includes some bug fixes for twogtp. Looks like there may be something wrong. :sad:

Author:  And [ Thu Apr 25, 2019 8:11 am ]
Post subject:  Re: GoGui new version 1.5.1

in Win 7 does not work either. copied the file "gogui-twogtp.exe" from version 1.4.9 - works

Author:  Vargo [ Thu Apr 25, 2019 8:25 am ]
Post subject:  Re: GoGui new version 1.5.1

Ah, ok.
Thx @ez4u and @And :tmbup:

Author:  Rémi [ Sat Apr 27, 2019 6:59 am ]
Post subject:  Re: GoGui new version 1.5.1

I cannot replicate the problem that people report.

We uploaded a broken installer by mistake for a very short time, and maybe github continued to distribute it for download for longer. Can you please try to re-download it (maybe clean your cache or use another browser to make sure you don't get it from the cache). There is a chance that this might fix the problem.

I have recently installed it on two PCs with the installer downloaded from github, and it worked.

Author:  Vargo [ Sat Apr 27, 2019 10:09 am ]
Post subject:  Re: GoGui new version 1.5.1

Thank you for your answer.
I tried redownloading the installer (twice, using 2 different browsers)

Same result on two computers, both with win 10.

What I get instantly with 1.5.1
Attachment:
151.jpg
151.jpg [ 113.34 KiB | Viewed 101331 times ]
In the 1.5.1 directory, If I just replace the 286K gogui-twogtp.exe from the 1.5.1 installation by
the 284K gogui-twogtp.exe from 1.5.0, without changing anything else, it works (a 10 game match is underway)
Attachment:
150.jpg
150.jpg [ 97.42 KiB | Viewed 101331 times ]
It's a pity it doesn't work on my computers, because I appreciate twogtp very much and I use it often.

Anyway, I'll try again.

Author:  And [ Sat Apr 27, 2019 1:51 pm ]
Post subject:  Re: GoGui new version 1.5.1

reinstallation with manual cleaning of the registry, the latest version of Java, version 1.5.1 gogui-twogtp does not work

Author:  Rémi [ Mon May 06, 2019 7:50 pm ]
Post subject:  Re: GoGui new version 1.5.1

Thanks for reporting the problems. I believe I found the issue: we probably did not package the jar files into the .exe properly. We uploaded a new installer today. It should fix this problem. Please tell us if it works.

https://github.com/Remi-Coulom/gogui/releases

Author:  Vargo [ Mon May 06, 2019 8:41 pm ]
Post subject:  Re: GoGui new version 1.5.1

Works on my computer, thank you !

Author:  And [ Thu May 16, 2019 10:14 am ]
Post subject:  Re: GoGui new version 1.5.1

Rémi, thank you! in windows 7 also works. in Gogui "size" option supports boards up to 25x25. Is it possible in the next version to increase this value to 37x37 or 52x52?

Author:  Rémi [ Fri May 17, 2019 10:42 pm ]
Post subject:  Re: GoGui new version 1.5.1

And wrote:
Rémi, thank you! in windows 7 also works. in Gogui "size" option supports boards up to 25x25. Is it possible in the next version to increase this value to 37x37 or 52x52?


The reason it is limited to 25x25 is that the alphabet has only 26 letters. Increasing the board size beyond 25x25 will create trouble for board coordinates display. Also loading and saving sgf game records may have problems because one letter is not enough. I guess that finding workarounds should be doable, but I have no motivation to do it myself.

Author:  And [ Sat May 18, 2019 5:36 am ]
Post subject:  Re: GoGui new version 1.5.1

Rémi, thanks for the answer! The solution of loading and saving sgf game records and board coordinates display has long existed, for example:

kgs Crazy Boardsizes tournament: 37x37
https://www.gokgs.com/tournInfo.jsp?id=739

multigo Version 4.3.0 (2006-10-28)-support board size as large as 52 * 52.
http://www.ruijiang.com/multigo/download.php

mygofriend Adjustable Board Size from 2x2 to 52x52
http://mygofriend.com/home

Leela 0.6.2 (2016-06-04) (37x37)
https://sjeng.org/leela.html

the game on the big boards becomes completely different, so it is so interesting! about the game 37x37:
https://senseis.xmp.net/?LargeBoards

Author:  Amigo [ Tue Oct 06, 2020 1:15 pm ]
Post subject:  Re: GoGui new version 1.5.1

wondering if there will be an update?

Author:  Rémi [ Tue Feb 21, 2023 3:40 pm ]
Post subject:  Re: GoGui new version 1.5.1

Not sure if there is still interest in this, but I have implemented support for large board size in gogui, up to 52x52. I plan to fix a few other issues before making a new release. The feature is available on the master branch if you can't wait: https://github.com/Remi-Coulom/gogui

Screenshot

Author:  Vargo [ Thu Feb 23, 2023 10:40 pm ]
Post subject:  Re: GoGui new version 1.5.1

Thank you very much, it works well :tmbup:
size 25
I'm looking forward to trying handicap games on big boards.

For the moment, I get "size error" messages for sizes bigger than 25, it's probably a katago version problem.
and...I guess you have to be a very special user to play 37x37 games with Crazy zero :)

Author:  Rémi [ Fri Feb 24, 2023 12:16 pm ]
Post subject:  Re: GoGui new version 1.5.1

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:
boardsize 30
? unacceptable size (Board::MAX_LEN is 29, consider increasing and recompiling)

Author:  Amigo [ Fri Feb 24, 2023 3:42 pm ]
Post subject:  Re: GoGui new version 1.5.1

wonderful! can a new version appear within a month? I don't know how to run or compile master branch

Author:  Vargo [ Fri Feb 24, 2023 10:06 pm ]
Post subject:  Re: GoGui new version 1.5.1

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:

Author:  Rémi [ Thu Mar 09, 2023 11:22 am ]
Post subject:  Re: GoGui new version 1.5.1

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.

Author:  And [ Thu Mar 09, 2023 2:17 pm ]
Post subject:  Re: GoGui new version 1.5.1

thank you! I tried katago on boards 37 and 52 - it works! gogui-twogtp is not available yet, do I understand correctly?

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