Comment 1 for bug 235044

Revision history for this message
matt felser (mfelser) wrote :

After playing around with this glitch for a while, I ended up crashing the program. The output is below.

Traceback (most recent call last):
  File "/usr/share/gnome-hearts/stock_ai.py", line 95, in play_card
    return valid_cards[0]
IndexError: list index out of range
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 71, in apport_excepthook
    pr['PythonArgs'] = '%r' % sys.argv
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File "/usr/share/gnome-hearts/stock_ai.py", line 95, in play_card
    return valid_cards[0]
IndexError: list index out of range

** ERROR **: file player.c: line 120 (player_play): should not be reached
aborting...
Aborted