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 localization of a move failed by a null pointer,
because the language and so the offset to the conversion table does not
exist. The known problem is that the behavior can be different, if compiled
with different optimizing options or with a different compiler. But I am
still interested if anybody has or had the same experiences, because with a
future version somebody else can run into the same trouble.
The engine is allocated and runs for some time before it is deleted. During
its run it does not allocate memory, nothing runs in parallel. So this looks
like the engine is guilty, but I am not sure about TCL whether something can
be triggered in parallel.

        Hints are welcome,

        Gerd


-----Ursprüngliche Nachricht-----
Von: Benoit St-Pierre [mailto:benbon...@gmail.com] 
Gesendet: Samstag, 1. Januar 2011 18:34
An: scid-users@lists.sourceforge.net
Betreff: Re: [Scid-users] copying games from scid - ctrl-c does not work as
expected

Alexander completed my sentence:

> If the game list window is active, copying the active game.

It copies the active game in the Clipboard.  Perhaps this is what we
would like Scid to do in every context.

When I am in the Database Manager Window, I can click on the Clipbase
and do stuff.  For instance, I can drag the games into another DB.

But it seems I can't easily copy the games from the Clipbase into the
buffer.  That's something I'd like to do when I right-click on the
Clipbase Icon.  (Being able to Open a databse with the right-click is
a bit strange, btw.)

In fact, lots of actions could be done when right-clicking on this
icon.  Empty Clipboard and Reset filter are very powerful.  If I could
Copy all the Clipbase games into my buffer, that would be great for
editing purposes.

Whatever comes out of right-clicking, there seems to be a need to
speed things up with the Exporting Tool.

----------------------------------------------------------------------------
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment,
and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to