ChessUSA.com TalkChess.com
Hosted by Your Move Chess & Games
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Stockfish problem in Scid
Goto page 1, 2  Next
 
Post new topic       TalkChess.com Forum Index -> Computer Chess Club: General Topics Threaded
View previous topic :: View next topic  
Author Message
Marek Soszynski



Joined: 10 May 2006
Posts: 319
Location: Birmingham, England

PostPosted: Sun Mar 11, 2012 9:49 pm    Post subject: Stockfish problem in Scid Reply to topic Reply with quote

I've been happily compiling most each new 64-bit Linux Stockfish developmental version to use in Scid. Unfortunately something has gone wrong with recent versions. They compile okay (and run the benchmark) but when I change the UCI parameters within Scid they go on to crash. Typically I change only the hash and switch off the book. I can't remember the exact version when this started to happen. Currently I'm on 120311.
_________________
Marek Soszynski
Back to top
View user's profile Send private message
Marco Costalba



Joined: 14 Jun 2008
Posts: 2090

PostPosted: Sun Mar 11, 2012 10:12 pm    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Marek Soszynski wrote:
They compile okay (and run the benchmark) but when I change the UCI parameters within Scid they go on to crash. Typically I change only the hash and switch off the book.


Do you change the hash while searching? In this case you should not. A recent change made option setting effect immediate, so if you change the hash size it will be changed immediately and if the engine is searching a crash is assured.
Back to top
View user's profile Send private message
Marek Soszynski



Joined: 10 May 2006
Posts: 319
Location: Birmingham, England

PostPosted: Sun Mar 11, 2012 10:30 pm    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

The hash wasn't changed while searching. I've now restarted the comp and Scid doesn't show the Stockfish analysis at all nor nodes or depth etc., though System Monitor confirms SF is running.
_________________
Marek Soszynski
Back to top
View user's profile Send private message
Justin Sherron



Joined: 04 Mar 2010
Posts: 29

PostPosted: Mon Mar 12, 2012 12:40 am    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Quote:
I've been happily compiling most each new 64-bit Linux Stockfish developmental version to use in Scid. Unfortunately something has gone wrong with recent versions....

Quote:
...Scid doesn't show the Stockfish analysis at all nor nodes or depth etc., though System Monitor confirms SF is running...


I don't know if this is helpful, but a few days ago I observed these same symptoms after compiling a 32-bit version of Stockfish and using the X-Board GUI. It seems not to be a 64-bit/Scid specific issue.
Back to top
View user's profile Send private message
Ignacio Garcia



Joined: 05 Jul 2010
Posts: 331

PostPosted: Mon Mar 12, 2012 12:48 am    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Marek Soszynski wrote:
Currently I'm on 120311.


And tomorrow you will be in 120312 version Very Happy

..its current day, unless you set
Back to top
View user's profile Send private message
Marek Soszynski



Joined: 10 May 2006
Posts: 319
Location: Birmingham, England

PostPosted: Fri Mar 16, 2012 7:26 am    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

I've been running Stockfish 64-bit 9934b8e in Scid. It runs normally with the default UCI settings. However, after I increase the hash, the analysis window is blank. System Monitor shows Stockfish is running, taking up the increased hash, though not using the second processor.

Stockfish 2.2.2 JA is okay.
_________________
Marek Soszynski
Back to top
View user's profile Send private message
Justin Sherron



Joined: 04 Mar 2010
Posts: 29

PostPosted: Fri Mar 16, 2012 10:04 pm    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Quote:
I've been running Stockfish 64-bit 9934b8e in Scid. It runs normally with the default UCI settings. However, after I increase the hash, the analysis window is blank. System Monitor shows Stockfish is running, taking up the increased hash, though not using the second processor.

Stockfish 2.2.2 JA is okay.


Are you making PGO-optimized builds when you compile? When I make PGO builds, the program malfunctions in a manner similar to your description (as well as making X-Board unresponsive). It appears that non-PGO builds work perfectly fine though, at least on my machine.

The earlier Stockfish 2.2.2 code compiles and runs fine regardless of its PGO status when compiling.
Back to top
View user's profile Send private message
Marek Soszynski



Joined: 10 May 2006
Posts: 319
Location: Birmingham, England

PostPosted: Fri Mar 16, 2012 10:28 pm    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Justin Sherron wrote:
Quote:
I've been running Stockfish 64-bit 9934b8e in Scid. It runs normally with the default UCI settings. However, after I increase the hash, the analysis window is blank. System Monitor shows Stockfish is running, taking up the increased hash, though not using the second processor.

Stockfish 2.2.2 JA is okay.


Are you making PGO-optimized builds when you compile? When I make PGO builds, the program malfunctions in a manner similar to your description (as well as making X-Board unresponsive). It appears that non-PGO builds work perfectly fine though, at least on my machine.

The earlier Stockfish 2.2.2 code compiles and runs fine regardless of its PGO status when compiling.


Thank for the suggestion, Justin. Unfortunately, on my machine the non-PGO builds suffer the same fate: default UCI settings fine, changed settings crash.
_________________
Marek Soszynski
Back to top
View user's profile Send private message
Steven Atkinson



Joined: 13 Oct 2010
Posts: 446
Location: Australia

PostPosted: Sat Mar 17, 2012 6:07 am    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Marek Soszynski wrote:
I've been happily compiling most each new 64-bit Linux Stockfish developmental version to use in Scid. Unfortunately something has gone wrong with recent versions. They compile okay (and run the benchmark) but when I change the UCI parameters within Scid they go on to crash. Typically I change only the hash and switch off the book. I can't remember the exact version when this started to happen. Currently I'm on 120311.

I can verify this on 32bit Fedora 7. The engine becomes unresponsive after these commands
Code:
Scid  : setoption name Clear Hash value false
Scid  : isready

If one edits ~/.scid/config/engines.dat and removes the
{{Clear Hash} {VALUE}} tuplet, the engine works ok.
Back to top
View user's profile Send private message Visit poster's website
Marek Soszynski



Joined: 10 May 2006
Posts: 319
Location: Birmingham, England

PostPosted: Sat Mar 17, 2012 7:49 am    Post subject: Re: Stockfish problem in Scid Reply to topic Reply with quote

Thanks for the pointer, Steven.

By editing the DAT file directly and inserting...
Code:
UCIoptions {{Hash 512} {OwnBook false}}

... I was able to achieve what I wanted. On first installing the 9934b8e engine in Scid, UCIoptions is blank otherwise. That doesn't seem to be the case when other engines are installed, including stockfish-222-64-ja.
_________________
Marek Soszynski
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic       TalkChess.com Forum Index -> Computer Chess Club: General Topics All times are GMT
Goto page 1, 2  Next
Threaded
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
Enhanced with Moby Threads