Logos crash

Running latest beta- Windows 7 Home Prem.
Comments
-
Hi Whyndell
This says that one of your files is corrupt
Suggest you remove C:\Users\Whyndell Earl\AppData\Local\Logos4\Data\0yzboier.jcx\LibraryCatalog\catalog.db
Logos will take time on restarting to prepare your library again
Graham
0 -
Graham tried your suggestion here are the files:
0 -
This is now saying that another file is malformed -
C:\Users\Whyndell Earl\AppData\Local\Logos4\Documents\0yzboier.jcx\UserPreferences2\PreferencesManager.db
Worth checking your disk to see if there are some wider issues here.
0 -
Graham- i don't see the referenced file? I only have a Usereventmanager folder
0 -
My bad found it- why do I have two folders ?
0 -
Ok deleted that folder- restarted Logos looks like it is building my library
fingers crossed
0 -
Whyndell Grizzard said:
Ok deleted that folder- restarted Logos looks like it is building my library
fingers crossed
Hope it works.
0 -
Whyndell Grizzard said:
My bad found it- why do I have two folders ?
Most of us do. The old one relates to an older version of Logos (the old one uses Sync v1, the new one Sync v2). I guess they kept it in case something went wrong in the upgrade.
This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!
0 -
Ok looks like that worked Logos is open and indexing- sure would like to know what caused all that. But at least I learned a fix.
0 -
Whyndell Grizzard said:
Ok looks like that worked Logos is open and indexing- sure would like to know what caused all that.
That's good news
Whyndell Grizzard said:But at least I learned a fix.
Please bear in mind, that fix only addresses that specific problem[:)]
0 -
10-4
0 -
So would Logos. Problems like this occur sufficiently regularly to suggest there is an underlying problem that needs to be fixed or worked around, but not so regularly that there's enough data to diagnose the problem.Whyndell Grizzard said:sure would like to know what caused all that.
This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!
0 -
Mark Barnes said:
So would Logos. Problems like this occur sufficiently regularly to suggest there is an underlying problem that needs to be fixed or worked around, but not so regularly that there's enough data to diagnose the problem.
We would very much like to know what causes this problem. Unfortunately, we have never reproduced the problem in-house, even though we have stress tests to try to ferret out problems (and SQLite itself has very thorough tests).
It's possible that there's a bug in our code that causes the problem, but it's also possible that it's caused by bad hardware (see http://www.sqlite.org/howtocorrupt.html). Microsoft has a fairly depressing paper about the reliability of typical consumer hardware: http://research.microsoft.com/pubs/144888/eurosys84-nightingale.pdf.
We are considering switching to a WAL journal, which should be more robust (http://www.sqlite.org/draft/wal.html). We haven't until now because it would have caused file-locking conflicts with anti-virus software; however, recently support for persisting the WAL was added, which should allow us to work around that issue.
We are trying to work on solutions that can be deployed to fix this problem, but as mentioned, it's not entirely clear what the problem even is.
0