official-pikafish / Pikafish

UCI xiangqi engine
http://pikafish.org
GNU General Public License v3.0
867 stars 162 forks source link

Assertion failed: (0 < depth && depth < MAX_PLY), function search, file search.cpp, line 510. #72

Closed yuanhoujun closed 5 months ago

yuanhoujun commented 5 months ago

Describe the issue

OS: iOS 17.4 Device: iPhone 13

Run cmd:

position fen 4k1rr1/9/9/9/9/9/9/9/9/5K3 w - - 0 0 moves f0f1
go movetime 3000

Throws assertion error => Assertion failed: (0 < depth && depth < MAX_PLY), function search, file search.cpp, line 510.

Expected behavior

Run normal.

Steps to reproduce

OS: iOS 17.4 Device: iPhone 13

Run cmd:

position fen 4k1rr1/9/9/9/9/9/9/9/9/5K3 w - - 0 0 moves f0f1
go movetime 3000

Anything else?

No response

Operating system

Other or N/A

Pikafish version

Pikafish 2023-03-05

PikaCat-OuO commented 5 months ago

I guess the latest release has completely resolved the issue, and I am now unable to reproduce it. Consider updating your version.