> I'm having segmentation fault when trying read Mega Database 2014 as Scidb.
> I'm using scidb 1.0 beta. Someone know how to deal with this?

I guess that your are working under Ubuntu, because Scidb should show
an error, instead of crashing, but Ubuntu has a special problem with
sub-processes.

The solution is to use the newest repository version, this version is
tested with MegaBase 2014.

How to do:

    sudo apt-get install subversion
    svn checkout svn://svn.code.sf.net/p/scidb/code/trunk scidb-code 
    cd scidb-code
    ./configure
    make
    sudo make install

The repository version is installing into the same directory as the prepared
package, the old version will be overwritten. Note that deinstallation is
possible,  when needed:

    sudo make uninstall

Cheers,
Gregor


Reply via email to