You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-02-26 01:31:20.190464
Traceback (most recent call last):
File "LucasChessR\bin\LucasR.py", line 45, in
File "LucasChessR\bin\Code\Tournaments\RunTournament.py", line 30, in run
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 307, in looking_for_work
self.procesa_game()
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 394, in procesa_game
while self.state == ST_PAUSE or self.play_next_move():
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 602, in play_next_move
mrm = xrival.play_time_tourney(self.game, time_pending_white, time_pending_black, self.seconds_per_move)
File "LucasChessR\bin\Code\Engines\EngineManager.py", line 222, in play_time_tourney
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 611, in bestmove_time
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 441, in seek_bestmove_time
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 374, in work_bestmove
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 334, in wait_mrm
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 306, in dispatch
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 703, in gui_dispatch
self.show_pv(rm.pv, 1)
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 566, in show_pv
self.board.show_arrow_mov(pv[:2], pv[2:4], tipo, opacity=opacity / 100)
File "LucasChessR\bin\Code\Board\Board.py", line 2004, in show_arrow_mov
File "LucasChessR\bin\Code\Board\Board.py", line 1693, in buscaPieza
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
2025-02-26 01:31:20.190464
Traceback (most recent call last):
File "LucasChessR\bin\LucasR.py", line 45, in
File "LucasChessR\bin\Code\Tournaments\RunTournament.py", line 30, in run
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 307, in looking_for_work
self.procesa_game()
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 394, in procesa_game
while self.state == ST_PAUSE or self.play_next_move():
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 602, in play_next_move
mrm = xrival.play_time_tourney(self.game, time_pending_white, time_pending_black, self.seconds_per_move)
File "LucasChessR\bin\Code\Engines\EngineManager.py", line 222, in play_time_tourney
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 611, in bestmove_time
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 441, in seek_bestmove_time
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 374, in work_bestmove
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 334, in wait_mrm
File "LucasChessR\bin\Code\Engines\EngineRun.py", line 306, in dispatch
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 703, in gui_dispatch
self.show_pv(rm.pv, 1)
File "D:\Downloads\Lucas\LucasChessR\bin\Code\Tournaments\WTournamentRun.py", line 566, in show_pv
self.board.show_arrow_mov(pv[:2], pv[2:4], tipo, opacity=opacity / 100)
File "LucasChessR\bin\Code\Board\Board.py", line 2004, in show_arrow_mov
File "LucasChessR\bin\Code\Board\Board.py", line 1693, in buscaPieza
IndexError: string index out of range
The text was updated successfully, but these errors were encountered: