Check out Grant Acedrex, our featured variant for April, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

ChessVA computer program
. Program for playing numerous Chess variants against your PC.[All Comments] [Add Comment or Rating]
B.E. Dolata wrote on Mon, May 10, 2021 03:17 PM UTC:

Hi Greg, I received an error while playing Do-Or-Die Chess.

This is the log

Do-or-Die Chess
Player(White) = Human
Player(Black) = ChessV
Moves = {
    d2d3 c4c3 f2f3 g4f3 e2f3 e4e3 d1e2 c3b2 c1b2 a4a3 b2c1 b5c3 b1c3 b4c3 g1h3
}

Exception type: System.IndexOutOfRangeException
Message: Index was outside the bounds of the array.
Source: ChessV.Base
Stack Trace: 
   at ChessV.Board.SquareToLocation(Int32 square)
   at ChessV.GUI.BoardPresentation.Render(Boolean highlightComputerMove, Boolean rotateBoard, Piece piece, Boolean endgame)