无法打开 Quicker

异常报告 · 571 次浏览
JupiterOdyssey 创建于 2023-12-11 12:09

问题

打开 Quicker 后,不显示在托盘区

在任务管理器中短暂显示,几秒后自动消失

非常相似的问题 

[quicker无法启动 - Quicker](https://getquicker.net/QA/Question/16170)

已参考

[无法启动Quicker时的问题排查 - Quicker](https://getquicker.net/KC/Kb/Article/274)

[软件打不开? - Quicker](https://getquicker.net/QA/Question/1629)

[win10英文系统环境下quicker无法启动 · Issue #1306 · cuiliang/Quicker · GitHub](https://github.com/cuiliang/Quicker/issues/1306)

无效尝试

  • 退出安全软件(火绒)
  • 删除 Quicker 数据库文件并重启
  • 删除 Quicker 配置文件并重启
  • 卸载并重装 Quicker
  • 更新 Nvidia 显卡驱动
  • 更新其他驱动

 

暂未测试

  • 更新 Windows
  • 卸载最近驱动

 

其他

没产生日志 Log 信息

当我卸载并重装 Quicker 后,启动 Quicker,发现日志文件中没有任何内容


说明日志还没产生,软件就先遇到问题了

事件查看器信息

 

关键内容:错误信息中提到了 Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll

 

Error 1 - Event 1026, .NET Runtime

 

Log Name:      Application
Source:        .NET Runtime
Date:          12/11/2023 11:40:08
Event ID:      1026
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Odyssey-ControlCenter
Description:
Application: Quicker.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at Z.Expressions.EvalContext.RegisterDefaultAliasUnsafe()
   at Z.Expressions.EvalContext.()
   at Z.Expressions.EvalContext..cctor()

Exception Info: System.TypeInitializationException
   at Z.Expressions.EvalContext..ctor()
   at Z.Expressions.EvalManager..cctor()

Exception Info: System.TypeInitializationException
   at Z.Expressions.EvalManager.AddLicense(System.String, System.String)
   at Quicker.App.OnStartup(System.Windows.StartupEventArgs)
   at System.Windows.Application.<.ctor>b__1_0(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at Quicker.App.Main()


Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2023-12-11T03:40:08.5283959Z" />
    <EventRecordID>186460</EventRecordID>
    <Correlation />
    <Execution ProcessID="2512" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>Odyssey-ControlCenter</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Application: Quicker.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at Z.Expressions.EvalContext.RegisterDefaultAliasUnsafe()
   at Z.Expressions.EvalContext.()
   at Z.Expressions.EvalContext..cctor()

Exception Info: System.TypeInitializationException
   at Z.Expressions.EvalContext..ctor()
   at Z.Expressions.EvalManager..cctor()

Exception Info: System.TypeInitializationException
   at Z.Expressions.EvalManager.AddLicense(System.String, System.String)
   at Quicker.App.OnStartup(System.Windows.StartupEventArgs)
   at System.Windows.Application.&lt;.ctor&gt;b__1_0(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at Quicker.App.Main()

</Data>
  </EventData>
</Event>

 

Error 2 - Event 1000, Application Error

 

 

 

Log Name:      Application
Source:        Application Error
Date:          12/11/2023 11:40:08
Event ID:      1000
Task Category: Application Crashing Events
Level:         Error
Keywords:      
User:          ODYSSEY-CONTROL\wh103
Computer:      Odyssey-ControlCenter
Description:
Faulting application name: Quicker.exe, version: 1.40.22.0, time stamp: 0x6571c68e
Faulting module name: KERNELBASE.dll, version: 10.0.22621.2715, time stamp: 0x10f6a783
Exception code: 0xe0434352
Fault offset: 0x000000000006565c
Faulting process id: 0x0x9D0
Faulting application start time: 0x0x1DA2BE3BBDC6107
Faulting application path: C:\Program Files\Quicker\Quicker.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 1c3935f4-1428-450a-8b89-06e28bc5962e
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" />
    <EventID>1000</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>100</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2023-12-11T03:40:08.8153632Z" />
    <EventRecordID>186461</EventRecordID>
    <Correlation />
    <Execution ProcessID="17380" ThreadID="23784" />
    <Channel>Application</Channel>
    <Computer>Odyssey-ControlCenter</Computer>
    <Security UserID="S-1-5-21-3270209810-3330357422-2543835521-1001" />
  </System>
  <EventData>
    <Data Name="AppName">Quicker.exe</Data>
    <Data Name="AppVersion">1.40.22.0</Data>
    <Data Name="AppTimeStamp">6571c68e</Data>
    <Data Name="ModuleName">KERNELBASE.dll</Data>
    <Data Name="ModuleVersion">10.0.22621.2715</Data>
    <Data Name="ModuleTimeStamp">10f6a783</Data>
    <Data Name="ExceptionCode">e0434352</Data>
    <Data Name="FaultingOffset">000000000006565c</Data>
    <Data Name="ProcessId">0x9d0</Data>
    <Data Name="ProcessCreationTime">0x1da2be3bbdc6107</Data>
    <Data Name="AppPath">C:\Program Files\Quicker\Quicker.exe</Data>
    <Data Name="ModulePath">C:\WINDOWS\System32\KERNELBASE.dll</Data>
    <Data Name="IntegratorReportId">1c3935f4-1428-450a-8b89-06e28bc5962e</Data>
    <Data Name="PackageFullName">
    </Data>
    <Data Name="PackageRelativeAppId">
    </Data>
  </EventData>
</Event>

 

Information 1 - Event 1001, Windows Error Reporting

Log Name:      Application
Source:        Windows Error Reporting
Date:          12/11/2023 11:40:11
Event ID:      1001
Task Category: None
Level:         Information
Keywords:      
User:          ODYSSEY-CONTROL\wh103
Computer:      Odyssey-ControlCenter
Description:
Fault bucket , type 0
Event Name: CLR20r3
Response: Not available
Cab Id: 0

Problem signature:
P1: Quicker.exe
P2: 1.40.22.0
P3: 6571c68e
P4: Z.Expressions.Eval
P5: 6.0.2.0
P6: 65660bbc
P7: 2d9
P8: 10c
P9: System.IO.FileNotFoundException
P10: 

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.db2f7513-60e0-4713-85db-eb8baf177f6b.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.63fca3e8-5eea-4154-bab1-73db8a60ae47.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_OneTrace_User_Logger_20231207_1_EC_0_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.892390ff-546c-45a9-9f49-6e25ab169191.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_WPR System Collector_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7f1541c5-ebe9-4499-92d8-dae6021a4d4d.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.bc3d51c5-b3c3-4b97-ae85-1088e651d1d9.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.c8012990-523e-45fc-817b-e99430e6b4a7.tmp.txt
\\?\C:\Users\wh103\AppData\Local\Temp\WER.0f43ef91-2306-47fd-9d3e-6aa0039debad.tmp.appcompat.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.e6ab5158-10a7-4bc5-8821-d1464845b381.tmp.xml

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515

Analysis symbol: 
Rechecking for solution: 0
Report Id: 1c3935f4-1428-450a-8b89-06e28bc5962e
Report Status: 4
Hashed bucket: 
Cab Guid: 0
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Windows Error Reporting" Guid="{0ead09bd-2157-539a-8d6d-c87f95b64d70}" />
    <EventID>1001</EventID>
    <Version>0</Version>
    <Level>4</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2023-12-11T03:40:11.2928134Z" />
    <EventRecordID>186462</EventRecordID>
    <Correlation />
    <Execution ProcessID="17380" ThreadID="23784" />
    <Channel>Application</Channel>
    <Computer>Odyssey-ControlCenter</Computer>
    <Security UserID="S-1-5-21-3270209810-3330357422-2543835521-1001" />
  </System>
  <EventData>
    <Data Name="Bucket">
    </Data>
    <Data Name="BucketType">0</Data>
    <Data Name="EventName">CLR20r3</Data>
    <Data Name="Response">Not available</Data>
    <Data Name="CabId">0</Data>
    <Data Name="P1">Quicker.exe</Data>
    <Data Name="P2">1.40.22.0</Data>
    <Data Name="P3">6571c68e</Data>
    <Data Name="P4">Z.Expressions.Eval</Data>
    <Data Name="P5">6.0.2.0</Data>
    <Data Name="P6">65660bbc</Data>
    <Data Name="P7">2d9</Data>
    <Data Name="P8">10c</Data>
    <Data Name="P9">System.IO.FileNotFoundException</Data>
    <Data Name="P10">
    </Data>
    <Data Name="AttachedFiles">
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.db2f7513-60e0-4713-85db-eb8baf177f6b.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.63fca3e8-5eea-4154-bab1-73db8a60ae47.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_OneTrace_User_Logger_20231207_1_EC_0_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.892390ff-546c-45a9-9f49-6e25ab169191.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_WPR System Collector_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7f1541c5-ebe9-4499-92d8-dae6021a4d4d.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.bc3d51c5-b3c3-4b97-ae85-1088e651d1d9.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.c8012990-523e-45fc-817b-e99430e6b4a7.tmp.txt
\\?\C:\Users\wh103\AppData\Local\Temp\WER.0f43ef91-2306-47fd-9d3e-6aa0039debad.tmp.appcompat.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.e6ab5158-10a7-4bc5-8821-d1464845b381.tmp.xml</Data>
    <Data Name="StorePath">\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515</Data>
    <Data Name="AnalysisSymbol">
    </Data>
    <Data Name="Rechecking">0</Data>
    <Data Name="ReportId">1c3935f4-1428-450a-8b89-06e28bc5962e</Data>
    <Data Name="ReportStatus">4</Data>
    <Data Name="HashedBucket">
    </Data>
    <Data Name="CabGuid">0</Data>
  </EventData>
</Event>

 

Information 2 - Event 1001, Windows Error Reporting

Log Name:      Application
Source:        Windows Error Reporting
Date:          12/11/2023 11:40:12
Event ID:      1001
Task Category: None
Level:         Information
Keywords:      
User:          SYSTEM
Computer:      Odyssey-ControlCenter
Description:
Fault bucket 1767418443325360777, type 5
Event Name: CLR20r3
Response: Not available
Cab Id: 0

Problem signature:
P1: Quicker.exe
P2: 1.40.22.0
P3: 6571c68e
P4: Z.Expressions.Eval
P5: 6.0.2.0
P6: 65660bbc
P7: 2d9
P8: 10c
P9: System.IO.FileNotFoundException
P10: 

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.db2f7513-60e0-4713-85db-eb8baf177f6b.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.63fca3e8-5eea-4154-bab1-73db8a60ae47.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_OneTrace_User_Logger_20231207_1_EC_0_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.892390ff-546c-45a9-9f49-6e25ab169191.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_WPR System Collector_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7f1541c5-ebe9-4499-92d8-dae6021a4d4d.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.bc3d51c5-b3c3-4b97-ae85-1088e651d1d9.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.c8012990-523e-45fc-817b-e99430e6b4a7.tmp.txt
\\?\C:\Users\wh103\AppData\Local\Temp\WER.0f43ef91-2306-47fd-9d3e-6aa0039debad.tmp.appcompat.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.e6ab5158-10a7-4bc5-8821-d1464845b381.tmp.xml

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_b0112efc-8518-46bb-b07c-eb9eaec1c515

Analysis symbol: 
Rechecking for solution: 0
Report Id: 1c3935f4-1428-450a-8b89-06e28bc5962e
Report Status: 268435456
Hashed bucket: 0734864e31ae3066f88721b5c3e1ca89
Cab Guid: 0
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Windows Error Reporting" Guid="{0ead09bd-2157-539a-8d6d-c87f95b64d70}" />
    <EventID>1001</EventID>
    <Version>0</Version>
    <Level>4</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2023-12-11T03:40:12.7829870Z" />
    <EventRecordID>186463</EventRecordID>
    <Correlation />
    <Execution ProcessID="21772" ThreadID="26732" />
    <Channel>Application</Channel>
    <Computer>Odyssey-ControlCenter</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="Bucket">1767418443325360777</Data>
    <Data Name="BucketType">5</Data>
    <Data Name="EventName">CLR20r3</Data>
    <Data Name="Response">Not available</Data>
    <Data Name="CabId">0</Data>
    <Data Name="P1">Quicker.exe</Data>
    <Data Name="P2">1.40.22.0</Data>
    <Data Name="P3">6571c68e</Data>
    <Data Name="P4">Z.Expressions.Eval</Data>
    <Data Name="P5">6.0.2.0</Data>
    <Data Name="P6">65660bbc</Data>
    <Data Name="P7">2d9</Data>
    <Data Name="P8">10c</Data>
    <Data Name="P9">System.IO.FileNotFoundException</Data>
    <Data Name="P10">
    </Data>
    <Data Name="AttachedFiles">
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.db2f7513-60e0-4713-85db-eb8baf177f6b.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.63fca3e8-5eea-4154-bab1-73db8a60ae47.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_OneTrace_User_Logger_20231207_1_EC_0_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.892390ff-546c-45a9-9f49-6e25ab169191.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_cab_b0112efc-8518-46bb-b07c-eb9eaec1c515\WPR_initiated_DiagTrackMiniLogger_WPR System Collector_inject.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7f1541c5-ebe9-4499-92d8-dae6021a4d4d.tmp.etl
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.bc3d51c5-b3c3-4b97-ae85-1088e651d1d9.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.c8012990-523e-45fc-817b-e99430e6b4a7.tmp.txt
\\?\C:\Users\wh103\AppData\Local\Temp\WER.0f43ef91-2306-47fd-9d3e-6aa0039debad.tmp.appcompat.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.e6ab5158-10a7-4bc5-8821-d1464845b381.tmp.xml</Data>
    <Data Name="StorePath">\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Quicker.exe_1bc7503495e38debb661a2d38528dcc786de040_85432c58_b0112efc-8518-46bb-b07c-eb9eaec1c515</Data>
    <Data Name="AnalysisSymbol">
    </Data>
    <Data Name="Rechecking">0</Data>
    <Data Name="ReportId">1c3935f4-1428-450a-8b89-06e28bc5962e</Data>
    <Data Name="ReportStatus">268435456</Data>
    <Data Name="HashedBucket">0734864e31ae3066f88721b5c3e1ca89</Data>
    <Data Name="CabGuid">0</Data>
  </EventData>
</Event>

 


回复内容
CL 2023-12-11 13:47
#1

这个电脑上之前用过quicker么?看起来似乎缺少必要的文件,是否不是官方镜像安装的?

JupiterOdyssey 回复 CL 2023-12-11 13:52 :
用了一年多时间,今天才出现这个问题,挺奇怪的。

我试过更新 Windows 系统,也没起作用
JupiterOdyssey 回复 CL 2023-12-11 13:54 :

关于下载:是在官网下的,   快速通道 v1.40.22,64bit

JupiterOdyssey 回复 CL 2023-12-12 13:26 :

🤖 测试了一天,还是没能解决问题。

😭 现在没了 Quicker,真的寸步难行啊

🫠 当然,重装系统大概率可以解决问题,但这样代价太大了 

🥰 官方还有什么修复问题的建议吗?  


❌ 我额外尝试了下述方法,没有作用

1. 确定不是软件冲突,我使用了干净模式(禁用所有自动开机的非系统服务和软件)启动,问题依然存在 

2.  卸载2023年9月份之后的所有 Windows 更新

3. 卸载并重装 “.NET” 3.5 和 4.81,使用了多种方法(卸载工具或在 Windows 功能中关闭再启用)

4. 使用微软官方 .NET  修复工具(https://learn.microsoft.com/zh-cn/dotnet/framework/install/application-not-started)

5.  确保环境变量( TEMP 和 TMP )未被篡改

6. 使用SFC 和 DISM 等命令提示符修复系统

JupiterOdyssey 最后更新于 2023-12-12 13:31
CL 回复 JupiterOdyssey 2023-12-12 13:35 :

加qq 197906,我给你发个工具试一下抓个dump

CL 2023-12-12 15:46
#2

排查及解决:

- 使用procdump工具抓取了闪退的dump文件。

- 从其中,看到异常信息是因为无法加载System.Xml.Linq 文件。这是一个.net 自带文件,猜测可能是磁盘故障(之前有蓝屏一次)导致文件损坏了。

- 解决:我的这个“C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089”文件夹里,没有“System.Xml.Linq.dll”这个文件,但是你的截图里有。

我就复制了一个“System.Xml.Linq.dll”文件,到这个文件夹,然后 Quicker 就能打开了

JupiterOdyssey 2023-12-12 16:45
#3

感谢 Quicker 官方人员 CL 的远程帮助,最后确定是由于某文件夹缺少 “System.Xml.Linq.dll” 文件


解决步骤如下


1. 确定问题


1.1 获取 Dump 内存转储文件


方法 1:使用 Quicker 官方提供的 Prodump 工具

方法 2:在任务管理器中创建

  • 参考[使用任务管理器创建系统的实时内核内存转储](https://learn.microsoft.com/zh-cn/windows-hardware/drivers/debugger/task-manager-live-dump#create-a-live-kernel-memory-dump-of-the-system-using-task-manager) 


比如得到了 Quicker.exe.1144.dmp 文件


1.2 分析 Dump 文件


方法 1:使用 WinDbg 或 BlueScreenView 软件

  • 参考 [How to Open and Analyze Windows Crash Dump (.DMP) Files](https://www.wikihow.com/Read-Dump-Files)

方法 2:使用 Visual Studio


分析后得到下述错误信息,提示没有找到 “System.Xml.Linq” 文件,其相关公共密钥为 “b77a5c561934e089”(与后续出现的 “v4.0_4.0.0.0__b77a5c561934e089” 文件夹有关)


 


2. 分析问题


CL 提供了与 “System.Xml.Linq.dll”  文件相关的文件夹

 

  1.  C:\Windows\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089
  2.  C:\Windows\Microsoft.NET\Framework64\v4.0.30319
  3.  C:\Windows\Microsoft.NET\Framework\v4.0.30319

🗃 我查看了自己电脑上的这些文件夹,发现 “C:\Windows\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089” 文件夹中,没有 “System.Xml.Linq.dll”  文件


3. 解决问题


🗃 在下述任一文件夹复制 “System.Xml.Linq.dll”  文件

  • C:\Windows\Microsoft.NET\Framework64\v4.0.30319
  • C:\Windows\Microsoft.NET\Framework\v4.0.30319 文件夹中


📂 粘贴到“C:\Windows\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089” 文件夹中


✅ 现在应该就能打开 Quicker 了 

JupiterOdyssey 最后更新于 2023-12-13 14:39
CL 回复 JupiterOdyssey 2023-12-12 17:19 :

赞!太详细了~ 👍😁

瓜皮之牙 2023-12-12 18:51
#4

这是我看过提交问题最专业的帖子了,虽然看不懂,但是莫名其妙心情愉悦,赏心悦目!

JupiterOdyssey 回复 瓜皮之牙 2023-12-13 14:39 :

🥰

回复主贴