Re: [Scid-users] Segfault closing and reopening tree window

2011-11-14 Thread Steven
> I checked with gdb, and it looks like you're right about it being a problem with 8.5.10. > Do you know if it's been fixed in 8.5.11? It seems fixed. I knew they had found the bug, and after a one second test just now with tk-8.5.11, it works ok. S. -

Re: [Scid-users] Chess960 patch

2011-11-14 Thread Mario Lacunza
Hello I ll test in ubuntu 10.4 64 bits, i only need to know how compile from git patch version because i have the stable already compiled and running with no problems Mario Lacunza Enviado desde mi Droid El 13/11/2011 22:48, "Ben Hague" escribió: > Patch to scid in git for chess960 support. > >

Re: [Scid-users] Chess960 patch

2011-11-14 Thread Ben Hague
Hi, Nothing I'm aware of. Ben From: Steven To: Scid Users List Sent: Tuesday, 15 November 2011, 0:35 Subject: Re: [Scid-users] Chess960 patch Yay... It seems good after a quick test. Are there any known bugs or issues. Steven --- On Mon, 14/11/11, Ben Hagu

Re: [Scid-users] Segfault closing and reopening tree window

2011-11-14 Thread Ben Hague
Hi, I checked with gdb, and it looks like you're right about it being a problem with 8.5.10. Do you know if it's been fixed in 8.5.11? Thanks, Ben From: Steven To: Ben Hague Cc: Scid Users List Sent: Tuesday, 15 November 2011, 0:11 Subject: Re: [Scid-users] S

Re: [Scid-users] Chess960 patch

2011-11-14 Thread Steven
Yay... It seems good after a quick test. Are there any known bugs or issues. Steven --- On Mon, 14/11/11, Ben Hague wrote: From: Ben Hague Subject: [Scid-users] Chess960 patch To: "SCIDUsers" Received: Monday, 14 November, 2011, 2:47 PM Patch to scid in git for chess960 support. Ben Hag

Re: [Scid-users] Chess960 patch

2011-11-14 Thread Fulvio
Ben Hague wrote: Patch to scid in git for chess960 support. Hi, thank you for the patch, i love chess960 and i hope that we can add support for it in scid. However it's a big patch that changes hundreds lines of code, and i don't have time to check it before commiting. I hope that someone will

Re: [Scid-users] Segfault closing and reopening tree window

2011-11-14 Thread Steven
I just ran a quick test and can reproduce this on 8.5.10. You're probably using tcl/tk-8.5.10 , which has some nasty related bugs. To verify which version, have a look in Scid's about window. You'll probably want to install a different version of tcl and tk. S.A. --- On Mon, 14/11/11, Ben Hague

Re: [Scid-users] Building SCID on Windows

2011-11-14 Thread Fulvio
John wrote: > tkscid.cpp > c:\documents and settings\summer\my > documents\downloads\source\scid\src\tclmy.h( > 7) : fatal error C1083: Cannot open include file: 'unistd.h': No such > file or di > rectory > NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio > 10.0\VC\BI > N\cl.EX

Re: [Scid-users] search position problems

2011-11-14 Thread Fulvio
Esteban Cervetto wrote: > hello: > > I had been problems with the search position utility. I will try to > reproduce the cause: > > 1 - Open my personal database "A" and load a game in certain position > 2 - Open the reference Database "B". The window moves to the first > game of B. Then, I move

Re: [Scid-users] Segfault closing and reopening tree window

2011-11-14 Thread Fulvio
Ben Hague wrote: Hi, I've been having a problem with the latest git code. In docking mode if I open the Tree Window, then close it, and then reopen it it segfaults. In tcl\windows\tree.tcl there's a proc called ::tree::closeTree which has the line ::docking::cleanup .treeWin$baseNumber. If I

[Scid-users] Segfault closing and reopening tree window

2011-11-14 Thread Ben Hague
Hi, I've been having a problem with the latest git code. In docking mode if I open the Tree Window, then close it, and then reopen it it segfaults. In tcl\windows\tree.tcl there's a proc called ::tree::closeTree which has the line ::docking::cleanup .treeWin$baseNumber. If I comment this out it