# 一种文件损坏造成quicker无法启动问题的解决办法 某网友电脑断点重启几次后,Quicker无法启动。 从Windows事件查看器中,可以看到报错 ![](https://files.getquicker.net/_sitefiles/kc/kb/2025/01/11/113455_3_mceclip1.jpg) ``` 日志名称:          Application来源:            .NET Runtime日期:            2025/1/11/周六 10:58:15事件 ID:         1026任务类别:          无级别:            错误关键字:           经典用户:            暂缺计算机:           PC-202302051435描述:应用程序: Quicker.exeFramework 版本: v4.0.30319说明: 由于未经处理的异常,进程终止。异常信息: System.Xml.XmlException   在 System.Xml.XmlTextReaderImpl.Throw(System.Exception)   在 System.Xml.XmlTextReaderImpl.ParseText(Int32 ByRef, Int32 ByRef, Int32 ByRef)   在 System.Xml.XmlTextReaderImpl.ParseText()   在 System.Xml.XmlTextReaderImpl.ParseElementContent()   在 System.Xml.XmlTextReaderImpl.Skip()   在 System.Configuration.XmlUtil.StrictSkipToNextElement(System.Configuration.ExceptionAction)   在 System.Configuration.BaseConfigurationRecord.ScanSectionsRecursive(System.Configuration.XmlUtil, System.String, Boolean, System.String, System.Configuration.OverrideModeSetting, Boolean)   在 System.Configuration.BaseConfigurationRecord.ScanSectionsRecursive(System.Configuration.XmlUtil, System.String, Boolean, System.String, System.Configuration.OverrideModeSetting, Boolean)   在 System.Configuration.BaseConfigurationRecord.ScanSections(System.Configuration.XmlUtil)   在 System.Configuration.BaseConfigurationRecord.InitConfigFromFile()异常信息: System.Configuration.ConfigurationErrorsException   在 System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean)   在 System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(System.Configuration.ConfigurationSchemaErrors)   在 System.Configuration.ClientConfigurationSystem.OnConfigRemoved(System.Object, System.Configuration.Internal.InternalConfigEventArgs)异常信息: System.Configuration.ConfigurationErrorsException   在 System.Configuration.ConfigurationManager.PrepareConfigSystem()   在 System.Configuration.ConfigurationManager.GetSection(System.String)   在 System.Runtime.Caching.MemoryCacheStatistics.InitializeConfiguration(System.Collections.Specialized.NameValueCollection)   在 System.Runtime.Caching.MemoryCacheStatistics..ctor(System.Runtime.Caching.MemoryCache, System.Collections.Specialized.NameValueCollection)   在 System.Runtime.Caching.MemoryCache.InitDisposableMembers(System.Collections.Specialized.NameValueCollection)   在 System.Runtime.Caching.MemoryCache.Init(System.Collections.Specialized.NameValueCollection)   在 System.Runtime.Caching.MemoryCache.get_Default()   在 Z.Expressions.EvalManager..cctor()异常信息: System.TypeInitializationException   在 Z.Expressions.EvalManager.AddLicense(System.String, System.String)   在 Quicker.App.OnStartup(System.Windows.StartupEventArgs)   在 System.Windows.Application.<.ctor>b__1_0(System.Object)   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)   在 System.Windows.Threading.DispatcherOperation.InvokeImpl()   在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)   在 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)   在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)   在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)   在 MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)   在 System.Windows.Threading.DispatcherOperation.Invoke()   在 System.Windows.Threading.Dispatcher.ProcessQueue()   在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)   在 MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)   在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)   在 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) ``` 推测是设置文件损坏造成的。 ## 解决办法 找到这个目录,删掉,再启动Quicker。 ![](https://files.getquicker.net/_sitefiles/kc/kb/2025/01/11/113406_3_mceclip0.png)