[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] Gnugo bug?
From: |
Paul Pogonyshev |
Subject: |
Re: [gnugo-devel] Gnugo bug? |
Date: |
Wed, 23 Jul 2003 23:37:21 +0000 |
User-agent: |
KMail/1.5.9 |
Patrick Caldon wrote:
> Hi,
>
> I made a file with cgoban to get gnugo to train me a bit on corners, but
> when I load it I get the following output. Probably it's just that I'm
> doing something the program wasn't designed for or something.
>
> Hope this helps,
> Patrick.
>
> ...
> AB[da][ka][cb][gb][kb][cc][gc][kc][lc][mc][dd][ed][fd][gd][hd][id][jd]
> [kd][ld][ae][be][ce][ie][je][df][gf][hf][if][cg][gg][hg][ah][bh][ch]
> [fh][gh][kh][ei][fi][dj][ej][jj][ak][ck][dk][cl][bm]
> (;W[ch]WL[1799])
> ...
you are trying to play a stone over another one. while it is allowed by
SGF specification, GNU Go can't handle such SGF files. so, basically it
is a problem with input file.
i think we should implement something more intelligent than assertion
failures for this kind of problems.
Paul