Planshit / Tai

👻 在Windows上统计软件使用时长和网站浏览时长

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

闪退

noberumotto opened this issue · comments

应用程序: Tai.exe
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.Text.EncoderFallbackException
   在 System.Text.EncoderExceptionFallbackBuffer.Fallback(Char, Int32)
   在 System.Text.EncoderFallbackBuffer.InternalFallback(Char, Char* ByRef)
   在 System.Text.UTF8Encoding.GetBytes(Char*, Int32, Byte*, Int32, System.Text.EncoderNLS)
   在 System.Text.EncoderNLS.GetBytes(Char*, Int32, Byte*, Int32, Boolean)
   在 System.Text.EncoderNLS.GetBytes(Char[], Int32, Int32, Byte[], Int32, Boolean)
   在 System.IO.StreamWriter.Flush(Boolean, Boolean)
   在 System.IO.StreamWriter.Write(System.String)
   在 System.IO.File.InternalAppendAllText(System.String, System.String, System.Text.Encoding)
   在 System.IO.File.AppendAllText(System.String, System.String)
   在 Core.Librarys.Logger.Save(Boolean)
   在 UI.App.App_DispatcherUnhandledException(System.Object, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs)
   在 System.Windows.Threading.DispatcherUnhandledExceptionEventHandler.Invoke(System.Object, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs)
   在 System.Windows.Threading.Dispatcher.CatchException(System.Exception)
   在 System.Windows.Threading.Dispatcher.CatchExceptionStatic(System.Object, System.Exception)
   在 System.Windows.Threading.ExceptionWrapper.CatchException(System.Object, System.Exception, System.Delegate)
   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   在 MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   在 System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   在 System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   在 System.Windows.Application.RunDispatcher(System.Object)
   在 System.Windows.Application.RunInternal(System.Windows.Window)
   在 System.Windows.Application.Run(System.Windows.Window)
   在 UI.App.Main()