pnprog / goreviewpartner

A tool to help analyse and review your game of go (weiqi, baduk) using strong bots.
GNU General Public License v3.0
283 stars 66 forks source link

GRP crashes sometimes after I click "Play one move" in "Open Position" for several times #61

Open rexl2018 opened 6 years ago

rexl2018 commented 6 years ago

Please find below the console log. I run GRP by the command "python main.py"

Asking Leela Zero (Fast profile) to play one move Leela Zero play move= S9 in 9.07100009918 s Asking Leela Zero (Fast profile) to play one move Leela Zero play move= F3 in 9.09500002861 s Asking Leela Zero (Fast profile) to play one move Leela Zero play move= E3 in 9.07500004768 s Asking Leela Zero (Fast profile) to play one move Leela Zero play move= R8 in 9.07699990273 s Tcl_AppendLimitedToObj called with shared object

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

pnprog commented 6 years ago

Hi!

This is going to be hard to troubleshoot! May I first ask if you are using windows, macos or linux? Are you running a released version like v0.11.2, or the development version?

rexl2018 commented 6 years ago

Hi,

I'm using windows. My version was cloned at 13 May.

pnprog commented 6 years ago

Hi! I fixed a situation in the code that could be responsible for your issue (it's just that it won't happen on other computers for some reason) https://github.com/pnprog/goreviewpartner/commit/33e14c0f5487c90ef6d8535de1190e1363231ac0

Could you have a try and let me know?