dshawul / Scorpio

Scorpio chess engine
Other
81 stars 19 forks source link

How to "say" scorpio where EgbbProbe is? #12

Closed emdio closed 4 years ago

emdio commented 4 years ago

So I compiled egbbdll as explained in https://github.com/dshawul/egbbdll

The I compiled scorpio, but when running the cpu test command I get an error because it can't find egbbdll:

$ ./scorpio use_nn 1 mt 2 montecarlo 1 frac_alphabeta 0 backup_type 6 book off go quit feature done=0 Number of cores 2 of 2 ht 4194304 X 16 = 64.0 MB eht 524288 X 8 = 8.0 MB pht 32768 X 24 = 0.8 MB treeht 41932800 X 320 = 12796.9 MB processors [16] processors [2] EgbbProbe not Loaded! loading_time = 0s

rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

[st = 11114ms, mt = 29250ms , hply = 0 , moves_left 10]

Segmentation fault (core dumped)

How can I solve this issue?

emdio commented 4 years ago

Nevermind. I just went to https://github.com/dshawul/Scorpio/releases and used last release. It worked like a charm. Maybe this option should be added in the README