#660135 [pychess] Error after resuming the interrupted game.

#660135#5
Date:
2012-02-16 18:18:42 UTC
From:
To:
When you resume play later set aside, the program has crashed.


$pychess
/usr/lib/python2.7/dist-packages/pychess/Main.py:231: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
  widgets["Background"].show_all()
/usr/lib/python2.7/dist-packages/pychess/Main.py:240: GtkWarning: IA__gtk_widget_set_events: assertion `!gtk_widget_get_realized (widget)' failed
  widgets["menubar1"].set_events(widgets["menubar1"].get_events() | gtk.gdk.DRAG_STATUS)
/usr/lib/python2.7/dist-packages/pychess/Main.py:241: GtkWarning: IA__gtk_widget_set_events: assertion `!gtk_widget_get_realized (widget)' failed
  widgets["Background"].set_events(widgets["Background"].get_events() | gtk.gdk.DRAG_STATUS)
notify flag True
18:44:15 Default Error: 0	1	39	1

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/historyPanel.py", line 140, in game_changed
    self.__addMove(game, ply)
  File "/usr/share/pychess/sidepanel/historyPanel.py", line 148, in __addMove
    else: notat = toSAN(game.getBoardAtPly(ply-1), game.getMoveAtPly(ply-1),
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 235, in getMoveAtPly
    return Move(self.boards[self._plyToIndex(ply)+1].board.history[-1][0])
IndexError: list index out of range
18:44:15 Default Error: 0	2	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/commentPanel.py", line 106, in game_changed
    self.addComment(model, self.__chooseComment(model, ply))
  File "/usr/share/pychess/sidepanel/commentPanel.py", line 133, in __chooseComment
    s, phase = evalMaterial (model.getBoardAtPly(ply).board,
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:44:15 Default Error: 0	39	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/annotationPanel.py", line 509, in game_changed
    node = game.getBoardAtPly(game.ply)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:44:15 Default Error: 0	2	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/scorePanel.py", line 71, in game_changed
    points = leval.evaluateComplete(model.getBoardAtPly(i).board, WHITE, True)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:44:15 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gobject/__init__.py", line 101, in obj_set_property
    prop.setter(self, value)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 307, in _set_shown
    board = self.model.getBoardAtPly(i)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:44:15 Default Error: 0	39	39	2

18:44:15 Default Error: 0	39	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 197, in game_changed
    if self.model.players and self.model.curplayer.__type__ == LOCAL:
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 208, in _get_curplayer
    log.error("%s %s\n" % (self.players, self.getBoardAtPly(self.ply).color))
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:44:16 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:44:21 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:09 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:13 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:14 Default Error: 0	38	39	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:43 Default Error: 0	2	40	2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/historyPanel.py", line 140, in game_changed
    self.__addMove(game, ply)
  File "/usr/share/pychess/sidepanel/historyPanel.py", line 148, in __addMove
    else: notat = toSAN(game.getBoardAtPly(ply-1), game.getMoveAtPly(ply-1),
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 235, in getMoveAtPly
    return Move(self.boards[self._plyToIndex(ply)+1].board.history[-1][0])
IndexError: list index out of range
18:45:43 Default Error: 0	3	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/commentPanel.py", line 106, in game_changed
    self.addComment(model, self.__chooseComment(model, ply))
  File "/usr/share/pychess/sidepanel/commentPanel.py", line 133, in __chooseComment
    s, phase = evalMaterial (model.getBoardAtPly(ply).board,
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:43 Default Error: 0	40	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/annotationPanel.py", line 509, in game_changed
    node = game.getBoardAtPly(game.ply)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:45:43 Default Error: 0	3	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/scorePanel.py", line 71, in game_changed
    points = leval.evaluateComplete(model.getBoardAtPly(i).board, WHITE, True)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:46:51 Default Error: 0	38	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:46:51 Default Error: 0	38	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:47:02 Default Error: 0	38	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 89, in handler
    function(emitter, *extra)
  File "/usr/share/pychess/sidepanel/annotationPanel.py", line 481, in game_ended
    self.update()
  File "/usr/share/pychess/sidepanel/annotationPanel.py", line 472, in update
    self.insert_nodes(self.gamemodel.boards[0], result=reprResult[self.gamemodel.status])
  File "/usr/share/pychess/sidepanel/annotationPanel.py", line 330, in insert_nodes
    node == self.gamemodel.getBoardAtPly(self.boardview.shown):
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:47:02 Default Error: 0	40	40	3

18:47:02 Default Error: 0	40	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/gamenanny.py", line 77, in game_ended
    "mover": gamemodel.curplayer}
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 208, in _get_curplayer
    log.error("%s %s\n" % (self.players, self.getBoardAtPly(self.ply).color))
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:47:02 Default Error: 0	38	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 510, in expose
    self.draw(context, event.area)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 581, in draw
    self.drawPieces (context, r)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 732, in drawPieces
    pieces = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
18:47:02 Default Error: 0	38	40	3

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pychess/Main.py", line 121, in on_quit1_activate
    if ionest.closeAllGames(gameDic.items()) in (gtk.RESPONSE_OK, gtk.RESPONSE_YES):
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/ionest.py", line 318, in closeAllGames
    response = closeGame(*changedPairs[0])
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/ionest.py", line 406, in closeGame
    game.end(ABORTED, ABORTED_AGREEMENT)
  File "/usr/lib/python2.7/dist-packages/pychess/ic/ICGameModel.py", line 185, in end
    GameModel.end(self, status, reason)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 599, in end
    self.__pause()
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 540, in __pause
    player.pause()
  File "/usr/lib/python2.7/dist-packages/pychess/System/glock.py", line 103, in newFunction
    return f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/pychess/Players/Human.py", line 171, in pause
    self.gmwidg.setLocked(True)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/gamewidget.py", line 418, in setLocked
    self.board.setLocked(locked)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardControl.py", line 144, in setLocked
    self.view.startAnimation()
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 477, in startAnimation
    self.runAnimation(redrawMisc = True)
  File "/usr/lib/python2.7/dist-packages/pychess/widgets/BoardView.py", line 389, in runAnimation
    board = self.model.getBoardAtPly(self.shown)
  File "/usr/lib/python2.7/dist-packages/pychess/Utils/GameModel.py", line 228, in getBoardAtPly
    return self.boards[self._plyToIndex(ply)]
IndexError: list index out of range
^C18:47:20 ('Ping', '18:02:30.560') Error: Brak procesów potomnych

18:47:20 ('Ping', '18:02:30.560') Warning: Pinger died and restarted (1/3)

18:47:20 ('Ping', '18:02:30.560') Error: Sukces

18:47:20 ('Ping', '18:02:30.759') Error: Brak procesów potomnych

18:47:20 ('Ping', '18:02:30.759') Warning: Pinger died and restarted (1/3)

18:47:20 ('Ping', '18:02:30.759') Error: Sukces



The process was killed by SIGKILL: Unicestwiony
Debian Release: wheezy/sid
  500 unstable        ftp.pl.debian.org
--- Package information. ---
Depends                       (Version) | Installed
=======================================-+-==============
python2.6                               | 2.6.7-4
 OR python2.7                           | 2.7.2-13
python                    (>= 2.6.6-7~) | 2.7.2-10
python                         (<< 2.8) | 2.7.2-10
gnome-icon-theme            (>= 2.20.0) | 3.2.1.2-1
python-gtk2                             | 2.24.0-3
python-glade2                           | 2.24.0-3
python-gst0.10                          | 0.10.22-3
python-gtksourceview2                   | 2.10.1-2
python-cairo                            | 1.8.8-1+b2
python-gobject                          | 3.1.0-2
python-rsvg                             | 2.32.0+dfsg-1


Package's Recommends field is empty.

Package's Suggests field is empty.

#660135#10
Date:
2022-07-17 08:34:44 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
pychess, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 660135@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath <varun@debian.org> (supplier of updated pychess package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Sun, 10 Jul 2022 23:38:43 -0700
Source: pychess
Architecture: source
Version: 1.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Varun Hiremath <varun@debian.org>
Changed-By: Varun Hiremath <varun@debian.org>
Closes: 660135 888534 1014202
Changes:
 pychess (1.0.3-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1014202, #888534, #660135)
   * Remove upstream applied patch build.diff
   * Add patches/setup_clean.diff to remove png files created during clean
   * Fix debian/watch file format and version
   * d/control: Update Standards-Version to 4.5.1
Checksums-Sha1:
 2a55e294dcbae9f2ab3dca438431d9cb797cdb18 2123 pychess_1.0.3-1.dsc
 2a87ba51481f03948d7dcb0bfdd4713f24904600 14935967 pychess_1.0.3.orig.tar.gz
 386fdc18b5595327d2d2065207201c0e195112b7 5476 pychess_1.0.3-1.debian.tar.xz
 bb7d0f07bda2a23b15a2687f27ff4317238b81fb 11829 pychess_1.0.3-1_amd64.buildinfo
Checksums-Sha256:
 0c78ff53729b31d3541d56bceac7a9a4cca419834aa00add019f2ebbdd8db590 2123 pychess_1.0.3-1.dsc
 aa72afdea7d4ca2757fde7d306c8b02bb1633d7c6558ae3d2a78bffd23e1fa94 14935967 pychess_1.0.3.orig.tar.gz
 e33087cd5e9657861796f191b4a15b306d6ddf8be61f732b2f6aebdaf75f845c 5476 pychess_1.0.3-1.debian.tar.xz
 94a10ae8893dac12e67712018e2fcb772cef7ace6aaea0fece32f563a720b1a8 11829 pychess_1.0.3-1_amd64.buildinfo
Files:
 edeadf03cd07bb14a93b56c3749a99f1 2123 games optional pychess_1.0.3-1.dsc
 8899054458c4fda8393aa5b391aa4075 14935967 games optional pychess_1.0.3.orig.tar.gz
 4840166bd91b6306dd6be43b5a9d012f 5476 games optional pychess_1.0.3-1.debian.tar.xz
 3cc4f07a0c5720164a459146fc0986d2 11829 games optional pychess_1.0.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEDBnIgiN9JdQ7ikG+cDc88SkNuc4FAmLTw80ACgkQcDc88SkN
uc6anA//cBYVVQ8B0QPi1woqsbbe4mf6X0NYX6+5b4o+FC9idSETOXmZMvs0w8uV
01F5z4q1KF2TRNBowByAatW+dFdov6wFcLGIPi8j3Y0XmLUAXpAxfxg2AZh5uTRY
Cv4UpbVkq5jPYSW2dS5hMz3/QzXUWdF5be1Raf91cAxG8wNvE8W1w/ipIk0j8kBU
zBq56F9cBEwJ+eBIQ21/1BoX8hUBif5m7ox7ALnnQPt7DFcL9Q/LPN6jXn+1jtW1
dH97gGgrCCOz/R6G1SuIZ9ydJ7T9jWsx6gkYkpfXvrMsik8pF44tn2e216UdBJYa
CA52iTYGzNIz7eVZseg/qeC/O48XDmptrfJgdVxlRiMI3fncqvQp3CWs66ZheTvj
+GEA+n5hNB55fTv1E6lWr4e14Omd2Dfk4zr0aD6ExFMYMLtbjuovxlXX+aQMOyd7
8mSfhDyWIoz2jpSA54E0rdLMZiDozr7pFPiGc27OJ6HLjKvR8+Odp422EjWOAo1o
JJQUmNRSckTCYbRW8HRONA9Z/Xg6Cti59P4u4QfhlNNb0jkLH+0aP19YTJ99inPn
9M3z7xgXUQratFgINFUuf9Z9eDmpsu2kV77Ej2/m7s6BbMzMyYGWRp/zd4PGKGZf
fZo4DX05nmX7fMQZHlkKclD6qmwLVvEYjCaYfXUz026JL6E/l4k=
=MNs8
-----END PGP SIGNATURE-----