Description
When I try to open the program, it crashes
Steps to reproduce
- Load Logos 4
- (If I hold down ctrl, I can get into the login screen but when I try loading a blank homepage, I still crash)
Actual Result
Crash. Error screen of :"Logos Bible Software 4 has stopped working
A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
Expected Result
Instead of crashing I expected Logos 4 to open.
System Specs
HP Pavilion Slimline s3500f
Windows Vista, 4GB RAM, AMD Athlon X2 5400 Dual Core, AVG Anti-Virus Free Edition,
Comments
*** Application Crash ***
Program Version: 4.3 SR-7 (4.30.0.1621)
Windows Version: 6.0.6002.131072
Time: 2012-02-23 19:15:09 -08:00 (2012-02-24T03:15:09Z)
Installed memory: 3,965 MB
Install path: C:\Users\Jedidiah\AppData\Local\Logos4\System\Logos4.exe
Free install space: 194,196 MB
Data path: C:\Users\Jedidiah\AppData\Local\Logos4\Data\obuxgy35.rjf
Free disk space: 194,196 MB
Temp path: C:\Users\Jedidiah\AppData\Local\Temp\
Free temp space: 194,196 MB
Error ID: 3490
Error detail: DatabaseVersionException: The database schema (12) is newer than the latest schema recognized by this code (11). The database cannot be opened.
Libronix.Utility.Data.DatabaseVersionException: The database schema (12) is newer than the latest schema recognized by this code (11). The database cannot be opened.
at Libronix.Utility.Data.LocalFileDatabase.VerifySchemaVersion(Int64 nDatabaseSchemaVersion, Int64 nCurrentSchemaVersion)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnOnValidSchema)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, String strGetInfoSql, Func`2 fnReadInfo, Func`2 fnGetUpgradeSql, Action`1 fnOnValidSchema)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase(IConnector conn, Int32 nCurrentSchemaVersion, String strGetInfoSql, Func`2 fnGetUpgradeSql)
at Libronix.DigitalLibrary.UpdateManager.<.ctor>b__0(IConnector conn)
at Libronix.Utility.Data.LocalFileDatabase..ctor(String strPath, Func`2 fnCreateConnection, Func`2 fnValidateDatabase, Action`1 fnCreateDatabase)
at Libronix.DigitalLibrary.UpdateManager..ctor(String strDataFolder, LicenseManager licenseManager, ResourceManager resourceManager)
at Libronix.DigitalLibrary.Utility.DigitalLibraryServices.CreateUpdateManager()
at Libronix.Utility.LazyObject`1.get_Value()
at Libronix.DigitalLibrary.Utility.DigitalLibraryServices.get_UpdateManager()
at LDLS4.AppStartupModel.UserValidated()
at LDLS4.AppStartupModel.CheckForPendingProducts()
at LDLS4.AppStartupModel.<GetLicensesFromServer>b__3(GetLicensesResult result)
at LDLS4.WebServiceClient.<GetLicensesWork>d__30.MoveNext()
at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNext()
at Libronix.Utility.Threading.AsyncWorkerTask`1.ContinueExecution(Object unused)
at Libronix.Utility.Threading.AsyncAction.ContinueCallback(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
at LDLS4.OurApp.InitializeAndRun(ReadOnlyCollection`1 listArgs, SingleInstanceManager sim)
at LDLS4.OurApp.Main(String[] astrArgs)