rajrakeshdr / pychess

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

glaurung problem #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Playing an expert level, 5-5 min game with glaurung2.
Glaurung2 epsilon/5 was compiled by me, with no opening book.
See the screenshot.
The problem doesn't comes with Beginner and Intermediate levels.

Original issue reported on code.google.com by gbtami on 20 Oct 2007 at 10:20

Attachments:

GoogleCodeExporter commented 9 years ago
Yes, I've seen this problem with other engines and human vs. human as well, but 
I've 
been unable to reproduce it, which is why I've added the BoardControl log tab.

Can you reproduce it everytime?

Original comment by lobais on 20 Oct 2007 at 3:19

GoogleCodeExporter commented 9 years ago
Yes, i can.
Seems it occures only when i set up an analyzer or inverted analizer (or both) 
engine.
If no analyzer was set, no problem.

Original comment by gbtami on 20 Oct 2007 at 4:39

GoogleCodeExporter commented 9 years ago
Seams to just be a pondering problem.
Fixed in 714

Original comment by lobais on 22 Oct 2007 at 5:10

GoogleCodeExporter commented 9 years ago
the pb raised again

Original comment by gbtami on 23 Oct 2007 at 6:09

Attachments:

GoogleCodeExporter commented 9 years ago
with screenshot

Original comment by gbtami on 23 Oct 2007 at 6:23

Attachments:

GoogleCodeExporter commented 9 years ago
This might be fixed in 725

Original comment by lobais on 23 Oct 2007 at 9:56

GoogleCodeExporter commented 9 years ago

Original comment by lobais on 23 Oct 2007 at 9:57

GoogleCodeExporter commented 9 years ago
efter glaurung played Re2+, i can't move, it's waiting for something

Original comment by gbtami on 24 Oct 2007 at 11:52

Attachments:

GoogleCodeExporter commented 9 years ago
How often can you reproduce this atm?

Original comment by lobais on 29 Oct 2007 at 10:13

GoogleCodeExporter commented 9 years ago
Often :(

Original comment by gbtami on 30 Oct 2007 at 3:33

Attachments:

GoogleCodeExporter commented 9 years ago
I have a few ideas of what could be wrong.
But I'd like fo you could add "assert self[move.cord0]" in the beggining of the 
"def
move" method in Utils/Board.py around line 65.

Original comment by lobais on 17 Nov 2007 at 11:47

GoogleCodeExporter commented 9 years ago
can't reproduce again with svn r770

Original comment by gbtami on 17 Nov 2007 at 4:19

GoogleCodeExporter commented 9 years ago
Can you still reproduce it with <r770, is has it just disappeared?
(I hope for the first ;))

Original comment by lobais on 21 Dec 2007 at 1:28

GoogleCodeExporter commented 9 years ago
a new bug with svn 795

Original comment by gbtami on 21 Dec 2007 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
and yes, can reproduce with rev 768

Original comment by gbtami on 21 Dec 2007 at 2:32

GoogleCodeExporter commented 9 years ago
So after Glaurung plays Rxf2 the board is locked, but the interface is not, so 
after
a minute and 46 secconds you close the game?

Original comment by lobais on 21 Dec 2007 at 2:48

GoogleCodeExporter commented 9 years ago
yes

Original comment by gbtami on 21 Dec 2007 at 4:01

GoogleCodeExporter commented 9 years ago
ok, I think I might actually have reproduced it.
I started 5 Glaurung vs. Glaurung games, all analyzed by two GnuChess'es.
After a long time, game 1, 2, 3 and 5 had ended, but number 4 seamed stuck 
after move 88.

I also had no ui freeze.
However I noticed on you screenshot, that only the second last move was 
selected. Is
this because you stepped back, or because it didn't automatically switch?

Original comment by lobais on 21 Dec 2007 at 5:13

GoogleCodeExporter commented 9 years ago
It didn't automatically switch.

Original comment by gbtami on 21 Dec 2007 at 5:30

GoogleCodeExporter commented 9 years ago
I think the problem might be a deadlock, or other kind of crash, in the 
game_changed
signal.
Did you test if the other sidepanels had updated?

Original comment by lobais on 22 Dec 2007 at 12:38

GoogleCodeExporter commented 9 years ago
Actually I think the problem may occour inside the historypanel.
I wonder if you'd still be able to reproduce this, if you (re)move 
historyPanel.py
from the sidepanels/ dir.

Original comment by lobais on 22 Dec 2007 at 12:54

GoogleCodeExporter commented 9 years ago
Even though this came first, 277 has kinda taken over progress.

Original comment by lobais on 10 Jan 2008 at 7:09