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 1.1
Moderator: Ras
-
Graham Banks
- Posts: 45671
- Joined: Sun Feb 26, 2006 10: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?
gbanksnz at gmail.com
-
cdani
- Posts: 2204
- Joined: Sat Jan 18, 2014 10:24 am
- Location: Andorra
-
Modern Times
- Posts: 3841
- Joined: Thu Jun 07, 2012 11: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: 3841
- Joined: Thu Jun 07, 2012 11:02 pm
Re: Fizbo 1.1
Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
-
zullil
- Posts: 6442
- Joined: Tue Jan 09, 2007 12:31 am
- Location: PA USA
- Full name: Louis Zulli
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: 3841
- Joined: Thu Jun 07, 2012 11: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.
-
zullil
- Posts: 6442
- Joined: Tue Jan 09, 2007 12:31 am
- Location: PA USA
- Full name: Louis Zulli
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: 3841
- Joined: Thu Jun 07, 2012 11: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.
-
Armin Altorffer
- Posts: 17
- Joined: Wed Apr 30, 2014 11:24 am
Re: Fizbo 1.1
Awesome, another original engine. The more, the merrier. Diversity is good for chess programming in general. Shame about the choice of protocol, I'd have preferred it using UCI but, well, that is something for the developer to implement. 