master2be1 / pychess

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

Cannot start game on FICS #367

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start PyChess and connect to FICS
2. Double click a game in seek graph

What is the expected output? What do you see instead?
Nothing happens :-(

Does it happen every time?
yep

What version of the product are you using?
10alpha

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
www.getdeb.net deb package

Please provide any additional information below.
after I try this second time and look into log (freechess.org lines) it
says I cannot start a game when I am already playing

Please attach the latest pychess logfile.
For PyChess <= 0.6.x it's hidden in your homedirectory and called
".pychess.log".
For PyChess > 0.6.x, it's in a hidden folder, under your homedirectory,
named ".pychess/"
Will add logfile when at my linux comp.

Original issue reported on code.google.com by pe3...@gmail.com on 4 Jan 2009 at 2:40

GoogleCodeExporter commented 9 years ago
I can reproduce this 80% on Ubuntu 9.04 Alpha 2 under VirtualBox.
It seams to be a threading error:
python: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion
`xcb_get_request_sent(dpy->xcb-> connection) == dpy->request' failed.

pe3kuv: What distribution is you running?

Original comment by lobais on 9 Jan 2009 at 10:28

GoogleCodeExporter commented 9 years ago
Yeah I've been getting the same error upon login to FICS (after it starts 
drawing the
fics_lounge.glade window) on Ubuntu 8.10:
"python: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion
`xcb_get_request_sent(dpy->xcb-> connection) == dpy->request' failed."

Especially lately for some reason.

Original comment by mattgatto on 10 Jan 2009 at 11:26

GoogleCodeExporter commented 9 years ago
It could be a kernel thing, but most likely it has been a PyChess 
race-condition bug
all the time, but just with the latest kernels has it been an issue.
I'll see if I can trace it down. There has been race-condition bugs in 
fics-lounge
before.

Original comment by lobais on 10 Jan 2009 at 3:11

GoogleCodeExporter commented 9 years ago
Looks like it works fine when logged into FICS as a guest. Attaching log.

Original comment by pe3...@gmail.com on 10 Jan 2009 at 9:25

Attachments:

GoogleCodeExporter commented 9 years ago
Still the same though when logged in with an account. Attaching log.
My environment:
Ubuntu Intrepid 8.10
2.6.27-11-generic
gnome 2.24.1

Original comment by pe3...@gmail.com on 10 Jan 2009 at 10:05

Attachments:

GoogleCodeExporter commented 9 years ago
pe3kuv: As far as I can see, the game doesn't crash in your case, right? You 
simply
click to start a game, nothing happens, and after some time you close down 
PyChess
all properly?
As far as I can see in your log, the game is actually started and we receive 
the <12>
line. After that nothing happens, and at some point the connection is correctly 
closed.
Is this the same if you use the seek list?

For the crasher bug, (which currently outputs 'pychess: Fatal IO error 0 
(Success) on
X server :0.0' for me) the log seams always to end on ... "'playBoardCreated'" 
Debug:
<12> ...

Original comment by lobais on 10 Feb 2009 at 6:57

GoogleCodeExporter commented 9 years ago
lobais: yes, no crash at the moment - the game just did not open for some reason

Looks very much like this one has already been fixed in "rev 1401." Starting a 
game
by accepting seeks works fine using graph as well as using list.

Original comment by pe3...@gmail.com on 23 Feb 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Might be this or another issue, but PyChess just crashed immediately after 
loading a
game on FICS (with registered account). (rev 1401)
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))
python: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) -
(dpy->request)) >= 0)' failed.
src/pychess_svn.sh: line 2:  9076 Aborted                
PYTHONPATH=~/src/pychess-read-only/lib ~/src/pychess-read-only/pychess

Original comment by pe3...@gmail.com on 24 Feb 2009 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Still seeing this bug?

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

GoogleCodeExporter commented 9 years ago
Can we close this?

-John

Original comment by zollo.j...@gmail.com on 29 Jan 2010 at 1:03

GoogleCodeExporter commented 9 years ago
Yes lets.

Original comment by lobais on 24 Jun 2010 at 12:50