With the latest updates on gutsy, it doesn't happen any more, it was
caused by the bug I mentioned in my previous comment, but now it crashes
with the following message:


----------- .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'

-- 
Crash in Chess after program start
https://bugs.launchpad.net/bugs/129697
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to