William,
I downloaded beta5 but it crashes as soon as a player accepts an open game.
The exact engine and config file works fine on the last client I used which I think was beta2. I am running on Debian linux.
The only thing I can reasonably try on my end is to implement the new genmove_cleanup command just in case that has anything to do with it which I doubt. (I was going to implement that anyway.)
- Don
Here is the verbose log file follows:
-----[ snip ]----- Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient main FINE: KGS GTP Client v2.5.6 beta5 starting up Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Got successful response to command "list_commands": = boardsize clear_board final_status_list genmove known_commands komi list_commands name play protocol_version quit undo version Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Queued command sent to engine: name Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Got successful response to command "name": = ogo Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Queued command sent to engine: version Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Got successful response to command "version": = w4.01.06_1 Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient c FINE: Login successful. Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient c FINE: Auth level is not ROBOT_RANKED, can only play free games Jan 8, 2004 9:32:03 AM org.igoweb.igoweb.client.gtp.GtpClient c FINER: Found room English Room, will join Jan 8, 2004 9:32:04 AM org.igoweb.igoweb.client.gtp.GtpClient b FINE: Joined room "English Room" Jan 8, 2004 9:32:04 AM org.igoweb.igoweb.client.gtp.GtpClient b FINER: No games to join. Creating an open game. Jan 8, 2004 9:32:04 AM org.igoweb.igoweb.client.gtp.GtpClient a FINER: Joined game Jan 8, 2004 9:32:07 AM org.igoweb.igoweb.client.gtp.GtpClient a FINER: Got challenge from "ocprgrmr", testing engine response. Jan 8, 2004 9:32:07 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Command sent to engine: boardsize 9 Jan 8, 2004 9:32:07 AM org.igoweb.igoweb.client.gtp.GtpClient d FINEST: Got successful response to command "boardsize 9": = Jan 8, 2004 9:32:07 AM org.igoweb.igoweb.client.gtp.GtpClient b FINEST: Board size 9 is acceptable Jan 8, 2004 9:32:07 AM org.igoweb.igoweb.client.gtp.GtpClient d SEVERE: Error from GTP Communications layer, closing down. java.lang.NullPointerException at java.io.Writer.write(Writer.java:126) at s.a(kgsgtp:258) at org.igoweb.igoweb.client.gtp.GtpClient.b(kgsgtp:556) at org.igoweb.igoweb.client.gtp.GtpClient.b(kgsgtp:57) at org.igoweb.igoweb.client.gtp.GtpClient$7.a(kgsgtp:527) at s.c(kgsgtp:419) at s.g(kgsgtp:289) at s.a(kgsgtp:57) at U.run(kgsgtp:184) at java.lang.Thread.run(Thread.java:534) Jan 8, 2004 9:32:07 AM org.igoweb.igoweb.client.gtp.GtpClient c FINE: Normal disconnection from server.