IvanHoe/Scid bug

Code, algorithms, languages, construction...
Post Reply
kingliveson
Posts: 1388
Joined: Thu Jun 10, 2010 1:22 am
Real Name: Franklin Titus
Location: 28°32'1"N 81°22'33"W

IvanHoe/Scid bug

Post by kingliveson »

The following causes a engine crash under scid (version 4.2.2) in Linux.

Code: Select all

{ComradesMonteCarlo {}} 
Edit: Reproducible on 3 different systems.
Attachments
ivanhoe_scid_bug.png
ivanhoe_scid_bug.png (15.85 KiB) Viewed 2649 times
PAWN : Knight >> Bishop >> Rook >>Queen
ernest
Posts: 247
Joined: Thu Sep 02, 2010 10:33 am

Re: IvanHoe/Scid bug

Post by ernest »

kingliveson wrote:The following causes a engine crash under scid (version 4.2.2) in Linux.
...........
Hi King,

How do you send an attachment in this Forum?
(I need to post a screen capture jpg)
kingliveson
Posts: 1388
Joined: Thu Jun 10, 2010 1:22 am
Real Name: Franklin Titus
Location: 28°32'1"N 81°22'33"W

Re: IvanHoe/Scid bug

Post by kingliveson »

ernest wrote:
kingliveson wrote:The following causes a engine crash under scid (version 4.2.2) in Linux.
...........
Hi King,

How do you send an attachment in this Forum?
(I need to post a screen capture jpg)
Right below the text field should be option to 'Upload attachment,' 'Choose File,' and 'Add the file.'


P.S. The "bug" is just a dud code (perhaps a template for code to come) that could just be commented out in input.c -- though didn't realize before the builds this would be an issue until tested on Scid.

Edit: Another solution is just remove '{ComradesMonteCarlo {}}' from

Code: Select all

/home/yourname/.scid/config/engines.dat
PAWN : Knight >> Bishop >> Rook >>Queen
ernest
Posts: 247
Joined: Thu Sep 02, 2010 10:33 am

Re: IvanHoe/Scid bug

Post by ernest »

kingliveson wrote:Right below the text field should be option to 'Upload attachment,' 'Choose File,' and 'Add the file.'
Thanks a lot, King, I just did it!
Post Reply