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 462106 - crash in Chess: start to open the game
crash in Chess: start to open the game
Status: RESOLVED DUPLICATE of bug 459740
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.19.x
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
: 462135 462247 462260 462263 462290 462298 462301 462321 462350 462351 462393 462690 462728 462823 462842 462881 462897 462903 462944 462947 462968 462996 463011 463016 463017 463033 463039 463081 463088 463101 463157 463209 463259 463268 463343 463359 463405 463429 463449 463480 463481 463577 463592 463594 463597 463621 463697 463741 463801 463915 463935 463952 463953 463972 463976 463982 464002 464013 464053 464098 464102 464103 464116 464139 485682 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-07-31 12:22 UTC by apong elufa
Modified: 2007-10-13 07:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description apong elufa 2007-07-31 12:22:59 UTC
Version: 2.19.6

What were you doing when the application crashed?
start to open the game


Distribution: Ubuntu 7.10 (gutsy)
Gnome Release: 2.19.6 2007-07-30 (Ubuntu)
BugBuddy Version: 2.18.1

System: Linux 2.6.22-8-386 #1 Thu Jul 12 15:31:33 GMT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Human
Icon Theme: Human

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors ---------------------
    start_game()
  • File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 3 in start_game
    app = main.Application()
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 1077 in __init__
    self.ui = UI(self)
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 985 in __init__
    self.controller = gtkui.GtkUI(self)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 453 in __init__
    self.defaultViewController = self.notebook.setDefault(None)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 95 in setDefault
    self.defaultView = chessview.GtkView(self.ui, '', feedback)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/chessview.py", line 252 in __init__
    tooltip.tip_window.ensure_style()
AttributeError: 'NoneType' object has no attribute 'ensure_style'
--------------------------------------------------
Traceback (most recent call last):
  File "/usr/games/glchess", line 20, in <module>
    start_game()
  • File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 3 in start_game
    app = main.Application()
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 1077 in __init__
    self.ui = UI(self)
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 985 in __init__
    self.controller = gtkui.GtkUI(self)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 453 in __init__
    self.defaultViewController = self.notebook.setDefault(None)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 95 in setDefault
    self.defaultView = chessview.GtkView(self.ui, '', feedback)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/chessview.py", line 252 in __init__
    tooltip.tip_window.ensure_style()
AttributeError: 'NoneType' object has no attribute 'ensure_style'

Comment 1 palfrey 2007-08-01 12:35:37 UTC
*** Bug 462135 has been marked as a duplicate of this bug. ***
Comment 2 palfrey 2007-08-01 12:35:58 UTC
*** Bug 462247 has been marked as a duplicate of this bug. ***
Comment 3 palfrey 2007-08-01 12:36:03 UTC
*** Bug 462260 has been marked as a duplicate of this bug. ***
Comment 4 palfrey 2007-08-01 12:36:05 UTC
*** Bug 462263 has been marked as a duplicate of this bug. ***
Comment 5 palfrey 2007-08-01 12:36:07 UTC
*** Bug 462290 has been marked as a duplicate of this bug. ***
Comment 6 palfrey 2007-08-01 12:36:53 UTC
*** Bug 462298 has been marked as a duplicate of this bug. ***
Comment 7 palfrey 2007-08-01 12:36:56 UTC
*** Bug 462301 has been marked as a duplicate of this bug. ***
Comment 8 palfrey 2007-08-01 12:36:58 UTC
*** Bug 462321 has been marked as a duplicate of this bug. ***
Comment 9 palfrey 2007-08-01 12:37:03 UTC
*** Bug 462350 has been marked as a duplicate of this bug. ***
Comment 10 palfrey 2007-08-01 12:37:05 UTC
*** Bug 462351 has been marked as a duplicate of this bug. ***
Comment 11 palfrey 2007-08-01 12:37:08 UTC
*** Bug 462393 has been marked as a duplicate of this bug. ***
Comment 12 Robert Ancell 2007-08-02 00:53:45 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 459740 ***
Comment 13 Damien Durand 2007-08-03 16:20:07 UTC
*** Bug 462881 has been marked as a duplicate of this bug. ***
Comment 14 Damien Durand 2007-08-03 16:20:52 UTC
*** Bug 462897 has been marked as a duplicate of this bug. ***
Comment 15 Damien Durand 2007-08-03 16:21:28 UTC
*** Bug 462903 has been marked as a duplicate of this bug. ***
Comment 16 Damien Durand 2007-08-03 16:23:04 UTC
*** Bug 462944 has been marked as a duplicate of this bug. ***
Comment 17 Damien Durand 2007-08-03 16:23:41 UTC
*** Bug 462947 has been marked as a duplicate of this bug. ***
Comment 18 Damien Durand 2007-08-03 16:26:18 UTC
*** Bug 462968 has been marked as a duplicate of this bug. ***
Comment 19 Damien Durand 2007-08-03 16:26:45 UTC
*** Bug 462996 has been marked as a duplicate of this bug. ***
Comment 20 Damien Durand 2007-08-03 16:27:13 UTC
*** Bug 463011 has been marked as a duplicate of this bug. ***
Comment 21 Damien Durand 2007-08-03 16:27:38 UTC
*** Bug 463016 has been marked as a duplicate of this bug. ***
Comment 22 Damien Durand 2007-08-03 16:27:54 UTC
*** Bug 463017 has been marked as a duplicate of this bug. ***
Comment 23 Damien Durand 2007-08-03 16:28:12 UTC
*** Bug 463033 has been marked as a duplicate of this bug. ***
Comment 24 Damien Durand 2007-08-03 16:28:29 UTC
*** Bug 463039 has been marked as a duplicate of this bug. ***
Comment 25 Damien Durand 2007-08-03 16:28:47 UTC
*** Bug 463081 has been marked as a duplicate of this bug. ***
Comment 26 Damien Durand 2007-08-03 16:29:27 UTC
*** Bug 463088 has been marked as a duplicate of this bug. ***
Comment 27 Damien Durand 2007-08-03 16:29:41 UTC
*** Bug 463101 has been marked as a duplicate of this bug. ***
Comment 28 Damien Durand 2007-08-03 16:29:55 UTC
*** Bug 463157 has been marked as a duplicate of this bug. ***
Comment 29 Sven Arvidsson 2007-08-04 22:51:26 UTC
*** Bug 463259 has been marked as a duplicate of this bug. ***
Comment 30 Sven Arvidsson 2007-08-04 22:51:33 UTC
*** Bug 463343 has been marked as a duplicate of this bug. ***
Comment 31 Sven Arvidsson 2007-08-04 22:52:25 UTC
*** Bug 463359 has been marked as a duplicate of this bug. ***
Comment 32 Sven Arvidsson 2007-08-04 22:52:53 UTC
*** Bug 463405 has been marked as a duplicate of this bug. ***
Comment 33 Sven Arvidsson 2007-08-04 22:53:20 UTC
*** Bug 463429 has been marked as a duplicate of this bug. ***
Comment 34 Sven Arvidsson 2007-08-04 22:53:44 UTC
*** Bug 463449 has been marked as a duplicate of this bug. ***
Comment 35 Sven Arvidsson 2007-08-04 22:54:06 UTC
*** Bug 463480 has been marked as a duplicate of this bug. ***
Comment 36 Sven Arvidsson 2007-08-04 22:54:37 UTC
*** Bug 463481 has been marked as a duplicate of this bug. ***
Comment 37 Sven Arvidsson 2007-08-04 22:55:43 UTC
*** Bug 463268 has been marked as a duplicate of this bug. ***
Comment 38 Sven Arvidsson 2007-08-04 22:56:42 UTC
*** Bug 463209 has been marked as a duplicate of this bug. ***
Comment 39 Sven Arvidsson 2007-08-04 22:57:03 UTC
*** Bug 462842 has been marked as a duplicate of this bug. ***
Comment 40 Sven Arvidsson 2007-08-04 22:57:33 UTC
*** Bug 462823 has been marked as a duplicate of this bug. ***
Comment 41 Sven Arvidsson 2007-08-04 22:57:58 UTC
*** Bug 462728 has been marked as a duplicate of this bug. ***
Comment 42 Sven Arvidsson 2007-08-04 22:58:23 UTC
*** Bug 462690 has been marked as a duplicate of this bug. ***
Comment 43 Sven Arvidsson 2007-08-06 21:33:28 UTC
*** Bug 464139 has been marked as a duplicate of this bug. ***
Comment 44 Sven Arvidsson 2007-08-06 21:33:52 UTC
*** Bug 463741 has been marked as a duplicate of this bug. ***
Comment 45 Sven Arvidsson 2007-08-06 21:34:10 UTC
*** Bug 463972 has been marked as a duplicate of this bug. ***
Comment 46 Sven Arvidsson 2007-08-06 21:37:42 UTC
*** Bug 464116 has been marked as a duplicate of this bug. ***
Comment 47 Sven Arvidsson 2007-08-06 21:38:42 UTC
*** Bug 464103 has been marked as a duplicate of this bug. ***
Comment 48 Sven Arvidsson 2007-08-06 21:39:03 UTC
*** Bug 464102 has been marked as a duplicate of this bug. ***
Comment 49 Sven Arvidsson 2007-08-06 21:39:18 UTC
*** Bug 464098 has been marked as a duplicate of this bug. ***
Comment 50 Sven Arvidsson 2007-08-06 21:39:33 UTC
*** Bug 464053 has been marked as a duplicate of this bug. ***
Comment 51 Sven Arvidsson 2007-08-06 21:39:47 UTC
*** Bug 464013 has been marked as a duplicate of this bug. ***
Comment 52 Sven Arvidsson 2007-08-06 21:40:04 UTC
*** Bug 464002 has been marked as a duplicate of this bug. ***
Comment 53 Sven Arvidsson 2007-08-06 21:40:15 UTC
*** Bug 463982 has been marked as a duplicate of this bug. ***
Comment 54 Sven Arvidsson 2007-08-06 21:40:26 UTC
*** Bug 463976 has been marked as a duplicate of this bug. ***
Comment 55 Sven Arvidsson 2007-08-06 21:40:45 UTC
*** Bug 463953 has been marked as a duplicate of this bug. ***
Comment 56 Sven Arvidsson 2007-08-06 21:41:01 UTC
*** Bug 463952 has been marked as a duplicate of this bug. ***
Comment 57 Sven Arvidsson 2007-08-06 21:41:14 UTC
*** Bug 463935 has been marked as a duplicate of this bug. ***
Comment 58 Sven Arvidsson 2007-08-06 21:41:31 UTC
*** Bug 463915 has been marked as a duplicate of this bug. ***
Comment 59 Sven Arvidsson 2007-08-06 21:41:47 UTC
*** Bug 463801 has been marked as a duplicate of this bug. ***
Comment 60 Sven Arvidsson 2007-08-06 21:43:23 UTC
*** Bug 463697 has been marked as a duplicate of this bug. ***
Comment 61 Sven Arvidsson 2007-08-06 21:43:35 UTC
*** Bug 463621 has been marked as a duplicate of this bug. ***
Comment 62 Sven Arvidsson 2007-08-06 21:43:47 UTC
*** Bug 463597 has been marked as a duplicate of this bug. ***
Comment 63 Sven Arvidsson 2007-08-06 21:45:39 UTC
*** Bug 463594 has been marked as a duplicate of this bug. ***
Comment 64 Sven Arvidsson 2007-08-06 21:45:53 UTC
*** Bug 463592 has been marked as a duplicate of this bug. ***
Comment 65 Sven Arvidsson 2007-08-06 21:46:05 UTC
*** Bug 463577 has been marked as a duplicate of this bug. ***
Comment 66 Andreas Røsdal 2007-10-13 07:57:47 UTC
*** Bug 485682 has been marked as a duplicate of this bug. ***