jromang / picochess

GNU General Public License v3.0
74 stars 56 forks source link

engine problems #248

Open LocutusOfPenguin opened 7 years ago

LocutusOfPenguin commented 7 years ago

The 8 provided engines dont support ALL uci features:

"searchmoves" not supported:

"ponder" not supported (SERIOUS problem):

LocutusOfPenguin commented 7 years ago

even WyldChess is not a standard engine (right now!), mk-chan was so kind to fix the same problems on his engine. see here: https://github.com/Mk-Chan/WyldChess/issues/45

LocutusOfPenguin commented 7 years ago

New problem:

Rodent III needs std++14 which is not supported in Jessie (due to old gcc4.9) CrossCompile & static linkage werent successful.

Solution: forced users to update to "stretch" by providing a new image.

LocutusOfPenguin commented 6 years ago

Cinnamon problem still not done

Solution: REMOVE this engine completely now...I lost my patience to wait any longer ;-)

LocutusOfPenguin commented 6 years ago

New problem:

Rodent III stops the search when in ponder mode (=infinite search) and a book move can be found. see: https://github.com/nescitus/Rodent_III/issues/68

LocutusOfPenguin commented 5 years ago

Cinnamon v2.1 now also support it. => Reconsider to put it back on engines list.