Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run engine tournament but my local rodent 4 keeps ending or something #186

Open
texium opened this issue Feb 26, 2025 · 0 comments

Comments

@texium
Copy link

texium commented Feb 26, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant