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

[computer-go] gtp & orego



hi, trying gtp and orego. i can get both up and the clock is going. but making the first move crashes with a:

play black R16
Exception in thread "main" java.lang.RuntimeException: Invalid row: 15
at orego.datastruct.Move.<init>(Move.java:49)

has anyone had any luck with this?

thanks

name
= Orego RandomPlayer

protocol_version
= 2

version
= unspecified

list_commands
=
boardsize
clear_board
final_score
final_status_list
genmove
genmove_black
genmove_white
known_command
komi
list_commands
name
play
protocol_version
showboard
quit
undo
version
ownership
life
values
suggest

boardsize 19
=

clear_board
=

komi 0.0
=

play black R16
Exception in thread "main" java.lang.RuntimeException: Invalid row: 15
at orego.datastruct.Move.<init>(Move.java:49)
at orego.gtp.AbstractPlayer.acceptMove(AbstractPlayer.java:30)
at orego.Orego.handleCommand(Orego.java:172)
at orego.Orego.play(Orego.java:250)
at orego.Orego.main(Orego.java:60)



---
ray tayek <http://tayek.com/>, co-chair <http://www.ocjug.org/>, actively seeking telecommuting work.

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