Hi Pietro, > Do you mean via wine? If not, how did you do?
Yes, with Wine. It works ok, except the thing with the activation. > I was just using scidb when it crashed and the database i was writing > went lost. I did not yet restart the pc, is there any chance to recover it? At first, I don't know a way how to recover lost files. I'm wondering that the database is lost. The game data file will never be rewritten - except compaction, and even compaction is writing a copy. The same applies to the index file, either a new index record will be appended, or one record will be replaced. Only the namebase file will be rewritten, but in this case Scidb is writing at first a temporary file, and after success this file will be renamed to the original file; this file renaming is an atomic operation and can never fail. Can you describe exactly what you did?