winapiadmin

Results 13 issues of 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): ![full option](https://github.com/SebLague/Chess-Coding-Adventure/assets/138602885/4f8a1524-f522-41c4-a811-3b9ff9e48d10) The screenshot to your released app: ![no option](https://github.com/SebLague/Chess-Coding-Adventure/assets/138602885/151a6190-aa49-49ed-af98-1b67608ae452) 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: ![Screenshot (374)](https://github.com/WintrCat/freechess/assets/138602885/e2524b30-55af-4acd-aae3-f974b39e7519)

enhancement

## 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...

question

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'...

bug