fowode / pychess

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

This game does not open properly. #778

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open program with PyChess
2. Click Start Game

What is the expected output? What do you see instead?
It should be able to list its move. It only shows meta data.

Did you use PyChess from a repo, tarball, install or hg?
hg and repo

Please attach the latest pychess logfile from ~/.local/share/pychess/

Please use labels and text to provide additional information.

Original issue reported on code.google.com by G.nius...@gmail.com on 29 Jun 2013 at 2:54

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, 1 should be
1. Open neurochess1.pgn with PyChess

Original comment by G.nius...@gmail.com on 29 Jun 2013 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 29 Jun 2013 at 8:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b1f9abd846ad.

Original comment by gbtami on 29 Jun 2013 at 8:59

GoogleCodeExporter commented 9 years ago
The reason was the CR used as newline in .pgn (maybe created on MAC?), and this 
needs additional "U" mode on in open(). Nice catch, thx!

Original comment by gbtami on 29 Jun 2013 at 9:02

GoogleCodeExporter commented 9 years ago
I didn't make it, I found it on the internet. (Next we must create a program 
that searches the internet for anything ending in .pgn, and tests it on 
pychess. :D )

Original comment by G.nius...@gmail.com on 29 Jun 2013 at 9:18