pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
506 stars 117 forks source link

Win64 build dies with "Assertion failed" #83

Closed Ka-zam closed 5 years ago

Ka-zam commented 6 years ago

[1000] best 50.9% xkomi 7.4 | seq E16 J3 R16 Q4 | can w D16(51.1) E16(50.7) C17(51.3) F17(50.9) Assertion failed! Program: C:\bin\pachi\pachi19x19_x64.exe File: search.c, Line 431 Expression: !(ti->dim == TD_GAMES && ti->len.games < GJ_MINGAMES) C:\bin\pachi>

Command line: C:\bin\pachi>pachi19x19_x64.exe -t =10

Version 12.00 git 1586655

lemonsqueeze commented 6 years ago

Yes, makes sense although the error msg could be more helpful: -t =10 means "10 playouts per move" which is not possible, needs at least 500. You probably meant -t 10 for 10s per move.

Ka-zam commented 6 years ago

Ah, I understand. No, I actually meant 500 playouts, didn't realize there was a lower bound. :)