colbyga / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Bug-buddy appears on "Send a seek" #402

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login to FICS
2. Send seek on FICS (1300-1600, do not care color, 3+2 time, rated)
3. Bugbuddy appears (and seek is not visible in the list)

What is the expected output? What do you see instead?
No bug-buddy and seek visible in the list, I would expect.

Does it happen every time?
Do not know yet, will find out.

What version of the product are you using?
10alpha2

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
svn rev 1401

See bug-buddy and logfile attachments.
Terminal output:
petko@petkomp:~$ src/pychess_svn.sh 
/home/petko/src/pychess-read-only/lib/pychess/System/uistuff.py:368:
GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is
deprecated
  self.glade = gtk.glade.XML(addDataPrefix("glade/%s" % filename))
/home/petko/src/pychess-read-only/lib/pychess/widgets/SpotGraph.py:157:
GtkWarning: gtk_paint_flat_box: assertion `style->depth ==
gdk_drawable_get_depth (window)' failed
  ceil(width+hpadding*2), ceil(height+vpadding*2))
kurushi Ptrk
Error in sys.excepthook:
Traceback (most recent call last):
  File "/home/petko/src/pychess-read-only/lib/pychess/gtkexcepthook.py",
line 32, in _info
    bug_buddy_exception(type, value, tb)
TypeError: 'NoneType' object is not callable

Original exception was:
Traceback (most recent call last):
  File "/home/petko/src/pychess-read-only/lib/pychess/System/glock.py",
line 36, in handler
    acquire()
  File "/home/petko/src/pychess-read-only/lib/pychess/System/glock.py",
line 6, in acquire
    me = currentThread()
  File "/usr/lib/python2.5/threading.py", line 735, in currentThread
    return _active[_get_ident()]
TypeError: 'NoneType' object is not callable

Original issue reported on code.google.com by pe3...@gmail.com on 26 Feb 2009 at 11:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 19 Mar 2009 at 8:19

GoogleCodeExporter commented 9 years ago
Are you still seeing this? Can you reproduce it?

Original comment by mattgatto on 29 Mar 2009 at 8:42

GoogleCodeExporter commented 9 years ago
Unfortunately, latest rev. 1442 does not start for me - completely freezes whole
gnome when starting (doing engine check). :-(

Original comment by pe3...@gmail.com on 29 Mar 2009 at 10:17

GoogleCodeExporter commented 9 years ago
That sucks... Could you start pychess in a terminal window and redirect output 
to a
file like this:
$ ~/pychess: PYTHONPATH=lib/ pychess >& ~/pychess.log

and include that file and the one in your ~/.pychess directory?

Original comment by mattgatto on 29 Mar 2009 at 9:25

GoogleCodeExporter commented 9 years ago
And post the results to issue 337 which covers this.

Original comment by mattgatto on 29 Mar 2009 at 9:33

GoogleCodeExporter commented 9 years ago
added comment to issue 337
- not able to run it - not even after removing whole ~/.pychess dir, neither 
with
latest 1448 revision from svn or using dist repo version (which had worked 
before) :-(

Original comment by pe3...@gmail.com on 4 Apr 2009 at 8:57

GoogleCodeExporter commented 9 years ago
Still seeing this in svn trunk or the latest beta?

Original comment by mattgatto on 13 Dec 2009 at 5:48

GoogleCodeExporter commented 9 years ago
The library gtkexcepthook called bug-buddy has been removed from pychess from 
revision 9b0a05ab47 (Date: Feb 14, 2010).

Original comment by leogregianin@gmail.com on 6 Nov 2010 at 1:23