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




_______________________________________________
Bug-gnubg mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to