Open DrewHeath opened 6 years ago
Hi @DrewHeath ,
Thanks for reporting the issue. I guess this is the same problem as https://github.com/pnprog/goreviewpartner/issues/84
Can you provide the first 4 lines that appear in the terminal windows? On my computer they are:
(u'STDIN encoding:', 'UTF-8')
(u'STDOUT encoding:', 'UTF-8')
(u'STDERR encoding:', 'UTF-8')
(u'File system encoding:', 'UTF-8')
I need to check what sort of encoding is used on your computer.
Thanks!
Hi! I made a quick change that should make it work now (https://github.com/pnprog/goreviewpartner/commit/23568d24098d44e489e39292ebae4257ce87e70d) If you have the possibility, can you try to run the latest sources and check if it's working?
Easily reproduceable.
My SGF path was
C:/Users/AndrewHeath/Desktop/围棋/JZFCDJEBYW.sgf
the 围棋 caused GRP to choke. Moving the SGF to a location with no Chinese in the path solved the problem.
CMD log follows: