bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Problem running script


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Problem running script
Date: Mon, 24 Mar 2003 14:16:23 +0000
User-agent: Mutt/1.4i

On Mon, Mar 24, 2003 at 01:34:13PM -0000, Ian Shaw wrote
> If I run the following commands in gnubg-no-gui or gnubg I get a crash.
> If I change rollout command to rollout =1 =2 =3, it is OK.
> 
> 17 Mar 2003 build, Windows 2000.
> 
> # Load the rollout settings
> load command FreeTestSettings.txt
> 
> # Responses to initial 65 played 24/13.
> new match 1
> set turn 0
> set dice 65
> move 24 13
> 
> set dice 66
> hint
> rollout =1 =2 =3 =4
> export position gammonline ".\FreeDrop\DMP65a_66.htm"
> export position text ".\FreeDrop\DMP65a_66.txt"

The problem could be that "new match 1" will roll the dice and
possibly make a move for gnubg. In this case there might not be 4 legal
moves. However, gnubg shouldn't crash....

Instead of the "new match 1" to "set dice 66" command sequence I
would suggest:

# Load the rollout settings
load command FreeTestSettings.txt

# responses to initial 65 played 24/13

set matchid MAE7AAAAAAAA
set board 4HPwAyDgc/ABMA
(or whatever position/score you're interested in)

hint
rollout =1 =2 =3 =4
etc etc


Jørn





reply via email to

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