Re: [Scidb-users] Scidb-users Digest, Vol 39, Issue 1
Chess Database Application
Status: Pre-Alpha
Brought to you by:
gcramer
|
From: Pietro <ilc...@ya...> - 2017-09-16 13:53:17
|
Hello everyone,
does anyone know a way to look inside the .sci file, or open them in a readable way?In truth, I need to recover one specific game from a database: some error happened while I was saving it (after a few and smal changes) and now I cannot open it anymore (due to the error I copy below). Only this game is corrupted in the entire database, so I am looking for a way to recover it.
Cheers
---Here's the error
precondition violation: offset + size + (mode() == ReadWriteLength ? 3 : 0) <= this->size()
(func) get(file) u_block_file.cpp:881(what) precondition violation: offset + size + (mode() == ReadWriteLength ? 3 : 0) <= this->size()(type) mstl::precondition_violation_exception
=== Backtrace ============================================ /usr/local/bin/tkscidb-beta() [0x81edc4] /usr/local/bin/tkscidb-beta() [0x83ae91] /usr/local/bin/tkscidb-beta() [0x6af2b5] /usr/local/bin/tkscidb-beta() [0x6ab729] /usr/local/bin/tkscidb-beta() [0x78e379] /usr/local/bin/tkscidb-beta() [0x6abac6] /usr/local/bin/tkscidb-beta() [0x69b6c3] /usr/local/bin/tkscidb-beta() [0x619fd3] /usr/local/bin/tkscidb-beta() [0x60d52a] /usr/local/bin/tkscidb-beta() [0x4495ed] /usr/local/bin/tkscidb-beta() [0x417dde] TclNRRunCallbacks Tcl_EvalEx Tk_BindEvent TkBindEventProc Tk_HandleEvent TclNRRunCallbacks Tcl_EvalEx Tk_BindEvent TkBindEventProc Tk_HandleEvent TclNRRunCallbacks Tcl_EvalEx Tk_BindEvent TkBindEventProc Tk_HandleEvent Tcl_ServiceEvent Tcl_DoOneEvent Tk_MainLoop Tk_MainEx /usr/local/bin/tkscidb-beta() [0x40f247] __libc_start_main==========================================================::widget::busyOperation { ::game::new $path -base $base -variant $variant -view $view -number $number -fen $fen ; }TableSelected .application.nb.database.contents.games.table 15::namespace inscope ::gametable {TableSelected .application.nb.database.contents.games.table 15}2
|