[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go: Bugs in baduki 0.2.9?
Hi Hiroshi, Thank you for your information. But seems that problem has
already been fixed in the new version of 0.2.9. The lines around 202 and
203 have already been written. The write(...) is still there (actually,
there are two such lines). But the program works fine when playing with
human on cgoban. I made a stupid mistake of using 9x9 board while the
baduki does not take 9x9 board. What a stupid mistake!
But there is yet another problem. I cannot have two programs play together
on cgoban. It alwasy stucks at the message of "waiting for go modem
handshaking to complete". Anybody met such problem before?
Thanks.
Song
On Mon, 22 Apr 2002, Hiroshi Yamashita wrote:
> > Does anybody know whether there is a bug in baduki? I am using the version
> > of 0.2.9. But I cannot have gmp option work correctly. The program will
>
> My go program also could not play with buduki 0.2.5.
> And I received some information from him.
>
> Comment out line 669 in "gmp.c".
>
> /* write(ge->outFile, ge->sendData, 4);*/
>
> And rewrite line 202 and 203 as follows,
>
> noTime.tv_sec = 1;
> noTime.tv_usec = 0;
>
> But I don't know whether these changes are effective or not in buduki 0.2.9.
>
> Hiroshi Yamashita
>
>
>