Cursor无法正常打开,打开后闪退,没有任何报错弹窗。尝试过卸载重装,关闭杀毒软件(火绒安全),都不管用。在此情况出现前一天晚上都还能正常启动运行。
后来通过查看事件日志,看到报错内容(报错代码如下所示)。
求帮助。
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="SenarySvcEventSource" />
<EventID Qualifiers="0">0</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2025-07-20T14:26:04.4930095Z" />
<EventRecordID>190420</EventRecordID>
<Correlation />
<Execution ProcessID="5836" ThreadID="0" />
<Channel>SenarySvcEventLog</Channel>
<Computer>LAPTOP-AJLUHNQM</Computer>
<Security />
</System>
- <EventData>
<Data>ThreadID:21, ShellExecutor::RunShell() Exception:“<Module>”的类型初始值设定项引发异常。</Data>
</EventData>
</Event>
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="SenarySvcEventSource" />
<EventID Qualifiers="0">0</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2025-07-20T14:26:04.4946035Z" />
<EventRecordID>190421</EventRecordID>
<Correlation />
<Execution ProcessID="5836" ThreadID="0" />
<Channel>SenarySvcEventLog</Channel>
<Computer>LAPTOP-AJLUHNQM</Computer>
<Security />
</System>
- <EventData>
<Data>ThreadID:21, ShellExecutor::RunShell() Stack: 在 System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) 在 System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke) 在 System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync) 在 System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings) 在 System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings) 在 System.Management.Automation.PowerShell.Invoke(IEnumerable input, PSInvocationSettings settings) 在 SenaryAudioApp.Svc.Util.ShellExecutor.RunShell(String cmd, String para, IList`1 results)</Data>
</EventData>
</Event>