q5go-2.1.3: Autoplay and some other minor updates

Tell the community about tournaments, new go sites, software updates, etc.
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: q5Go-0.8.1: LZ 0.17 compatibility update + Mac binaries!

Post by Bill Spight »

bernds wrote:
Bill Spight wrote:
bernds wrote:Many thanks to Adrian Petrescu, who has built the latest release on the Mac and provided a Mac binary package on his Github page.
I downloaded the binary, but when I unzipped it and tried to run it, after giving permission, I got the dreaded OSStatus=99999 error message. I have a MacBook pro with Mojave 10.14.4 and NVIDIA GeForce GT 750M 2GB. :(
Unfortunately it's not something I can help with - I've never owned a Mac. There are a few Google results, several of them suggesting a similar solution, but I can't tell whether those are safe to use.
Thanks, I did a search last night and nothing seemed to work better than using an earlier MacOS, or waiting for another update.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
mirage
Beginner
Posts: 1
Joined: Thu May 09, 2019 5:14 am
Rank: 30 kyu
GD Posts: 0

Re: q5Go-0.8.1: LZ 0.17 compatibility update + Mac binaries!

Post by mirage »

Hi!

When I tried to run q5Go in Windows 10 32bit, an alert box appear with the message: "Access Denied!"

Do you know why this error appear?

Thanks!
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5Go-0.8.1: LZ 0.17 compatibility update + Mac binaries!

Post by bernds »

mirage wrote:Hi!

When I tried to run q5Go in Windows 10 32bit, an alert box appear with the message: "Access Denied!"

Do you know why this error appear?

Thanks!
It's compiled for 64 bit, so I wouldn't expect this to work. I'm surprised to hear there even is a 32 bit Windows 10 version.
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by bernds »

I've made a new 0.9 release and updated the first two posts. The major new feature is support for KataGo and its score report in analysis mode. But there is also support for additional variants (removing intersections from the board), IGS bug fixes, AI self-play and a few other new things.
mb76
Dies in gote
Posts: 23
Joined: Sun Mar 12, 2017 12:43 am
GD Posts: 0
DGS: embee
Has thanked: 4 times
Been thanked: 3 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by mb76 »

A)
I would like to see a option to only analyze the first x number of moves. For example only analyse move 0-31 for Batch computer analysis.

B1)
I tried the computer vs. computer function. q5Go-0.9 stops play after the second move.
I would like to send a log file but there is no console (show messages option).
According to GPU-Z (and the coil whine :) ) the engine is still running in the background after the second move.
See attachment.
B2)
The noponder function is not enabled? Or do I have add this myself in the Arguments?

Thx for the update :tmbup:.
Attachments
180719.zip
(348.51 KiB) Downloaded 722 times
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by bernds »

mb76 wrote:A)
I would like to see a option to only analyze the first x number of moves. For example only analyse move 0-31 for Batch computer analysis.
That sounds doable. I'll look into it.
B1)
I tried the computer vs. computer function. q5Go-0.9 stops play after the second move.
I would like to send a log file but there is no console (show messages option).
According to GPU-Z (and the coil whine :) ) the engine is still running in the background after the second move.
See attachment.
Which engines were you trying to use? I'll admit I only tested this feature on Linux, not Windows. Does normal play against the engine work for you?
You can create a debug log by passing '-D logfilename" as an argument to the program. That might not include the necessary information, however. Maybe your engine can also create a log file? I'm pretty sure KataGo does.
B2)
The noponder function is not enabled? Or do I have add this myself in the Arguments?
That's up to you to configure in the engine set up; q5go can't really know what the engines want as arguments.
macelee
Lives in sente
Posts: 928
Joined: Mon Dec 31, 2012 1:46 pm
Rank: 5 dan
GD Posts: 0
KGS: macelee
Location: UK
Has thanked: 72 times
Been thanked: 480 times
Contact:

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by macelee »

What is this?

In file included from ../src/preferences.cpp:16:
temp_/ui_preferences_gui.h: In member function ‘void Ui_PreferencesDialogGui::setupUi(QDialog*)’:
temp_/ui_preferences_gui.h:2357:54: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush8);
^~~~~~~~~~~~~~~
temp_/ui_preferences_gui.h:2376:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush9);
^~~~~~~~~~~~~~~
temp_/ui_preferences_gui.h:2399:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush12);
^~~~~~~~~~~~~~~
make: *** [Makefile:2209: temp_/preferences.o] Error 1
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by bernds »

