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

[Bug]: Failed to run core #5620

Open
2 tasks done
Boolys opened this issue Sep 1, 2024 · 0 comments
Open
2 tasks done

[Bug]: Failed to run core #5620

Boolys opened this issue Sep 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Boolys
Copy link

Boolys commented Sep 1, 2024

预期情况

trying to test configs

实际情况

whenever i try to test my configs with the one click test it says failed to run core please see logs
the app was working fine before but just randomly today this happened

I've check my antivirus/firewall and I've run the app as administrator
and I've also updated the app but nothing helped

复现方法

i just clicked the 'one-click multi test latency and speed' and this happened

日志信息

2024-09-01 12:04:39.5266-INFO v2rayN start up | v2rayN - V6.55 - 2024/08/05 | D:\v2rayN-With-Core\v2rayN.exe
2024-09-01 12:04:39.5683-INFO Microsoft Windows NT 10.0.19045.0 - 64
2024-09-01 12:04:42.8887-DEBUG Only part of a ReadProcessMemory or WriteProcessMemory request was completed.,Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
2024-09-01 12:04:43.0212-DEBUG at System.Diagnostics.NtProcessManager.EnumProcessModulesUntilSuccess(SafeProcessHandle processHandle, IntPtr[] modules, Int32 size, Int32& needed, Int32 filterFlag)
at System.Diagnostics.NtProcessManager.GetModules(Int32 processId, Boolean firstModuleOnly)
at System.Diagnostics.NtProcessManager.GetFirstModule(Int32 processId)
at v2rayN.Handler.CoreHandler.CoreStop()
2024-09-01 12:04:43.6784-DEBUG 2024/09/01 12:04:43 Using default config: D:\v2rayN-With-Core\guiConfigs\config.json
,2024/09/01 12:04:43 Using default config: D:\v2rayN-With-Core\guiConfigs\config.json

2024-09-01 12:04:43.6784-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:05:28.3222-DEBUG ,
2024-09-01 12:05:28.3222-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:05:30.3717-DEBUG ,
2024-09-01 12:05:30.3717-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:05:40.4350-INFO UpdateTaskRunSubscription
2024-09-01 12:06:40.4247-INFO UpdateTaskRunGeo
2024-09-01 12:08:45.1578-DEBUG ,
2024-09-01 12:08:45.1578-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:09:29.6471-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)
2024-09-01 12:09:29.6471-DEBUG
2024-09-01 12:09:29.6471-ERROR System.NullReferenceException: Object reference not set to an instance of an object.
2024-09-01 12:10:25.3163-DEBUG 2024/09/01 12:10:25 Using default config: D:\v2rayN-With-Core\guiConfigs\config.json
,2024/09/01 12:10:25 Using default config: D:\v2rayN-With-Core\guiConfigs\config.json

2024-09-01 12:10:25.3163-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:12:46.7480-DEBUG ,
2024-09-01 12:12:46.7480-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:12:47.9187-DEBUG ,
2024-09-01 12:12:47.9187-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:13:04.6525-DEBUG ,
2024-09-01 12:13:04.6525-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:13:05.8213-DEBUG ,
2024-09-01 12:13:05.8213-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:13:59.8138-INFO MyAppExit Begin
2024-09-01 12:13:59.8397-INFO MyAppExit End
2024-09-01 12:13:59.8554-INFO OnExit
2024-09-01 12:14:06.6669-INFO v2rayN start up | v2rayN - V6.55 - 2024/08/05 | D:\v2rayN-With-Core\v2rayN.exe
2024-09-01 12:14:06.6770-INFO Microsoft Windows NT 10.0.19045.0 - 64
2024-09-01 12:14:10.6797-DEBUG ,
2024-09-01 12:14:10.6797-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:14:11.9297-DEBUG ,
2024-09-01 12:14:11.9297-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
2024-09-01 12:14:13.7732-INFO MyAppExit Begin
2024-09-01 12:14:13.8044-INFO MyAppExit End
2024-09-01 12:14:13.8257-INFO OnExit
2024-09-01 12:24:25.8039-INFO v2rayN start up | v2rayN - V6.55 - 2024/08/05 | D:\v2rayN-With-Core\v2rayN.exe
2024-09-01 12:24:25.8039-INFO Microsoft Windows NT 10.0.19045.0 - 64

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

@Boolys Boolys added the bug Something isn't working label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant