Proclaim crashes on startup

Proclaim cycles for a few seconds at "password login" then crashes. Here is the error:
Program Version: 1.5 (1.05.0.0006)
Windows Version: 6.1.7601.65536
Time: 2012-05-18 12:40:37 -04:00 (2012-05-18T16:40:37Z)
Installed memory: 4,020 MB
Install path: C:\Users\Bill\AppData\Local\Apps\2.0\VDEDP5CG.CWA\GLEGP4OC.31W\proc..tion_c830e69472a2fd73_0001.0005_dfaf9ddba087d7be\Proclaim.exe
Free install space: 218,374 MB
Temp path: C:\Users\Bill\AppData\Local\Temp\
Free temp space: 218,374 MB
Error ID: 9746
Error detail: DatabaseVersionException: Error upgrading to schema version 2
Libronix.Utility.Data.DatabaseVersionException: Error upgrading to schema version 2 ---> System.Data.SQLite.SQLiteException: SQLite error
no such table: Info
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Libronix.Utility.Data.PoolableConnector.ExecuteReader(String strText, Object[] aobjParameterNamesAndValues)
at Libronix.Utility.Data.LocalFileDatabase.<>c__DisplayClassc`1.<UpgradeDatabase>b__a(IConnector c)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, Action`1 fnOnValidSchema)
--- End of inner exception stack trace ---
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, 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 Logos.Proclaim.Common.UploadManager.<.ctor>b__0(IConnector conn)
at Libronix.Utility.Data.LocalFileDatabase..ctor(String strPath, Func`2 fnCreateConnection, Func`2 fnValidateDatabase, Action`1 fnCreateDatabase)
at Logos.Proclaim.Common.UploadManager..ctor(String uploadManagerFolder, ProclaimServices services)
at Logos.Proclaim.Common.ProclaimServices.CreateUploadManager()
at Logos.Proclaim.Common.ProclaimServices..ctor(User user, ServicesKind kind)
at Logos.Proclaim.Common.ProclaimServices.CreateForUser(User user)
at Logos.Proclaim.Common.Model.AppModel.AppStartupCallback.InitializeServicesForUser(User user)
at Logos.Proclaim.Common.Model.AppStartupModel.WorkOnline(User user, Boolean isLoggingIn)
at Logos.Proclaim.Common.Model.AppStartupModel.<>c__DisplayClass5.<VerifyCurrentUserIsLoggedIn>b__4(LoginResult result)
at Logos.Proclaim.Common.AccountManager.<VerifyLoginWork>d__3.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 Logos.Proclaim.OurApp.InitializeAndRun(ReadOnlyCollection`1 listArgs, SingleInstanceManager singleInstanceManager)
at Logos.Proclaim.OurApp.Main(String[] astrArgs)
Thanks for any help!
Comments
-
Thanks for posting the log files Bill. We'll look into why you had an issue and get back to you.
~Matt
0 -
Looks like something went wrong during the first run and the upload manager database file was only partially created. I will follow up w/ you offline for how to resolve.
0 -
I am having the same problem with my Mac.
After downloading the latest version, it will not launch. I have tried rebooting, and downloading a second time, to no avail. Please contact me at
pastor.bru@mountolivet.ca or phone 780.467.5994
0 -
Pastor Bruce,
If you are running Mac OS X 10.6 you will have to uninstall the current version as there is a problem running on that version of the OS. See the following post
-allen
0 -
I have the same issue please contact me with the resoultion.
erwingarcia@gmail.com
2012-07-22 00:20:11.0072 1 Info OurApp Starting application (1.5, version 1.05.0.0035) at 0.402 seconds.
2012-07-22 00:20:12.7742 1 Info UserManager Opening UserManager in C:\Users\admin\AppData\Local\Proclaim\Users.
2012-07-22 00:20:12.8772 1 Info LocalFileDatabase Found existing database at C:\Users\admin\AppData\Local\Proclaim\Users\UserManager.db
2012-07-22 00:20:14.8242 1 Info OurApp Showing startup window Logos.Proclaim.StartupWindow at 4.221 seconds.
2012-07-22 00:20:14.8462 1 Info AppModel App is now idle.
2012-07-22 00:20:14.8992 1 Info ElementUtility Couldn't find focusable item; focus unchanged.
2012-07-22 00:20:16.0242 1 Info AppStartupModel User cookie verification succeeded.
2012-07-22 00:20:16.0772 1 Info ProclaimServices Initializing ProclaimServices. (Data Folder = C:\Users\admin\AppData\Local\Proclaim\Data\l3ijfb05.5yx)
2012-07-22 00:20:16.0772 1 Info ProclaimServices (Timed) Creating TouchPoints Database manager
2012-07-22 00:20:16.0772 1 Info TouchPointsManager Opening TouchPointsManager in C:\Users\admin\AppData\Local\Proclaim\Data\l3ijfb05.5yx\TouchPointsManager.
2012-07-22 00:20:16.0852 1 Info LocalFileDatabase Found existing database at C:\Users\admin\AppData\Local\Proclaim\Data\l3ijfb05.5yx\TouchPointsManager\TouchPointsManager.db
2012-07-22 00:20:16.1192 1 Error OurApp Unhandled exception: Libronix.Utility.Data.DatabaseVersionException: Error upgrading to schema version 3 ---> System.Data.SQLite.SQLiteException: SQLite error
no such table: Info
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Libronix.Utility.Data.PoolableConnector.ExecuteReader(String strText, Object[] aobjParameterNamesAndValues)
at Libronix.Utility.Data.LocalFileDatabase.<>c__DisplayClassc`1.<UpgradeDatabase>b__a(IConnector c)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, Action`1 fnOnValidSchema)
--- End of inner exception stack trace ---
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, 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 Logos.Proclaim.Common.TouchPointsManager.<.ctor>b__0(IConnector conn)
at Libronix.Utility.Data.LocalFileDatabase..ctor(String strPath, Func`2 fnCreateConnection, Func`2 fnValidateDatabase, Action`1 fnCreateDatabase)
at Logos.Proclaim.Common.TouchPointsManager..ctor(ProclaimWebClient webClient, String folder)
at Logos.Proclaim.Common.ProclaimServices.CreateTouchPointsManager()
at Logos.Proclaim.Common.ProclaimServices..ctor(User user, ServicesKind kind)
at Logos.Proclaim.Common.ProclaimServices.CreateForUser(User user)
at Logos.Proclaim.Common.Model.AppModel.AppStartupCallback.InitializeServicesForUser(User user)
at Logos.Proclaim.Common.Model.AppStartupModel.WorkOnline(User user, Boolean isLoggingIn)
at Logos.Proclaim.Common.Model.AppStartupModel.<>c__DisplayClass5.<VerifyCurrentUserIsLoggedIn>b__4(LoginResult result)
at Logos.Proclaim.Common.AccountManager.<VerifyLoginWork>d__3.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 Logos.Proclaim.OurApp.InitializeAndRun(ReadOnlyCollection`1 listArgs, SingleInstanceManager singleInstanceManager)
at Logos.Proclaim.OurApp.Main(String[] astrArgs)
2012-07-22 00:20:25.2822 1 Info ProclaimServices (9200ms) Creating TouchPoints Database managerProgram Version: 1.5 (1.05.0.0035)
Windows Version: 6.0.6001.65536
Time: 2012-07-21 20:20:16 -04:00 (2012-07-22T00:20:16Z)
Installed memory: 3,061 MB
Install path: C:\Users\admin\AppData\Local\Apps\2.0\J05ALYRZ.CL2\8B8Y6XP0.QPA\proc..tion_c830e69472a2fd73_0001.0005_dce361aa24483abe\Proclaim.exe
Free install space: 11,173 MB
Temp path: C:\Users\admin\AppData\Local\Temp\
Free temp space: 11,173 MB
Error ID: 4249
Error detail: DatabaseVersionException: Error upgrading to schema version 3
Libronix.Utility.Data.DatabaseVersionException: Error upgrading to schema version 3 ---> System.Data.SQLite.SQLiteException: SQLite error
no such table: Info
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Libronix.Utility.Data.PoolableConnector.ExecuteReader(String strText, Object[] aobjParameterNamesAndValues)
at Libronix.Utility.Data.LocalFileDatabase.<>c__DisplayClassc`1.<UpgradeDatabase>b__a(IConnector c)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, Action`1 fnOnValidSchema)
--- End of inner exception stack trace ---
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, 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 Logos.Proclaim.Common.TouchPointsManager.<.ctor>b__0(IConnector conn)
at Libronix.Utility.Data.LocalFileDatabase..ctor(String strPath, Func`2 fnCreateConnection, Func`2 fnValidateDatabase, Action`1 fnCreateDatabase)
at Logos.Proclaim.Common.TouchPointsManager..ctor(ProclaimWebClient webClient, String folder)
at Logos.Proclaim.Common.ProclaimServices.CreateTouchPointsManager()
at Logos.Proclaim.Common.ProclaimServices..ctor(User user, ServicesKind kind)
at Logos.Proclaim.Common.ProclaimServices.CreateForUser(User user)
at Logos.Proclaim.Common.Model.AppModel.AppStartupCallback.InitializeServicesForUser(User user)
at Logos.Proclaim.Common.Model.AppStartupModel.WorkOnline(User user, Boolean isLoggingIn)
at Logos.Proclaim.Common.Model.AppStartupModel.<>c__DisplayClass5.<VerifyCurrentUserIsLoggedIn>b__4(LoginResult result)
at Logos.Proclaim.Common.AccountManager.<VerifyLoginWork>d__3.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 Logos.Proclaim.OurApp.InitializeAndRun(ReadOnlyCollection`1 listArgs, SingleInstanceManager singleInstanceManager)
at Logos.Proclaim.OurApp.Main(String[] astrArgs)0 -
Erwin Garcia said:
I have the same issue please contact me with the resoultion.
I would advise against posting your email address in this forum. Spammers can find that and send you unwanted mail.
I will follow up with you via email.
Thanks,
0 -
I'm having what appears to be the same problem, but I'm on Windows 7 x64. Downloaded latest update, and can't get past the login screen without a crash. I started a new post with my log files posted before noticing this thread.
0 -
Richard Hake said:
I'm having what appears to be the same problem, but I'm on Windows 7 x64. Downloaded latest update, and can't get past the login screen without a crash. I started a new post with my log files posted before noticing this thread.
I replied to you in that thread, Mr. Hake.
0