[Bug 129697] Re: Crash in Chess after program start

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-games
   Status: Invalid = Unknown

** Changed in: gnome-games
   Importance: Unknown = Critical

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-06 Thread Bug Watch Updater
** Changed in: gnome-games (upstream)
   Status: Unknown = Invalid

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-03 Thread Bug Watch Updater
** Changed in: gnome-games (upstream)
   Status: Unknown = Confirmed

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-03 Thread Pedro Villavicencio
Wouter, as i said the bug that you reported, the one related to the
gnomecanvas is fixed, so this bug is marked as it. We know that there's
the other problem with glchess but is not the one you described in this
bug report, please open a new report for it so we can track it better,
thanks for your interest.

** Changed in: gnome-games (upstream)
 Bugwatch: GNOME Bug Tracker #459740 = GNOME Bug Tracker #452746
   Status: Confirmed = Unknown

** Changed in: gnome-games (Ubuntu)
   Status: Confirmed = Fix Released

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-03 Thread Miguel Martinez
In gnome-bugs #459740 they mention
(http://bugzilla.gnome.org/show_bug.cgi?id=459740#c35) that the issue
should have been resolved with the gtk2 2.11.6 (IIRC). Aptitude shows
that is the version of gtk2 installed on my gutsy system, but glchess
still crashes on startup. Any ideas?

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-02 Thread Bug Watch Updater
** Changed in: gnome-games (upstream)
   Status: Unknown = Invalid

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-02 Thread Pedro Villavicencio
Which version of gnome-games and python-gnomecanvas do you have
installed?

** Changed in: gnome-games (Ubuntu)
   Status: New = Incomplete

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-02 Thread Wouter Stomp
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


[Bug 129697] Re: Crash in Chess after program start

2007-08-02 Thread Pedro Villavicencio
Yes that's known upstream
http://bugzilla.gnome.org/show_bug.cgi?id=459740 ;  but is another bug.
thanks for your reply.

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete = Fix Released

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-02 Thread Wouter Stomp
Please do not set a bug status to fix released when it is not fixed.
This still occurs.

** Changed in: gnome-games (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: gnome-games (upstream)
 Bugwatch: GNOME Bug Tracker #462452 = GNOME Bug Tracker #459740
   Status: Invalid = Unknown

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-01 Thread Pedro Villavicencio
Thanks for your report, please do not forward bug upstream if they are
not yet confirmed here, this bug was reported here:
http://bugzilla.gnome.org/show_bug.cgi?id=452746 ; and it was an ubuntu
related, not gnome. Thanks again.

** Changed in: gnome-games (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: New = Fix Released

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-01 Thread Wouter Stomp
Bug is not fixed as it still occurs for me.

I didn't mean to file it upstream by the way. it was bug-buddy that
popped up, I just followed the indicated steps and I assumed it was
going to be send to launchpad instead of straight to gnome's bugzilla.
If this should not happen then that is a bug in gnome-bug-buddy.

** Changed in: gnome-games (Ubuntu)
   Status: Fix Released = New

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


[Bug 129697] Re: Crash in Chess after program start

2007-08-01 Thread Wouter Stomp
In one of the gnome bugreports, this is said to be a consequence of this
bug: https://bugs.launchpad.net/ubuntu/+source/python-gnome2/+bug/126144

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