Discussion of anything and everything relating to chess playing software and machines.
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
gladius
- Posts: 535
- Joined: Tue Dec 12, 2006 9:10 am
Post
by gladius » Sat Mar 01, 2008 7:05 am
You can grab it here
http://forwardcoding.com/projects/garbo ... chess2.zip.
Comes in 32 bit and 64 bit flavors (I highly recommend using 64 bit if possible, the 32 bit version is quite unoptimized), and is way stronger than v1. Still not competing with Fruit/Toga et. al, but perhaps one day

.
Version 2 is a complete rewrite from C# to C++, and 0x88 to bitboards. The search has been massively improved along the way. Evaluation is still pretty basic, but it has most major features in there now.
-
Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Post
by Graham Banks » Sat Mar 01, 2008 7:13 am
Thanks Gary.

My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Post
by Graham Banks » Sat Mar 01, 2008 7:36 am
Hi Gary,
I downloaded the necessary file and installed it.
Now when I doubleclick on the GarboChess exe, I get an error message and have to close out.
Any suggestions?
Regards, Graham.
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
Tony Thomas
Post
by Tony Thomas » Sat Mar 01, 2008 7:49 am
Same problem here. It says that the application configuration is incorrect and that reinstalling the program may help. Also, is the hashtable size configurable? Last version used more than 100MB so I wasnt able to play with it.
I should have read the readme
No options as of yet, hash is set to 128mb currently (hopefully not too much).
-
Tony Thomas
Post
by Tony Thomas » Sat Mar 01, 2008 7:52 am
Graham, after downloading the files from microsoft, you have to click on Install. That solves the problem.
-
gladius
- Posts: 535
- Joined: Tue Dec 12, 2006 9:10 am
Post
by gladius » Sat Mar 01, 2008 7:53 am
Hm... Are you running the 32 bit or 64 bit version?
Tony: Sorry, I should have made the hash size configurable, I'll do that for the next release.
-
Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Post
by Graham Banks » Sat Mar 01, 2008 7:54 am
Tony Thomas wrote:Graham, after downloading the files from microsoft, you have to click on Install. That solves the problem.
I did install the file. GarboChess doesn't work here. I'm using the 32-bit exe.
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
Tony Thomas
Post
by Tony Thomas » Sat Mar 01, 2008 7:55 am
Graham Banks wrote:Tony Thomas wrote:Graham, after downloading the files from microsoft, you have to click on Install. That solves the problem.
I did install the file. GarboChess doesn't work here. I'm using the 32-bit exe.
Try copying all the files to the directory of Garbochess. Garbochess does work for me, its just that it is not useable with only 256Mb of total Ram.
-
Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Post
by Graham Banks » Sat Mar 01, 2008 7:59 am
Tony Thomas wrote:Graham Banks wrote:Tony Thomas wrote:Graham, after downloading the files from microsoft, you have to click on Install. That solves the problem.
I did install the file. GarboChess doesn't work here. I'm using the 32-bit exe.
Try copying all the files to the directory of Garbochess. Garbochess does work for me, its just that it is not useable with only 256Mb of total Ram.
From where?
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
gladius
- Posts: 535
- Joined: Tue Dec 12, 2006 9:10 am
Post
by gladius » Sat Mar 01, 2008 8:07 am
Graham, have you perhaps installed a beta version of the CRT libraries? If you have, you'll need to uninstall that first before installing the RTM version.
You can copy the files from vc_red.cab (which should be extracted to your temp directory) as a last resort, but it should work just fine without the dll's in the same directory.