After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 400279 - gnome-sudoku crashed with AttributeError in auto_fill_current_entry()
gnome-sudoku crashed with AttributeError in auto_fill_current_entry()
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
: 404063 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-24 17:14 UTC by Sebastien Bacher
Modified: 2007-02-03 20:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-01-24 17:14:30 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-games/+bug/81303

"...
I clicked in a lot of icons very fast. I don't know the sequence that caused this.
...
Package: gnome-games 1:2.17.90.1-0ubuntu1
...
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gnome_sudoku.py", line 652 in auto_fill_current_square_cb
    self.gsd.auto_fill_current_entry()
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gsudoku.py", line 1177 in auto_fill_current_entry
    filled = self.grid.auto_fill_for_xy(e.x,e.y)
AttributeError: 'NoneType' object has no attribute 'x'"

Comment 1 Andreas Røsdal 2007-01-27 16:35:13 UTC
This bug has now been fixed in SVN. 

Apparently this happens when one clicks on the fill toolbar button when nothing is selected.
Comment 2 Andreas Røsdal 2007-02-03 20:44:15 UTC
*** Bug 404063 has been marked as a duplicate of this bug. ***