A new version of Scid is available [4.6.4]
Moderators: hgm, Rebel, chrisw
-
- Posts: 13
- Joined: Sat Feb 23, 2008 8:07 pm
Re: A new version of Scid is available [4.6.4]
Are you using Scid on an an Fat32 file system? that would explain the problem.
-
- Posts: 1536
- Joined: Sun Oct 25, 2009 2:30 am
Re: A new version of Scid is available [4.6.4]
I tried both under NTFS as well as HFS Plus.maschmdt wrote:Are you using Scid on an an Fat32 file system? that would explain the problem.
-
- Posts: 2821
- Joined: Fri Sep 25, 2015 9:38 pm
- Location: Sortland, Norway
Re: A new version of Scid is available [4.6.4]
Under windows there is "Connect Hardware"
What is that for?
What is that for?
-
- Posts: 13
- Joined: Sat Feb 23, 2008 8:07 pm
Re: A new version of Scid is available [4.6.4]
Please, don't let us guess the numbers! Tell us your setup.
-
- Posts: 1536
- Joined: Sun Oct 25, 2009 2:30 am
Re: A new version of Scid is available [4.6.4]
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.
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.
-
- Posts: 593
- Joined: Sat Aug 20, 2011 9:43 am
Re: A new version of Scid is available [4.6.4]
DB of 5.25 million games, tree view, clicking top move for first 4 ply, using old L7500 cpu:Fulvio wrote:It's important do "compact" old databases (Database->Maintenance-> Compact Database) to achieve maximum performance.
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').
-
- 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]
Is there a pre-compiled archive for Ubuntu/Mint users ?
A. Ponti
AMD Ryzen 1800x, Windows 10.
FIDE current ratings: standard 1913, rapid 1931
AMD Ryzen 1800x, Windows 10.
FIDE current ratings: standard 1913, rapid 1931
-
- Posts: 338
- Joined: Tue Mar 13, 2012 9:59 pm
- Location: Germany
Re: A new version of Scid is available [4.6.4]
Not as far as I know. But you can compile it yourself.
Unzip the source files and change into that directory. Then type:
After everything is done you can run it by typing:
Or you can create a program starter
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
Code: Select all
./scid
-
- 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]
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 ?
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
AMD Ryzen 1800x, Windows 10.
FIDE current ratings: standard 1913, rapid 1931
-
- Posts: 389
- Joined: Wed Sep 26, 2012 1:29 pm
- Location: Hungary
Re: A new version of Scid is available [4.6.4]
Try to install build-essential package too!