Ferdinand Mosca

Results 86 comments of Ferdinand Mosca

> Task is in progress. > > * [x] Don't crash the program if there is no linux engine in Engines folder > * [x] Able to run linux engine...

Could you post the log file?. Let us see what is in there.

There is no other log. Looks like there is no engine. Check the `Engines` folder, there should be a linux engine there.

Did you use `PySimpleGUI==4.49.0`?

When I tried it last time, I only use 4.49.0 This is its requirements.txt ``` chess==1.6.1 pyperclip==1.8.2 PySimpleGUI==4.49.0 ```

Started checking this PR. - [x] Engine install - [x] Engine edit - [x] Engine delete - [x] Set engine adviser - [x] Set engine opponent - [x] Set engine...

@alfredo-f have you tried converting this to windows exe using pyinstaller? All my attempts so far in creating an exe were unsuccessful.

> @alfredo-f have you tried converting this to windows exe using pyinstaller? All my attempts so far in creating an exe were unsuccessful. Never mind, I got it now.

New issue, I can build an exe, but I cannot save the new installed engine in json. After restart, the new installed engine is not there. And I cannot find...