winapiadmin
winapiadmin
``` Pe/Pe.hpp:2052:13: warning: multi-character character constant [-Wmultichar] pdb70 = 'SDSR', // RSDS ^~~~~~ Pe/Pe.hpp:2053:13: warning: multi-character character constant [-Wmultichar] pdb20 = '01BN', // NB10 ^~~~~~ In file included from main.cpp:40:0:...
An example engine (e.g. Stockfish):  The screenshot to your released app:  Even UCI can do that, Cute Chess didn't report that.
.dat file data: ``` [Chess console] Saved at: Sat Feb 10 21:39:11 2024 H6-F8 | D2-H6 | H8-F8 D1-D2 | G8-H6 F4-F5 | H6-D2 F2-F4 | F8-H6 ``` It crashed....
### Describe the issue - Stockfish doesn't crash when input an invalid FEN - `d` command shows information about tablebases at that position - No pieces, but `go` command still...
I want to analyze a game (daily puzzle at Chess.com, link at [here](https://www.chess.com/daily-chess-puzzle/2024-02-09)) but the application show "PGN contains illegal moves." as this screenshot: 
## How did you run Cute Chess exactly? By a shortcut that points to Cute Chess GUI (by the installer) ## Version 1.3.1 ## Expected behavior The game continues. ##...
Take back move of `chess::Board` without knowing the last move
``` winapiadmin@ubuntu:~/venv/bin$ source activate (venv) winapiadmin@ubuntu:~/venv/bin$ python Python 3.12.3 (main, Nov 6 2024, 18:32:19) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import chess...
Running setup.py in the branch gives this on Windows: ``` Traceback (most recent call last): File "C:\Users\winapiadmin\pygame\buildconfig\vstools.py", line 4, in from distutils.msvccompiler import MSVCCompiler, get_build_architecture ModuleNotFoundError: No module named 'distutils.msvccompiler'...