Re: [Scid-users] PGN window unstable

2011-01-03 Thread Steven
Thanks everyone for ironing out these bugs. It's good to get alternative builds which show up these dormant bugs. S. -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate da

Re: [Scid-users] PGN window unstable

2011-01-03 Thread A. Wagner
et.nl] >Gesendet: Montag, 3. Januar 2011 23:14 >An: Steven >Cc: Scid >Betreff: Re: [Scid-users] PGN window unstable > >On 01/03/2011 10:56 PM, Steven wrote: > >Hi, > >> Gerd, >> >> Have the recent changes fixed the PGN instability issue ? > >Yes. The

Re: [Scid-users] PGN window unstable

2011-01-03 Thread Gerd Lorscheid
removed. So this problem is solved, but you never know how many others are sleeping... Gerd -Ursprüngliche Nachricht- Von: Joost 't Hart [mailto:joost.t.h...@planet.nl] Gesendet: Montag, 3. Januar 2011 23:14 An: Steven Cc: Scid Betreff: Re: [Scid-users] PGN window unstabl

Re: [Scid-users] PGN window unstable

2011-01-03 Thread Joost 't Hart
On 01/03/2011 10:56 PM, Steven wrote: Hi, > Gerd, > > Have the recent changes fixed the PGN instability issue ? Yes. They were caused by a (debug-only) buffer overflow in the engine.cpp code. > Joost wrote: >> Yet what surprised me is that flag values> 3 really >> could be >> meaningless. Not

Re: [Scid-users] PGN window unstable

2011-01-03 Thread Steven
Gerd, Have the recent changes fixed the PGN instability issue ? Joost wrote: > Yet what surprised me is that flag values > 3 really > could be > meaningless. Note that they are not taken into account in > the switch > statement to follow. Hence I wonder what is going on in the > hash > machin

Re: [Scid-users] PGN window unstable

2011-01-02 Thread Joost 't Hart
t. > > > -Ursprüngliche Nachricht- > Von: Joost 't Hart [mailto:joost.t.h...@planet.nl] > Gesendet: Sonntag, 2. Januar 2011 12:41 > An: Gerd Lorscheid > Cc: scid-users@lists.sourceforge.net > Betreff: Re: [Scid-users] PGN window unstable > > On 01/01/201

Re: [Scid-users] PGN window unstable

2011-01-02 Thread Joost 't Hart
gt; > Gerd > > > -Ursprüngliche Nachricht- > Von: Gerd Lorscheid [mailto:gerd.lorsch...@onlinehome.de] > Gesendet: Samstag, 1. Januar 2011 22:05 > An: scid-users@lists.sourceforge.net > Betreff: [Scid-users] PGN window unstable > > Hello, > > the scid binary

Re: [Scid-users] PGN window unstable

2011-01-02 Thread Alexander Wagner
On 01/01/11 22:58, Gerd Lorscheid wrote: Hi! > in engine.cpp there are the lines: > > scoreFlagT hashflag = ProbeHash (depth,&hashscore,&hashmove, > &isOnlyMove); > ProbeCounts[hashflag]++; > > ProbeCounts is an byte-array of four fields, but hashflag returns values> > 3. ProbeCounts se

Re: [Scid-users] PGN window unstable

2011-01-01 Thread Gerd Lorscheid
lto:gerd.lorsch...@onlinehome.de] Gesendet: Samstag, 1. Januar 2011 22:05 An: scid-users@lists.sourceforge.net Betreff: [Scid-users] PGN window unstable Hello, the scid binary I am compiling for myself with VisualStudio and optimizing enabled likes to crash when I navigate through a game with

[Scid-users] PGN window unstable

2011-01-01 Thread Gerd Lorscheid
Hello, the scid binary I am compiling for myself with VisualStudio and optimizing enabled likes to crash when I navigate through a game with variations and then click on a move in the pgn window. What I found is that the global language variable is overwritten by the engine code. Next the