[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/provider/godb.php on line 137: Undefined array key "PHPSESSID"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
goproblems.com • wrong player plays first in Javascript
Page 1 of 1

wrong player plays first in Javascript

Posted: Sun Jun 10, 2012 9:30 am
by dmwit
Some of the new problems by stitch seem to be bugging out in the javascript version. For example, with problem 16139:
  • In the Java version, black plays first.
  • On first visiting the Javascript version, three moves have already been made: BR3, WS2, and BT3. The solver says it is white's turn to move, and will play black's responses per the move tree.
  • Hitting the "go all the way back to the beginning" button on the Javascript version only goes back as far as BR3 (it won't undo this move).

Re: wrong player plays first in Javascript

Posted: Sun Jun 10, 2012 7:03 pm
by adum
thanks, we're working on this already... sorry for the trouble

Re: wrong player plays first in Javascript

Posted: Tue Jun 12, 2012 9:15 am
by adum
should be fixed now. please check.

Re: wrong player plays first in Javascript

Posted: Sat Jun 16, 2012 12:22 am
by dmwit
Seems to be fixed now. Thanks.