healeycodes / andoma

♟️ A chess engine with alpha-beta pruning, piece-square tables, move ordering, and command-line UI.
https://healeycodes.com/building-my-own-chess-engine/
MIT License
149 stars 26 forks source link

Using it with lichess-bot #24

Open MD211211 opened 1 year ago

MD211211 commented 1 year ago

When i try and do this it returns the error [03/26/23 08:24:36] INFO Backing off play_game(...) for 106.1s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 255))

MD211211 commented 1 year ago

I fixed this but now is says move overhead error

IsmailOuazzani commented 1 year ago

How did you fix this?

IsmailOuazzani commented 1 year ago

Fix to the original error: Make sure you are putting everything from the dist folder (using pyinstaller) into the engines folder of lichess-bot (and not the contents of the build folder).

IsmailOuazzani commented 1 year ago

Fixed to the overhead error: Disable all the uci_options inside the config.yml file of lichess-bot