9.11 (9.11.0.0019) is now available
The Logos Bible Software desktop application version 9.11 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
-
I wish I hadn't updated! The indexer crashes. Any idea how to fix this?
Event Viewer in Windows 11 shows the following two errors:
.NET Runtime error, Event 1026:
Application: LogosIndexer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileLoadException
at Libronix.DigitalLibrary.Resources.UnifiedAnnotationVocabulary.UnifiedAnnotationVocabularyResourceCore..ctor(Libronix.DigitalLibrary.EncryptedVolume, Libronix.DigitalLibrary.ILicenseChecker)
at Libronix.DigitalLibrary.Resources.UnifiedAnnotationVocabulary.UnifiedAnnotationVocabularyResourceDriver.CreateSpecificResourceCore(Libronix.DigitalLibrary.EncryptedVolume, Libronix.DigitalLibrary.ILicenseChecker)
at Libronix.DigitalLibrary.Resources.Core.EncryptedVolumeResourceDriver.CreateResourceCore(System.String, System.String, System.String, Libronix.Utility.Threading.IWorkState)
at Libronix.DigitalLibrary.Resources.Core.StandardResourceDriver.CreateResourceCore(System.String, System.String, System.String)
at Libronix.DigitalLibrary.Resources.Core.ResourceCache.OpenResource(System.String, System.String, System.String)
at Libronix.DigitalLibrary.ResourceManager.OpenResourceCore(System.String, Boolean, Libronix.DigitalLibrary.Resource ByRef)
at Libronix.DigitalLibrary.ResourceManager.OpenResource(System.String)
at Libronix.DigitalLibrary.LicensedResourceOpenerUtility.OpenResource[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](Libronix.DigitalLibrary.ILicensedResourceOpener, System.String)
at Libronix.DigitalLibrary.Resources.StandardLicensedSpecialResourceOpener.OpenSingleResourceOfType[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.String)
at Libronix.DigitalLibrary.Utility.AutoComplete.AutoCompleteService.UpdateFromResourceManager(Libronix.DigitalLibrary.ResourceManager, Libronix.DigitalLibrary.Resources.ResourceLists, Libronix.Utility.Threading.IWorkState)
at LDLS4.Indexer.IndexerProgram.DoUpdateResourceManagerClients(Libronix.Utility.Threading.IPausableWorkState)
at LDLS4.Indexer.IndexerProgram.UpdateResourceManagerClients(Libronix.Utility.Threading.IPausableWorkState, IndexThreadData)
at Libronix.Utility.Threading.WorkStateThreadOwner`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ThreadProc(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart(System.Object)
*****************Application error, Event 1000:
Faulting application name: LogosIndexer.exe, version: 9.11.0.19, time stamp: 0xe4b08dec
Faulting module name: KERNELBASE.dll, version: 10.0.22000.434, time stamp: 0x72a6f702
Exception code: 0xe0434352
Fault offset: 0x000000000004478c
Faulting process id: 0x2344
Faulting application start time: 0x01d817d6c2037f45
Faulting application path: C:\Users\Mathew and Darren\AppData\Local\Logos\System\LogosIndexer.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 01d89992-2bd8-40cc-a187-651a8cd1a180
Faulting package full name:
Faulting package-relative application ID:0 -
LogosIndexer.exe.config is missing the following binding, which caused an exception error.
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>0