Fizbo 1.1
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
- Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Fizbo 1.1
https://sites.google.com/site/fizbochessengine/
Fizbo is an original chess engine written by Youri Matiounine.
Current version is 1.1 and can be downloaded from the link below.
https://docs.google.com/file/d/0B-wpTpv ... =drive_web
Features:
uses Winboard protocol
runs on 1 CPU core
requires 64-bit Windows
requires "popcount" and "bitscanforward" instructions
main transposition table size if fixed at 128 Mb; total RAM use is 144 Mb
this version does not use endgame bit-bases or table-bases
no opening book
Estimated strength is around 2800 ELO (CCRL results not available yet, will add a link as they become available)
Fizbo is an original chess engine written by Youri Matiounine.
Current version is 1.1 and can be downloaded from the link below.
https://docs.google.com/file/d/0B-wpTpv ... =drive_web
Features:
uses Winboard protocol
runs on 1 CPU core
requires 64-bit Windows
requires "popcount" and "bitscanforward" instructions
main transposition table size if fixed at 128 Mb; total RAM use is 144 Mb
this version does not use endgame bit-bases or table-bases
no opening book
Estimated strength is around 2800 ELO (CCRL results not available yet, will add a link as they become available)
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
- Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Re: Fizbo 1.1
I can't get this engine to run on my i5.
I use Windows 7 Home Premium.
I get the following:

Anybody else have success with Fizbo?
I use Windows 7 Home Premium.
I get the following:

Anybody else have success with Fizbo?
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
Modern Times
- Posts: 2141
- Joined: Thu Jun 07, 2012 9:02 pm
Re: Fizbo 1.1
It seems to need a modern CPU to work. It works on my Intel Sandybridge laptop, but not on my AMD Phenom II X6.
-
Modern Times
- Posts: 2141
- Joined: Thu Jun 07, 2012 9:02 pm
Re: Fizbo 1.1
Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
Re: Fizbo 1.1
2800 and original. Great!
Some comparison with Crafty, GNU Chess and Scorpio seems indicated (only open source WB engines in that region).
Some comparison with Crafty, GNU Chess and Scorpio seems indicated (only open source WB engines in that region).
Gabor Szots
CCRL testing group
CCRL testing group
Re: Fizbo 1.1
"requires "popcount" and "bitscanforward" instructions" --- see Graham's original post.Modern Times wrote:Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
-
Modern Times
- Posts: 2141
- Joined: Thu Jun 07, 2012 9:02 pm
Re: Fizbo 1.1
Yes, and the machines above have that support.zullil wrote:"requires "popcount" and "bitscanforward" instructions" --- see Graham's original post.Modern Times wrote:Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
Re: Fizbo 1.1
You're right---must be something else.Modern Times wrote:Yes, and the machines above have that support.zullil wrote:"requires "popcount" and "bitscanforward" instructions" --- see Graham's original post.Modern Times wrote:Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
Seriously, Windows must produce a crash log, or give some information about why/how the program fails, right? Maybe run it from a command line, under a debugger?
-
Modern Times
- Posts: 2141
- Joined: Thu Jun 07, 2012 9:02 pm
Re: Fizbo 1.1
Well, it works on Intel Sandybridge, so presumably it must be something supported on those and later CPUs that isn't supported on earlier processors.

