Advertisement
Learning000001

Untitled

Oct 30th, 2024
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Exception: Attempting to make a move on ChessSquare D7 with empty piece.
  2. TheChess.Mechanism.ChessGameBase.IsPromotion (TheChess.Mechanism.ChessMove uncheckedMove) (at D:/Projects/_Freelancing/chess/Assets/TheChess/Scripts/Mechanism/Core/ChessGameBase.cs:71)
  3. TheChess.ChessBaseGUI.OpponentMovePiece (TheChess.Mechanism.ChessMove move, TheChess.Mechanism.ChessPiece+ChessPieceType promotionType, System.Boolean isMoveContinueGame) (at Assets/TheChess/Scripts/Main/GUIs/ChessBaseGUI.cs:310)
  4. TheChess.ChessBaseGUI.InstantMove (TheChess.Mechanism.ChessMove move, TheChess.Mechanism.ChessPiece+ChessPieceType promotionType, System.Boolean isMoveContinueGame) (at Assets/TheChess/Scripts/Main/GUIs/ChessBaseGUI.cs:527)
  5. AIGUI.AIMakeMove (TheChess.Mechanism.ChessMove _move, TheChess.Mechanism.ChessPiece+ChessPieceType _promotionType) (at Assets/_Project/Scripts/ChessExtensions/AIGUI.cs:37)
  6. TheChess.ChessGameAIGUI+<>c__DisplayClass22_0.<ThreadedSearch>b__0 () (at Assets/TheChess/Scripts/Main/GUIs/ChessGameAIGUI.cs:203)
  7. TheChess.UnityThread.LateUpdate () (at Assets/TheChess/Scripts/Main/Others/UnityThread.cs:173)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement