8.13 (8.13.0.0008) is now available
The Logos Bible Software desktop application version 8.13 is now available to all users.
To immediately update to the current stable version, enter the Update Now command. Otherwise, the app will automatically update the next time it's scheduled to check for updates.
Comments
-
The indexer now crashes after a few seconds. This was not an issue with 8.12. Two error messages appear in Event Viewer.
Application: LogosIndexer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Data.SQLite.SQLiteException...
Faulting application name: LogosIndexer.exe, version: 8.13.0.8, time stamp: 0x5e9a9b1d
Faulting module name: KERNELBASE.dll, version: 10.0.18362.815, time stamp: 0xb89efff3...0 -
Yep. Indexer keeps crashing for me as well.
0 -
Same for me...indexer crashes.
Also brought up in this thread: https://community.logos.com/forums/t/190347.aspx
0 -
The same for me, too[:P]
0 -
Yep. Indexer keeps crashing for me as well.
0 -
darn, index not working for me either. and it's like the one time i needed the LXX searching to work[:(]
0 -
So far no problem. What do those having crashes have in common?
Mission: To serve God as He desires.
0 -
I'm on a Mac and it isn't crashing, but the indexing is stuck on 0% for mor4e than an hour. Closing and restarting, same thing.
0 -
Indexer crashes.
Error ID: 5558
Error detail: SQLiteException: constraint failed: UNIQUE constraint failed: Terms.ReferenceSystem.Data.SQLite.SQLiteException (0x00000013): constraint failed: UNIQUE constraint failed: Terms.Reference
at System.Data.SQLite.SQLiteDataReader.ReadAsyncCore (System.Threading.CancellationToken cancellationToken) [0x000a6] in C:\projects\system-data-sqlite\src\System.Data.SQLite\SQLiteDataReader.cs:176
at System.Data.SQLite.SQLiteDataReader.Read () [0x00006] in C:\projects\system-data-sqlite\src\System.Data.SQLite\SQLiteDataReader.cs:115
at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00009] in C:\projects\system-data-sqlite\src\System.Data.SQLite\SQLiteCommand.cs:132
at Libronix.Utility.Data.ExceptionHandlingConnector+ExceptionHandlingCommand.ExecuteScalar () [0x00021] in B:\Jenkins\workspace\Utility\src\Libronix.Utility\Data\ExceptionHandlingConnector.cs:338
at Libronix.Utility.Data.PoolableConnector+<>c__13`1[T].<ExecuteScalar>b__13_0 (System.Data.IDbCommand x) [0x00000] in B:\Jenkins\workspace\Utility\src\Libronix.Utility\Data\PoolableConnector.cs:143
at Libronix.Utility.Data.PoolableConnector.CacheAndExecute[T] (Libronix.Utility.Data.IConnector connector, System.String text, System.Object[] parameterNamesAndValues, System.Func`2[T,TResult] execute) [0x000c8] in B:\Jenkins\workspace\Utility\src\Libronix.Utility\Data\PoolableConnector.cs:228
at Libronix.Utility.Data.PoolableConnector.ExecuteScalar[T] (System.String text, System.Object[] parameterNamesAndValues) [0x00000] in B:\Jenkins\workspace\Utility\src\Libronix.Utility\Data\PoolableConnector.cs:143
at Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteService.InsertReferenceTerm (Libronix.Utility.Data.IConnector connector, Libronix.DataTypes.DataTypeReference reference, Libronix.DigitalLibrary.AutoCompleteKinds kind, System.Collections.Generic.IEnumerable`1[T] labels, System.Collections.Generic.IEnumerable`1[T] descriptions, System.Collections.Generic.IEnumerable`1[T] mentioningReferences, Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteIconKind icon) [0x00000] in /Volumes/Code/Jenkins/workspace/DigitalLibrary-NuGet-Mac-Dev/DigitalLibrary/src/Libronix.DigitalLibrary.Utility/AutoComplete/AutoCompleteService.cs:1025
at Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteService.InsertReferenceTerm (Libronix.Utility.Data.IConnector connector, Libronix.DataTypes.DataTypeReference reference, Libronix.DigitalLibrary.AutoCompleteKinds kind, System.Collections.Generic.IEnumerable`1[T] labels, System.Collections.Generic.IEnumerable`1[T] descriptions, Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteIconKind icon) [0x00000] in /Volumes/Code/Jenkins/workspace/DigitalLibrary-NuGet-Mac-Dev/DigitalLibrary/src/Libronix.DigitalLibrary.Utility/AutoComplete/AutoCompleteService.cs:1020
at Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteService.InsertThematicOutlines (Libronix.Utility.Data.IConnector connector, Libronix.DigitalLibrary.Resources.ThematicOutlines.ThematicOutlinesResource thematicOutlinesResource, Libronix.Utility.Threading.IWorkState state) [0x0006e] in /Volumes/Code/Jenkins/workspace/DigitalLibrary-NuGet-Mac-Dev/DigitalLibrary/src/Libronix.DigitalLibrary.Utility/AutoComplete/AutoCompleteService.cs:521
at Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteService.UpdateFromResourceManager (Libronix.DigitalLibrary.ResourceManager resourceManager, Libronix.DigitalLibrary.Resources.ResourceLists resourceLists, Libronix.Utility.Threading.IWorkState state) [0x002f1] in /Volumes/Code/Jenkins/workspace/DigitalLibrary-NuGet-Mac-Dev/DigitalLibrary/src/Libronix.DigitalLibrary.Utility/AutoComplete/AutoCompleteService.cs:339
at LDLS4.Indexer.IndexerProgram.DoUpdateResourceManagerClients (Libronix.Utility.Threading.IPausableWorkState state) [0x0006d] in /Volumes/Code/Jenkins/workspace/Logos-Desktop-Mac-Beta-Ship/LogosDesktop/src/LDLS4.Indexer/IndexerProgram.cs:445
at LDLS4.Indexer.IndexerProgram.UpdateResourceManagerClients (Libronix.Utility.Threading.IPausableWorkState state, LDLS4.Indexer.IndexerProgram+IndexThreadData data) [0x00007] in /Volumes/Code/Jenkins/workspace/Logos-Desktop-Mac-Beta-Ship/LogosDesktop/src/LDLS4.Indexer/IndexerProgram.cs:423
at Libronix.Utility.Threading.WorkStateThreadOwner`1[T].ThreadProc (System.Object objData) [0x0007b] in B:\Jenkins\workspace\Utility\src\Libronix.Utility\Threading\WorkStateThreadOwner.cs:194
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00025] in <5aa1482f7d624fe398f211a67e8a8fa7>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <5aa1482f7d624fe398f211a67e8a8fa7>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <5aa1482f7d624fe398f211a67e8a8fa7>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <5aa1482f7d624fe398f211a67e8a8fa7>:0
at System.Threading.ThreadHelper.ThreadStart (System.Object obj) [0x0000f] in <5aa1482f7d624fe398f211a67e8a8fa7>:00 -
Yep, it won't index. Frustrating.
0 -
-
Before I knew the problem was caused by Logos 8.13, I deleted Logos and re-installed it. Now, NOTHING is indexed and all search results come up empty. I'm on a Mac. Have restarted several times. In each case, the Indexer starts running and then crashes with:
[ERROR] FATAL UNHANDLED EXCEPTION: System.Data.SQLite.SQLiteException (0x00000013): constraint failed: UNIQUE constraint failed: Terms.Reference
at System.Data.SQLite.SQLiteDataReader.ReadAsyncCore (System.Threading.CancellationToken cancellationToken) [0x000a6] in C:\projects\system-data-sqlite\src\System.Data.SQLite\SQLiteDataReader.cs:176My Logos is now unusable.
0 -
Mike Prewitt said:
Before I knew the problem was caused by Logos 8.13, I deleted Logos and re-installed it. Now, NOTHING is indexed and all search results come up empty. I'm on a Mac. Have restarted several times. In each case, the Indexer starts running and then crashes with:
[ERROR] FATAL UNHANDLED EXCEPTION: System.Data.SQLite.SQLiteException (0x00000013): constraint failed: UNIQUE constraint failed: Terms.Reference
at System.Data.SQLite.SQLiteDataReader.ReadAsyncCore (System.Threading.CancellationToken cancellationToken) [0x000a6] in C:\projects\system-data-sqlite\src\System.Data.SQLite\SQLiteDataReader.cs:176My Logos is now unusable.
Hi Mike,
This bug is not caused by 8.13, it is a resource bug that unfortunately shipped at the same time. We are working on getting it fixed.
0 -
-
Philana, I received several resources during the update. What is the name of the resource?
Mission: To serve God as He desires.
0 -
@Philana: which resource is it? I'd like to remove it from my hdd temporarily, and try indexing again.
0 -
Please fix this, I can't search for anything
Keith Pang, PhD Check out my blog @ https://keithkpang.wixsite.com/magnifyingjesus
0 -
This is why automatic updates are OFF and, as a general rule, I don't download updates immediately until checking for threads like this.
0 -
It could be worse. The last Windows 10 update got me into an endless loop of blue screens after each reboot. So my whole computer was unusable.
0 -
I haven’t seen any problems on mine yet. Win 10 Pro, up to date
WIN 11 i7 9750H, RTX 2060, 16GB RAM, 1TB SSD | iPad Air 3
Verbum Max0 -
The updated resource has been published.
After restarting Logos, the indexer should run to completion without crashing.
0 -
It is fixed now. Thanks!
0 -
Works here, too! Whew! That was kind of a biggie. Thanks for jumping through the hoops to get us a fix!
0 -
Also, I see the previous reported issues are still not addressed.
Here's a text copied, and then pasted into BibleWorks notes. See how the first word is still in a different font,and the citation is still not Times New Roman:
Win10 home; 32GB RAM; i7 - 10700 CPU @ 3. 80 GHz (10th gen, 8 cores); GTX 950 Video Card (2GB); SSD
0 -
Daniel J. Phillips said:
Also, I see the previous reported issues are still not addressed.
Unless they are listed in the release notes, assume that they are not addressed. As users, we don't know the details of the changes required to make the fix and, therefore, don't know when it is likely to be fixed. Only major issues such as crashes and freezes can we expect repairs in the next release.
Orthodox Bishop Alfeyev: "To be a theologian means to have experience of a personal encounter with God through prayer and worship."; Orthodox proverb: "We know where the Church is, we do not know where it is not."
0 -
logos will not load. Every time I try to load the program I get a message that it is preparing my library, but then nothing happens
0 -
Paul Mahler said:
logos will not load. Every time I try to load the program I get a message that it is preparing my library, but then nothing happens
Welcome to the forums! Sorry you are having troubles. [:s]
If a restart of your computer doesn't resolve the issue, please create a new thread. Include relevant info such as specific OS and Engine version numbers. Also include logs (see my signature line).
macOS, iOS & iPadOS |Logs| Install
Choose Truth Over Tribe | Become a Joyful Outsider!0