Page 3 of 13

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

Posted: Tue Apr 30, 2019 11:34 am
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.

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

Posted: Thu May 09, 2019 5:19 am
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!

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

Posted: Mon May 13, 2019 5:19 pm
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.

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

Posted: Thu Jul 18, 2019 7:57 am
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.

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

Posted: Thu Jul 18, 2019 1:46 pm
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:.

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

Posted: Thu Jul 18, 2019 2:18 pm
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.

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

Posted: Fri Jul 19, 2019 12:07 am
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

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

Posted: Fri Jul 19, 2019 3:40 am
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).

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

Posted: Fri Jul 19, 2019 5:18 am
by macelee
Thanks for you info. I will wait for your next release. Not a big deal as I can use a previous version.

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

Posted: Fri Jul 19, 2019 11:57 am
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.

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

Posted: Fri Jul 19, 2019 10:12 pm
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

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

Posted: Sat Jul 20, 2019 3:05 am
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.

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

Posted: Sat Jul 20, 2019 1:42 pm
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.

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

Posted: Sat Jul 20, 2019 3:38 pm
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.

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

Posted: Sun Jul 21, 2019 9:52 pm
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.