Fizbo 1.1

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
Graham Banks
Posts: 45671
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Fizbo 1.1

Post by Graham Banks »

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)
gbanksnz at gmail.com
User avatar
Graham Banks
Posts: 45671
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Fizbo 1.1

Post by Graham Banks »

I can't get this engine to run on my i5.
I use Windows 7 Home Premium.

I get the following:
Image

Anybody else have success with Fizbo?
gbanksnz at gmail.com
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Fizbo 1.1

Post by cdani »

Not working also in my I7 920 windows 7 64.
Modern Times
Posts: 3841
Joined: Thu Jun 07, 2012 11:02 pm

Re: Fizbo 1.1

Post by Modern Times »

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

Post by Modern Times »

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

Post by zullil »

Modern Times wrote:Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
"requires "popcount" and "bitscanforward" instructions" --- see Graham's original post.
Modern Times
Posts: 3841
Joined: Thu Jun 07, 2012 11:02 pm

Re: Fizbo 1.1

Post by Modern Times »

zullil wrote:
Modern Times wrote:Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
"requires "popcount" and "bitscanforward" instructions" --- see Graham's original post.
Yes, and the machines above have that support.
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Fizbo 1.1

Post by zullil »

Modern Times wrote:
zullil wrote:
Modern Times wrote:Maybe it needs AVX support, first introduced by Intel with Sandbybridge, and first supported by AMD with Bulldozer.
"requires "popcount" and "bitscanforward" instructions" --- see Graham's original post.
Yes, and the machines above have that support.
You're right---must be something else. :wink:

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

Post by Modern Times »

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

Post by Armin Altorffer »

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. ;)