Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Daniel  
#1 Posted : Tuesday, October 18, 2011 11:04:10 PM(UTC)
Daniel

Rank: Newbie

Joined: 10/18/2011(UTC)
Posts: 2
Location: Melbourne

Hi I am having a similar issue with MT as did "Ace" did in August 2011.
see following post for ref
http://forum.manictime.c...ime-stopped-working.aspx

I dont have the following folder
XP: C:\Documents and Settings\<username>\Local Settings\Application Data\Finkit\ManicTime\Logs
Vista or Windows 7: C:\Users\<username>\AppData\Local\ Finkit\ManicTime\Logs

I also don't have machine.config.
I have "machine.config.default" and "machine.config.comments"
tried renaming "machine.config.default" to "machine.config. however
comes up with "require permission from trustedInstaller to make changes to this file"

Below is the error log that pops up
System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
at System.Data.SqlServerCe.SqlCeEngine.set_LocalConnectionString(String value)
at System.Data.SqlServerCe.SqlCeEngine..ctor()
at System.Data.SqlServerCe.SqlCeEngine..ctor(String connectionString)
at Finkit.ManicTime.Common.SqlCeDatabaseUpdater.CreateDatabase(String password)
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CreateDatabase()
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase()


***ProcessInfo:
*** Start: 19/10/2011 8:45:10 AM.536
*ProcessInfoX86 Start: 19/10/2011 8:45:10 AM.536
6.1.7601.65536 X64
---
4552 C:\Program Files (x86)\ManicTime\ManicTimeClient.exe *32
---
6292, (6292, Wait, UserRequest, 19/10/2011 08:40:53.0840): 00:00:00.9204059
[Internal thisFrame, 'M-->U', MS.Win32.UnsafeNativeMethods.ITfMessagePump::GetMessageW]
System.Windows.Threading.Dispatcher.GetMessage
System.Windows.Threading.Dispatcher.PushFrameImpl
System.Windows.Threading.Dispatcher.PushFrame
System.Windows.Window.ShowHelper
System.Windows.Window.Show
System.Windows.Window.ShowDialog
Finkit.ManicTime.Client.Main.Views.ViewHelper.ShowMessage
Finkit.ManicTime.Client.Main.ApplicationInstance.ApplicationStartup
Finkit.ManicTime.Client.WpfApp.App.Application_Startup
System.Windows.Application.OnStartup
System.Windows.Application.<.ctor>b__0
System.Windows.Threading.ExceptionWrapper.InternalRealCall
System.Windows.Threading.ExceptionWrapper.TryCatchWhen
System.Windows.Threading.Dispatcher.WrappedInvoke
System.Windows.Threading.DispatcherOperation.InvokeImpl
System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext
System.Threading.ExecutionContext.runTryCode
System.Threading.ExecutionContext.RunInternal
System.Threading.ExecutionContext.Run
System.Windows.Threading.DispatcherOperation.Invoke
System.Windows.Threading.Dispatcher.ProcessQueue
System.Windows.Threading.Dispatcher.WndProcHook
MS.Win32.HwndWrapper.WndProc
MS.Win32.HwndSubclass.DispatcherCallbackOperation
System.Windows.Threading.ExceptionWrapper.InternalRealCall
System.Windows.Threading.ExceptionWrapper.TryCatchWhen
System.Windows.Threading.Dispatcher.WrappedInvoke
System.Windows.Threading.Dispatcher.InvokeImpl
System.Windows.Threading.Dispatcher.Invoke
MS.Win32.HwndSubclass.SubclassWndProc
[Internal thisFrame, 'M-->U', MS.Win32.UnsafeNativeMethods::DispatchMessage]
System.Windows.Threading.Dispatcher.PushFrameImpl
System.Windows.Threading.Dispatcher.PushFrame
System.Windows.Threading.Dispatcher.Run
System.Windows.Application.RunDispatcher
System.Windows.Application.RunInternal
System.Windows.Application.Run
System.Windows.Application.Run
Finkit.ManicTime.Client.WpfApp.App.Main

1440, (1440, Wait, UserRequest, 19/10/2011 08:40:53.1152): 00:00:00
2536, (2536, Wait, ExecutionDelay, 19/10/2011 08:40:56.4224): 00:00:00
3028, (3028, Wait, EventPairLow, 19/10/2011 08:40:57.0152): 00:00:00
4860, (4860, Wait, UserRequest, 19/10/2011 08:40:57.5300): 00:00:00.0624004
4172, (4172, Wait, UserRequest, 19/10/2011 08:41:56.4357): 00:00:00




*ProcessInfoX86 End: 19/10/2011 8:45:10 AM.879
*ProcessInfoX64 Start: 19/10/2011 8:45:10 AM.895
6.1.7601.65536 X64
---
6404 C:\Program Files (x86)\ManicTime\ManicTime.exe
---
5816, (5816, Wait, UserRequest, 19/10/2011 08:45:06.8080): 00:00:01.0452067
[Internal thisFrame, 'M-->U', System.Windows.Forms.UnsafeNativeMethods::WaitMessage]
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop
System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner
System.Windows.Forms.Application.ThreadContext.RunMessageLoop
Finkit.ManicTime.Tracker.Main.TrackerApplicationInstance.Run
Finkit.ManicTime.Tracker.WinApp.Program.Main

6192, (6192, Wait, UserRequest, 19/10/2011 08:45:06.8392): 00:00:00
4388, (4388, Wait, ExecutionDelay, 19/10/2011 08:45:07.1824): 00:00:00
6772, (6772, Wait, EventPairLow, 19/10/2011 08:45:07.3072): 00:00:00
6436, (6436, Wait, UserRequest, 19/10/2011 08:45:07.9624): 00:00:00

6752, (6752, Wait, UserRequest, 19/10/2011 08:45:07.7596): 00:00:00.1248008
System.Threading.WaitHandle.WaitOne
System.Diagnostics.Process.WaitForExit
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.RunAndCaptureOutput
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.GetProcessInfo
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.GetProcessInfo
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoLog.Write
Finkit.ManicTime.Tracker.Main.ExceptionHandling.TrackerExceptionHandler.HandleUnhandledException
Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase
Finkit.ManicTime.Tracker.Main.TrackerApplicationInstance.<Run>b__0
Finkit.ManicTime.Common.ThreadHelper.<>c__DisplayClass1.<QueueUserWorkItem>b__0
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback

7032, (7032, Wait, Executive, 19/10/2011 08:45:10.5988): 00:00:00
[Internal thisFrame, 'M-->U', Microsoft.Win32.Win32Native::ReadFile]
System.IO.FileStream.ReadFileNative
System.IO.FileStream.ReadCore
System.IO.FileStream.Read
System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback




*ProcessInfoX64 End: 19/10/2011 8:45:11 AM.254

*** End: 19/10/2011 8:45:11 AM.254


Here is the Config file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="LoggingLevel" value="2" />
<add key="DataDirectory" value="" />
</appSettings>
</configuration>


This started at least over a month ago

any suggestions

regards
admin  
#2 Posted : Wednesday, October 19, 2011 3:10:38 PM(UTC)
admin

Rank: Administration

Joined: 4/13/2010(UTC)
Posts: 872

First try the machine.config rename. You probably need to run Explorer with Admin privileges.
Find Windows explorer in Start menu, then right click the shortcut and choose Run as admin. Then rename the file.

You can also try to run MT against .Net 4 if you have it installed. Download Usb version, then replace the files attached in this post. Run MT, any change?

Also take a look at the your log file, you should see when it stopped working. Then go to Programs and features and see if you installed anything at the time it stopped working.

Let me know what you find out.
File Attachment(s):
MT_Usb_Net4_Config.zip (1kb) downloaded 5 time(s).

You cannot view/download attachments. Try to login or register.
Daniel  
#3 Posted : Friday, October 21, 2011 6:45:36 AM(UTC)
Daniel

Rank: Newbie

Joined: 10/18/2011(UTC)
Posts: 2
Location: Melbourne

No result to all. uninstall and reintalled MT

current error?


System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
at System.Data.SqlServerCe.SqlCeEngine.set_LocalConnectionString(String value)
at System.Data.SqlServerCe.SqlCeEngine..ctor()
at System.Data.SqlServerCe.SqlCeEngine..ctor(String connectionString)
at Finkit.ManicTime.Common.SqlCeDatabaseUpdater.CreateDatabase(String password)
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CreateDatabase()
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase()


***ProcessInfo:
*** Start: 21/10/2011 4:41:10 PM.910
*ProcessInfoX86 Start: 21/10/2011 4:41:10 PM.910
6.1.7601.65536 X64


*ProcessInfoX86 End: 21/10/2011 4:41:11 PM.113
*ProcessInfoX64 Start: 21/10/2011 4:41:11 PM.113
6.1.7601.65536 X64
---
6352 C:\Program Files (x86)\ManicTime\ManicTime.exe
---
6172, (6172, Wait, UserRequest, 21/10/2011 04:41:06.9326): 00:00:01.0764069
[Internal thisFrame, 'M-->U', System.Windows.Forms.UnsafeNativeMethods::WaitMessage]
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop
System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner
System.Windows.Forms.Application.ThreadContext.RunMessageLoop
Finkit.ManicTime.Tracker.Main.TrackerApplicationInstance.Run
Finkit.ManicTime.Tracker.WinApp.Program.Main

3652, (3652, Wait, UserRequest, 21/10/2011 04:41:06.9482): 00:00:00
3956, (3956, Wait, ExecutionDelay, 21/10/2011 04:41:07.6346): 00:00:00
4660, (4660, Wait, EventPairLow, 21/10/2011 04:41:07.7750): 00:00:00
6400, (6400, Wait, UserRequest, 21/10/2011 04:41:11.0666): 00:00:00

6456, (6456, Wait, UserRequest, 21/10/2011 04:41:08.2274): 00:00:00.1248008
System.Threading.WaitHandle.WaitOne
System.Diagnostics.Process.WaitForExit
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.RunAndCaptureOutput
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.GetProcessInfo
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.GetProcessInfo
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoLog.Write
Finkit.ManicTime.Tracker.Main.ExceptionHandling.TrackerExceptionHandler.HandleUnhandledException
Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase
Finkit.ManicTime.Tracker.Main.TrackerApplicationInstance.<Run>b__0
Finkit.ManicTime.Common.ThreadHelper.<>c__DisplayClass1.<QueueUserWorkItem>b__0
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback

7116, (7116, Wait, Executive, 21/10/2011 04:41:08.4302): 00:00:00
[Internal thisFrame, 'M-->U', Microsoft.Win32.Win32Native::ReadFile]
System.IO.FileStream.ReadFileNative
System.IO.FileStream.ReadCore
System.IO.FileStream.Read
System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback




*ProcessInfoX64 End: 21/10/2011 4:41:11 PM.519

*** End: 21/10/2011 4:41:11 PM.519

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.