macelee wrote:What is this?

In file included from ../src/preferences.cpp:16:
temp_/ui_preferences_gui.h: In member function ‘void Ui_PreferencesDialogGui::setupUi(QDialog*)’:
temp_/ui_preferences_gui.h:2357:54: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush8);
^~~~~~~~~~~~~~~
temp_/ui_preferences_gui.h:2376:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush9);
^~~~~~~~~~~~~~~
temp_/ui_preferences_gui.h:2399:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush12);
^~~~~~~~~~~~~~~
make: *** [Makefile:2209: temp_/preferences.o] Error 1
I think I've seen this before and it seems to be some weird incompatibility between Qt versions. Some versions of Designer seem to add these things to .ui files and then it fails to compile on other versions. Looks like some instances crept in in commit cf309e41, they are quite easy to spot and those parts can safely be undone. If you don't want to try doing that yourself, I'll push out a fix as soon as possible (currently battling a dying hard disk).
macelee
Lives in sente
Posts: 928
Joined: Mon Dec 31, 2012 1:46 pm
Rank: 5 dan
GD Posts: 0
KGS: macelee
Location: UK
Has thanked: 72 times
Been thanked: 480 times
Contact:

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by macelee »

Thanks for you info. I will wait for your next release. Not a big deal as I can use a previous version.
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by bernds »

macelee wrote:Thanks for you info. I will wait for your next release. Not a big deal as I can use a previous version.
The master branch now has the update. As of now it's at the top, with no functional changes beyond 0.9. If you want the exact commit, it's 2fe4a0d.
macelee
Lives in sente
Posts: 928
Joined: Mon Dec 31, 2012 1:46 pm
Rank: 5 dan
GD Posts: 0
KGS: macelee
Location: UK
Has thanked: 72 times
Been thanked: 480 times
Contact:

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by macelee »

Thanks for your fix. I can compile everything now.

BTW, your have a small bit missing in your install script - the .html file is not copied to the install directory so it won't show when you click Help -> View README
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by bernds »

macelee wrote:Thanks for your fix. I can compile everything now.

BTW, your have a small bit missing in your install script - the .html file is not copied to the install directory so it won't show when you click Help -> View README
It should be - the requirement is that you have pandoc installed, in order to convert the README.md file to html.
macelee
Lives in sente
Posts: 928
Joined: Mon Dec 31, 2012 1:46 pm
Rank: 5 dan
GD Posts: 0
KGS: macelee
Location: UK
Has thanked: 72 times
Been thanked: 480 times
Contact:

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by macelee »

I have pandoc. But Help -> View README shows a blank page. The image files are there but I had to manually copy the HTML file to the correct location.
mb76
Dies in gote
Posts: 23
Joined: Sun Mar 12, 2017 12:43 am
GD Posts: 0
DGS: embee
Has thanked: 4 times
Been thanked: 3 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by mb76 »

Which engines were you trying to use? I'll admit I only tested this feature on Linux, not Windows. Does normal play against the engine work for you?
You can create a debug log by passing '-D logfilename" as an argument to the program. That might not include the necessary information, however. Maybe your engine can also create a log file? I'm pretty sure KataGo does.
Engine: 2019-04-04 Leela Zero 0.17 + AutoGTP v18.
Adding noponder to the arguments fixed my "stop play" problem! (-g --noponder -w 232.gz).

I had three computer vs computer games played. Two times the app q5go quitted during play without any message (have to restart q5go).
The third time it finished the game without crashing. Maybe it is my PC I will try again later.
Batch computer analysis works fine.
mb76
Dies in gote
Posts: 23
Joined: Sun Mar 12, 2017 12:43 am
GD Posts: 0
DGS: embee
Has thanked: 4 times
Been thanked: 3 times

Re: q5Go-0.9: KataGo support, new variants, more AI game opt

Post by mb76 »

Katago v1.2 (Cuda version) works fine with batch computer analysis.
With CvC (Katago vs Katago) I tested three games:
Two games gets finished and can be saved.
One game q5Go quitted during play without any message.
Post Reply