lukasmonk / lucaschessR2

Lucas Chess R Version 2
GNU General Public License v3.0
255 stars 36 forks source link

Unable to train with "Juega como un gran maestro" (LINUX) #67

Closed pachorrus closed 1 year ago

pachorrus commented 1 year ago

When i click on "Juega como un gran maestro", nothing happens. Looking into the bug.log, the last line is:

FileNotFoundError: [Errno 2] No existe el archivo o el directorio: '/home/javi/LucasChessR/Resources/GM/_ListaGM.txt'

Looking into the folder, the file is called _listaGM.txt. As Linux is case sensitive (i guess this problem does not appear on windows), the file is not found. So either the name of the file should be changed to _ListaGM.txt, or in line 217 of GM.py the name should change to _listaGM.txt

For me is not a critical issue (i changed the name of file and it is working).

Thanks for this wonderful app!!

lukasmonk commented 1 year ago

I have published a new update that fix this problem. Muchas gracias.

pachorrus commented 1 year ago

Muchas gracias a ti por todo!