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

Re: [computer-go] GTP and KGS



Peter Drake wrote:
> I'm working on hooking up Orego to KGS via GTP.  It seems very close to 
> working, but it complains about Orego's response to the name command:
> 
> Jul 13, 2004 10:22:02 AM org.igoweb.igoweb.client.gtp.GtpClient d
> FINEST: Queued command sent to engine: name
> Jul 13, 2004 10:22:02 AM org.igoweb.igoweb.client.gtp.GtpClient d
> SEVERE: Got malformed response from engine:
> = Orego BorderPlayer
> 
> Any clues as to what the problem is?  GoGui is happy with this response 
> to the name command.

Well, since nobody else replies, I'll make a guess.

Maybe it expects a single string in GTP sense of the word in reply.
It is an error, because GTP specification says that that the reply
should be of `string*' type, i.e. can be comprised of multiple
strings, for instance "Orego" and "BorderPlayer".  In other words,
this looks like an error in kgsGTP, not in Orego.

Since I cannot see kgsGTP source code, I cannot say more.

Paul
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/