Hi Pablo,
This is my Bright.ini, compare with yours.
#
# opening book options
# file: leave empty for no opening book
#
book.file=
#
# search options
#
# nthreads: number of threads (cpu cores) to use
# leave empty for automatic detection
# use 1 for single core version
#
search.nthreads=2
#
# bitbase options
#
# dir : directory that contains egbbdll.dll and the bitbases
# (downloadable from
http://wbec-ridderkerk.nl/html/details/Scorpio.html)
# cachmb: number of megabytes for egbb cache
#
egbb.dir=C:\Sakk\EGBB
egbb.cachemb=32
#
# book building options
#
# file : output file, if empty: derived from pgn file name: x.pgn -> x.bbk
# minelo : drops games by players with lower elo than minelo
# maxelodelta : drops games between players with higher elo difference than maxelodelta
# minply : drops games with less plies than minply
# maxply : drops moves beyond this game ply
# mingames : drops moves occuring in less games than mingames
# minscorew : [0..100] drops white moves scoring less than minscorew
# minscoreb : [0..100] drops black moves scoring less than minscoreb
# keeppct : [0..100] for each position: drops moves that cover less than keeppct
# of the games that the position occured in
# (e.g. keeppct=80 will usually drop e3, f3 etc from the initial position)
#
book.build.file=
book.build.minelo=
book.build.maxelodelta=
book.build.minply=
book.build.maxply=
book.build.mingames=
book.build.minscorew=
book.build.minscoreb=
book.build.keeppct=
#
# uci options
#
# trace : if non-empty, trace uci protocol
# logdir : if specified, directory to which a (large) session logfile is written
# (for debugging only, it may lead to time losses)
#
uci.trace=
uci.logdir=
#
# local machine options
# mhz : Mhz at which cpu is ticking, used in perft output
#
machine.mhz=3000
Cheers,