I set up xboard to use stockfish, and global hash of 2048 (2 gig).
Trying to add engines like fruit, they crashed. it's because they don't support that hash size. Perhaps xboard should notice the maximum and never try to set more than that?
Moderators: hgm, Andres Valverde
opt=option_find(Uci->option,"Hash");
if(opt && real_memory > atoi(opt->max)) real_memory = atoi(opt->max); // [HGM] top off
Return to WinBoard development and bugfixing
Users browsing this forum: No registered users and 19 guests