bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] Crash running command file from gui.


From: Ian Shaw
Subject: [Bug-gnubg] Crash running command file from gui.
Date: Fri, 31 May 2013 14:29:14 +0000

 

I have managed to repeatably crash gnubg with the following error in a popup window.

 

**

ERROR:play.c:1653:NextTurn: assertion failed: (!fComputing)

 

I am trying to use a script to investigate all the replies to an opening 43Z. (I know I could use the temperature map, but I’ll want to roll out the close decisions. I’ve installed Python, but haven’t got around to figuring out how to use it, though I’m sure I could use it to automate more.)

 

The commands work fine if I enter them manually.

 

My starting point is an sgf file with opening  43 for the opponent played 43: 24/21 13/9. The file is loaded using load commands "c:\users\ian\saved games\43Z-reply.txt"

 

When I load them from the script, the first “play” runs very slowly, and then it crashes on, I believe, the second “play”.

 

The script begins:

set player 1 gnubg

 

set board 4HPhASLgc/ABMA

set turn 1

set dice 6 5

play                      << slow from file, normal from command line

set board 4HPhASLgc/ABMA

set turn 1

set dice 6 4         << appears to be successful

play                     << crash here

set board 4HPhASLgc/ABMA

set turn 1

set dice 6 3

play

 

And for full disclosure, I concurrently have a second instance of gnubg performing a long rollout.

 

n  Ian

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]