Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

右键配置打开文件未正常打开 #197

Closed
4 of 5 tasks
S-T-eve opened this issue Dec 26, 2023 · 2 comments
Closed
4 of 5 tasks

右键配置打开文件未正常打开 #197

S-T-eve opened this issue Dec 26, 2023 · 2 comments
Labels
C: Backend T: Bug Something isn't working

Comments

@S-T-eve
Copy link

S-T-eve commented Dec 26, 2023

复现步骤 / Step to reproduce

配置页右键配置点打开
弹出cmd,内容为:

文件名、目录名或卷标语法不正确。

C:\Users\msi-\AppData\Local\Clash Nyanpasu>

文件未打开

预期行为 / Expected behaviour

无cmd弹出,文件直接打开

实际行为 / Actual Behaviour

image

应用日志 / App logs

clash log:

2023-12-26 20:04:26 TRACE [delay_timer::timer::timer_core] - second_hand: 1020, timestamp: 1703592266, task_ids: []
2023-12-26 20:04:27 TRACE [delay_timer::timer::timer_core] - second_hand: 1021, timestamp: 1703592267, task_ids: []
2023-12-26 20:04:27 WARN [tao::platform_impl::platform::event_loop::runner] - NewEvents emitted without explicit RedrawEventsCleared
2023-12-26 20:04:27 WARN [tao::platform_impl::platform::event_loop::runner] - RedrawEventsCleared emitted without explicit MainEventsCleared
2023-12-26 20:04:28 TRACE [delay_timer::timer::timer_core] - second_hand: 1022, timestamp: 1703592268, task_ids: []
2023-12-26 20:04:29 TRACE [delay_timer::timer::timer_core] - second_hand: 1023, timestamp: 1703592269, task_ids: []
2023-12-26 20:04:30 TRACE [delay_timer::timer::timer_core] - second_hand: 1024, timestamp: 1703592270, task_ids: []
2023-12-26 20:04:31 TRACE [delay_timer::timer::timer_core] - second_hand: 1025, timestamp: 1703592271, task_ids: []
2023-12-26 20:04:32 TRACE [delay_timer::timer::timer_core] - second_hand: 1026, timestamp: 1703592272, task_ids: []
2023-12-26 20:04:33 TRACE [delay_timer::timer::timer_core] - second_hand: 1027, timestamp: 1703592273, task_ids: []

procmon .csv log:

"Time of Day","Process Name","PID","Operation","Path","Result","Detail"
"20:04:29.3823563","Clash Nyanpasu.exe","3208","CreateFile","C:\Users\msi-\.config\clash-verge\profiles\meHA3Y7hdfmk.yaml","SUCCESS","Desired Access: Read Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"20:04:29.3823992","Clash Nyanpasu.exe","3208","QueryInformationVolume","C:\Users\msi-\.config\clash-verge\profiles\meHA3Y7hdfmk.yaml","BUFFER OVERFLOW","VolumeCreationTime: 2018/12/6 16:55:13, VolumeSerialNumber: 4866-95BB, SupportsObjects: True, VolumeLabel: Winེ"
"20:04:29.3824189","Clash Nyanpasu.exe","3208","QueryAllInformationFile","C:\Users\msi-\.config\clash-verge\profiles\meHA3Y7hdfmk.yaml","BUFFER OVERFLOW","CreationTime: 2023/12/11 19:15:11, LastAccessTime: 2023/12/26 19:57:23, LastWriteTime: 2023/12/24 16:35:45, ChangeTime: 2023/12/24 16:35:45, FileAttributes: A, AllocationSize: 4,096, EndOfFile: 734"
"20:04:29.3824379","Clash Nyanpasu.exe","3208","CloseFile","C:\Users\msi-\.config\clash-verge\profiles\meHA3Y7hdfmk.yaml","SUCCESS",""
"20:04:29.3824567","Clash Nyanpasu.exe","3208","IRP_MJ_CLOSE","C:\Users\msi-\.config\clash-verge\profiles\meHA3Y7hdfmk.yaml","SUCCESS",""
"20:04:29.3825900","Clash Nyanpasu.exe","3208","QueryOpen","C:\Users\msi-\AppData\Local\Clash Nyanpasu\cmd.exe","FAST IO DISALLOWED",""
"20:04:29.3826852","Clash Nyanpasu.exe","3208","CreateFile","C:\Users\msi-\AppData\Local\Clash Nyanpasu\cmd.exe","NAME NOT FOUND","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a"

备注 / Addition details

No response

Clash Nyapasu 版本号 / Clash Nyapasu

v1.4.2-alpha

是否为 Pre-release / Is pre-release version

2e27c9a

操作系统及版本 / OS version

Windows 10.0.19045.3803

自查步骤 / Verify steps

  • 如果您有足够的时间和能力,并愿意为此提交 PR ,请勾上此复选框 / Pull request is welcome. Check this if you want to start a pull request
  • 您已仔细查看并知情 Q&A 中的内容 / You have checked Q&A carefully
  • 您已搜索过 Issue Tracker,没有找到类似内容 / I have searched on Issue Tracker, No duplicate or related open issue has been found
  • 您确保这个 Issue 只提及一个问题。如果您有多个问题报告,烦请发起多个 Issue / Ensure there is only one bug report in this issue. Please make mutiply issue for mutiply bugs
  • 您确保已使用最新 Pre-release 版本测试,并且该问题在最新 Pre-release 版本中并未解决 / This bug have not solved in latest Pre-release version
@S-T-eve S-T-eve added S: Untriaged T: Bug Something isn't working labels Dec 26, 2023
greenhat616 added a commit to greenhat616/clash-nyanpasu that referenced this issue Dec 26, 2023
@greenhat616 greenhat616 mentioned this issue Dec 27, 2023
5 tasks
@greenhat616
Copy link
Collaborator

pre-release 中修复了此问题

@S-T-eve
Copy link
Author

S-T-eve commented Dec 30, 2023

确认已修复

@S-T-eve S-T-eve closed this as completed Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Backend T: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants