| View previous topic :: View next topic |
| Author |
Message |
Steven Atkinson
Joined: 13 Oct 2010 Posts: 446 Location: Australia
|
Post subject: Re: ScidVsPC/Mac Posted: Mon Mar 12, 2012 11:31 am |
|
|
| JuLieN wrote: |
| I just download the new svn trunk and compiled it, and ScidVsMac seems to behave much better: no more interface hangs or engine staying in memory. |
Sweet.
| Quote: |
| - as a matter of test, I tried to launch a 100-engines tournament: ScidVsMac hanged with a 100% CPU use. After 2-3 minutes of waiting, I killed its task. |
Haha. I have imporved this, but 100 still seems a lot.
I have just played a 45 game tournament with "First engine plays others". About 4 engine failures, but it completed fine.
BTW, i hope you are clicking first engine plays others, otherwise a 100 game tournament has
| Code: |
#tclsh
% proc fact {n} {
if {$n==1} {return 1}
return [expr $n * [fact [incr n -1]]]
}
% fact 100
93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 |
games! Which may just crash scid
| Quote: |
| - then I launched a 15-engines tournament and it started well. But something occurred to me: as now we can't change the engines starting with position 11 and up |
You may still do this by rearranging the engine order in Options->Engines
| Quote: |
| With one small problem still: when an engine hangs or crash, ScidVsMake won't auto flag it. |
I think i fixed this tonight. In my first implementation, i had no way of catching a dead engine, but now it is simple.
So best practice for a big tournament is...
Enforce a sensible engine time-out period.
Hide game info widget. It uses slight resources, and though i have attempted to fix the autoscroll bug, i'm not confident about it.
Cross fingers!
| Quote: |
| EDIT: hmm... I just saw a new problem, in an Alibaba<>BACE game: BACE tried to promote a pawn, and Scid just displays an "Error reading move: e2e1" message |
This is a poor engine feature. Could you please test this engine and see if it eventually triggers a Game time-out ?
(And should I mark timed-out games as losses (like i have with crashed engine), or leave them as no result ?) |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
ScidVsPC/Mac |
Julien MARCEL |
Tue Mar 06, 2012 10:22 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 8:08 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 11:34 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 11:42 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 11:54 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 12:05 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 12:15 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 1:17 pm |
Re: ScidVsPC/Mac |
Ignacio Garcia |
Wed Mar 07, 2012 5:22 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 11:42 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 11:48 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 11:58 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 12:07 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 1:41 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 2:01 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 2:25 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 8:20 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Fri Mar 09, 2012 12:39 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Fri Mar 09, 2012 12:49 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 6:36 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sat Mar 10, 2012 6:41 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sat Mar 10, 2012 7:10 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Sat Mar 10, 2012 7:08 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sat Mar 10, 2012 7:11 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 8:49 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Sat Mar 10, 2012 9:03 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 12:44 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 1:01 pm |
Re: ScidVsPC/Mac |
Michel Van den Bergh |
Sat Mar 10, 2012 1:15 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Sat Mar 10, 2012 1:44 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sun Mar 11, 2012 1:44 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Mar 12, 2012 8:18 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Mon Mar 12, 2012 9:16 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Mar 12, 2012 11:31 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Mar 12, 2012 11:51 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Mar 12, 2012 11:55 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Mar 12, 2012 1:08 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Tue Mar 13, 2012 11:07 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Tue Mar 13, 2012 11:17 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Tue Mar 13, 2012 11:25 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Tue Mar 13, 2012 7:54 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 14, 2012 8:17 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 15, 2012 9:06 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Thu Mar 15, 2012 11:41 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 15, 2012 12:15 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 15, 2012 12:58 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sun Jan 06, 2013 12:33 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 11:38 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 3:25 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 9:32 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 9:48 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 10:03 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 10:19 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 10:37 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 10:40 pm |
Re: ScidVsPC/Mac |
Don Dailey |
Mon Jan 07, 2013 10:47 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 10:51 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sun Apr 28, 2013 7:57 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Tue Apr 30, 2013 6:44 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Thu Mar 15, 2012 3:02 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 22, 2012 12:12 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Sun Jan 06, 2013 8:36 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 11:42 am |
Re: ScidVsPC/Mac |
Don Dailey |
Mon Jan 07, 2013 5:19 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Tue Mar 13, 2012 11:19 am |
|
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
|
|