A new version of Scid is available [4.6.4]

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

maschmdt
Posts: 13
Joined: Sat Feb 23, 2008 8:07 pm

Re: A new version of Scid is available [4.6.4]

Post by maschmdt »

Are you using Scid on an an Fat32 file system? that would explain the problem.
User avatar
Ozymandias
Posts: 1532
Joined: Sun Oct 25, 2009 2:30 am

Re: A new version of Scid is available [4.6.4]

Post by Ozymandias »

maschmdt wrote:Are you using Scid on an an Fat32 file system? that would explain the problem.
I tried both under NTFS as well as HFS Plus.
User avatar
Nordlandia
Posts: 2821
Joined: Fri Sep 25, 2015 9:38 pm
Location: Sortland, Norway

Re: A new version of Scid is available [4.6.4]

Post by Nordlandia »

Under windows there is "Connect Hardware"

What is that for?
maschmdt
Posts: 13
Joined: Sat Feb 23, 2008 8:07 pm

Re: A new version of Scid is available [4.6.4]

Post by maschmdt »

Please, don't let us guess the numbers! Tell us your setup.
User avatar
Ozymandias
Posts: 1532
Joined: Sun Oct 25, 2009 2:30 am

Re: A new version of Scid is available [4.6.4]

Post by Ozymandias »

If you mean number of games, it depends on the length of said games, but if you include lots of computer games (which are lengthier), you'll face problems before 12 million, even if they are stripped of comments.

This seems like a serious limitation, I mean, I'm not expecting it to handle the bigger 9-digit DBs, but the ones with the higher ranked players, at least.
Jesse Gersenson
Posts: 593
Joined: Sat Aug 20, 2011 9:43 am

Re: A new version of Scid is available [4.6.4]

Post by Jesse Gersenson »

Fulvio wrote:It's important do "compact" old databases (Database->Maintenance-> Compact Database) to achieve maximum performance.
DB of 5.25 million games, tree view, clicking top move for first 4 ply, using old L7500 cpu:
Scid 4.3.0 took 71 seconds
Scid 4.6.4 took 33 seconds (without 'Compact Database')
Scid 4.6.4 took 5 seconds (with 'Compact Database')!!

With an i5-2520m Scid 4.6.4 took 3 seconds (with 'Compact Database').
User avatar
Ponti
Posts: 493
Joined: Wed Mar 15, 2006 6:13 am
Location: Curitiba - PR - BRAZIL

Re: A new version of Scid is available [4.6.4]

Post by Ponti »

Is there a pre-compiled archive for Ubuntu/Mint users ?
A. Ponti
AMD Ryzen 1800x, Windows 10.
FIDE current ratings: standard 1913, rapid 1931
styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: A new version of Scid is available [4.6.4]

Post by styx »

Not as far as I know. But you can compile it yourself.

Unzip the source files and change into that directory. Then type:

Code: Select all

sudo apt-get install tcl8.5-dev tk8.5-dev

Code: Select all

./configure

Code: Select all

make
After everything is done you can run it by typing:

Code: Select all

./scid
Or you can create a program starter
User avatar
Ponti
Posts: 493
Joined: Wed Mar 15, 2006 6:13 am
Location: Curitiba - PR - BRAZIL

Re: A new version of Scid is available [4.6.4]

Post by Ponti »

I'm still having problems to compile it.

Linux Mint 18.

make
rm -f ./scid
cat tcl/start.tcl > ./scid
chmod +x scid
cp scripts/sc_epgn.tcl ./sc_epgn
chmod +x sc_epgn
cp scripts/sc_spell.tcl ./sc_spell
chmod +x sc_spell
cp scripts/sc_eco.tcl ./sc_eco
chmod +x sc_eco
cp scripts/sc_import.tcl ./sc_import
chmod +x sc_import
cp scripts/sc_remote.tk ./sc_remote
chmod +x sc_remote
cp scripts/scidpgn.tcl ./scidpgn
chmod +x scidpgn
cp scripts/pgnfix.py ./pgnfix
chmod +x pgnfix
cp scripts/spliteco.tcl ./spliteco
chmod +x spliteco
cp scripts/spf2spi.tcl ./spf2spi
chmod +x spf2spi
g++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -pthread -Wall -DSCID_USE_TB -DT41_INCLUDE -I/usr/include/tcl8.6 -o src/sortcache.o -c src/sortcache.cpp
make: g++: Comando não encontrado
Makefile:332: recipe for target 'src/sortcache.o' failed
make: *** [src/sortcache.o] Error 127

----------------------------------

The Ubuntu program base lists SCID but it is not the latest version...
why not update it ?
A. Ponti
AMD Ryzen 1800x, Windows 10.
FIDE current ratings: standard 1913, rapid 1931
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: A new version of Scid is available [4.6.4]

Post by gbtami »

Try to install build-essential package too!