Re: [computer-go] Flummoxed with GTP

2006-11-14 Thread Eduardo Sabbatella
I had similar issues implementing GTP a couple of weeks ago. Take care of LF/CR handling. The GTP defines especifically how to use LF, discard CR, and after each reply from controller, double LF is expected... Anyway, double check with spec. --- Peter Drake <[EMAIL PROTECTED]> escribió: > Orego s

Re: [computer-go] Flummoxed with GTP

2006-11-14 Thread Peter Drake
As always, publicly announcing one's confusion generally causes a solution to appear. The difference is that my program is being invoked from a different directory, which was causing confusion when the program went to look up the opening book file. We apologies for the interruption and re

[computer-go] Flummoxed with GTP

2006-11-14 Thread Peter Drake
Orego supports GTP, but for some reason today I can't get it to work with Goban, glGo, or GoGui. It runs fine and quickly from the command line, responding to GTP commands: $ /Users/user/Documents/go/xcode/Orego/build/Release/Orego name = Orego genmove black = E5 quit = When I invoke the s