Closed GoogleCodeExporter closed 9 years ago
Well, this is a feature. The board appears before the players are loaded, to
help not
freeze the ui - se: http://code.google.com/p/pychess/issues/detail?id=243
This can sometimes take a few secs.
However if you mean that they never appear, it is a larger problem. Seemingly
because
the engines don't start up.
Original comment by lobais
on 6 Jan 2008 at 8:51
Most of the time this new feature works fine. This bug appears from time to
time, but
rarely. As you can see in the attached log the engines started ok at 21:00:33
and i
stopped the empty board at 21:02:40.
Original comment by gbtami
on 7 Jan 2008 at 7:30
Hm I see.
Could you inset in line 51 ionest.py, just after "def onDone (worker, (gmwidg,
game)):" the line "print 'onDone'".
It should show us if the problem is at the engine level, or at the gui level.
You might also try out if the problem is actually in the GtkWorker class. If
you just
"cd lib/pychess/System; python GtkWorker.py" it should contain a small demo. It
won't
test on multiple threads though.
Original comment by lobais
on 10 Jan 2008 at 6:15
Hmm. The small demo in GtkWorker.py is OK, and now i can't reproduce this bug
again.
Original comment by gbtami
on 11 Jan 2008 at 7:12
I think it's over.
Original comment by gbtami
on 16 Jan 2008 at 5:20
Original issue reported on code.google.com by
gbtami
on 6 Jan 2008 at 8:04Attachments: