PyChess Anderssen 0.12.2 released
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
PyChess Anderssen 0.12.2 released
We're pleased to announce, that a new PyChess Anderssen 0.12.2 has been made available. It's mainly a bugfix release, but some new features was implemented too.
Right click menu on FICS seek tab with accept,assess,archive items
FICS stored/history/journal games on archive tab
Basic FICS examine support
Cleanup of FICS console output
Auto promote to queen option in preferences
Show FICS observers on game chat panel
Ability to whisper in side panel chat windows using #
Grouped players on FICS chat window
Visual reflection of session changes with respect to FICS observed games and chat channels
Sphinx based docs on http://pychess.readthedocs.org
Download:
http://pychess.org/download/
https://github.com/pychess/pychess/releases
Right click menu on FICS seek tab with accept,assess,archive items
FICS stored/history/journal games on archive tab
Basic FICS examine support
Cleanup of FICS console output
Auto promote to queen option in preferences
Show FICS observers on game chat panel
Ability to whisper in side panel chat windows using #
Grouped players on FICS chat window
Visual reflection of session changes with respect to FICS observed games and chat channels
Sphinx based docs on http://pychess.readthedocs.org
Download:
http://pychess.org/download/
https://github.com/pychess/pychess/releases
Re: PyChess Anderssen 0.12.2 released
I'm really happy about a new version. But unfortunately an annoying bug is still there:
- when finishing a game at FICS and I close the game Window via the Windows "X" button, Pychess crashes
when I use the "Game -> Close" menu instead, it's all fine
My System: Ubuntu Gnome 15.10, 64 Bit
- when finishing a game at FICS and I close the game Window via the Windows "X" button, Pychess crashes
when I use the "Game -> Close" menu instead, it's all fine
My System: Ubuntu Gnome 15.10, 64 Bit
Re: PyChess Anderssen 0.12.2 released
Thx for the report! Is it reproducible? If you start from console do you get any traceback?styx wrote:I'm really happy about a new version. But unfortunately an annoying bug is still there:
- when finishing a game at FICS and I close the game Window via the Windows "X" button, Pychess crashes
when I use the "Game -> Close" menu instead, it's all fine
My System: Ubuntu Gnome 15.10, 64 Bit
Re: PyChess Anderssen 0.12.2 released
Can you create a screenshot and mark somehow what "x" button you are talking about?gbtami wrote:Thx for the report! Is it reproducible? If you start from console do you get any traceback?styx wrote:I'm really happy about a new version. But unfortunately an annoying bug is still there:
- when finishing a game at FICS and I close the game Window via the Windows "X" button, Pychess crashes
when I use the "Game -> Close" menu instead, it's all fine
My System: Ubuntu Gnome 15.10, 64 Bit
Re: PyChess Anderssen 0.12.2 released
1. it is reproducible (happens every time)
2. I marked the X Button in the screenshot
3. the terminal does not state any errors (in fact, no output at all) when pychess crashes/closes itself
*edit* I wonder if it's not even a bug. Maybe it's just how you close pychess. And maybe it's just because I'm used to the behaviour, that closing the game window will take you to the FICS lobby
Last edited by styx on Sun Jan 31, 2016 1:48 pm, edited 1 time in total.
Re: PyChess Anderssen 0.12.2 released
Ah, I see now. That "x" is the application main window closer. To close individual games you should click on game tab "x" instead. (Next to the player-player[gameno])
Re: PyChess Anderssen 0.12.2 released
oh right. just like I guessed! sorry!
Re: PyChess Anderssen 0.12.2 released
I guess I found a real bug after all:
https://www.youtube.com/watch?v=L346i8vgkRA
When I play against the computer, sometimes the computer move is not shown on the board. I have to press "move forward" to actually see this move and to be able to play on
Frequency: around 1x per game (sometimes more, as in the video)
https://www.youtube.com/watch?v=L346i8vgkRA
When I play against the computer, sometimes the computer move is not shown on the board. I have to press "move forward" to actually see this move and to be able to play on
Frequency: around 1x per game (sometimes more, as in the video)
Re: PyChess Anderssen 0.12.2 released
Wow, nice catch. Filed as https://github.com/pychess/pychess/issues/1180styx wrote:I guess I found a real bug after all:
https://www.youtube.com/watch?v=L346i8vgkRA
When I play against the computer, sometimes the computer move is not shown on the board. I have to press "move forward" to actually see this move and to be able to play on
Frequency: around 1x per game (sometimes more, as in the video)
Thx!
- hgm
- Posts: 22274
- Joined: Fri Mar 10, 2006 9:06 am
- Location: Amsterdam
- Full name: H G Muller
- Contact:
Re: PyChess Anderssen 0.12.2 released
Wouldn't 'detour under-promotion' as I use in XBoard be a better solution than the rather rigid 'auto-promote to queen'? People would normally always get queen, but would have at least the option to get something else through an unnatural mouse movement, when the need occasionally arises.gbtami wrote:Auto promote to queen option in preferences

