2026-09-07 14:10:59.4719-DEBUG DownloadService,net_http_ssl_connection_failed
2026-09-07 14:10:59.4876-DEBUG    at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.SocketsHttpHandler.<SendAsync>g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at ServiceLib.Services.DownloadService.DownloadStringAsync(String url, IWebProxy webProxy, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Services\DownloadService.cs:line 200
2026-09-07 14:10:59.4876-ERROR System.Security.Authentication.AuthenticationException: net_ssl_io_cert_chain_validation, NotTimeValid
2026-09-07 14:11:01.7830-DEBUG DownloadService,net_http_ssl_connection_failed
2026-09-07 14:11:01.7830-DEBUG    at ServiceLib.Helper.DownloaderHelper.<>c.<DownloadStringAsync>b__3_1(Object sender, AsyncCompletedEventArgs value) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Helper\DownloaderHelper.cs:line 48
   at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in /Users/bezzad/Sources/Downloader/src/Downloader/AbstractDownloadService.cs:line 408
   at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in /Users/bezzad/Sources/Downloader/src/Downloader/DownloadService.cs:line 275
   at Downloader.DownloadService.StartDownload(Boolean forceBuildStorage, String filename) in /Users/bezzad/Sources/Downloader/src/Downloader/DownloadService.cs:line 156
   at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in /Users/bezzad/Sources/Downloader/src/Downloader/AbstractDownloadService.cs:line 202
   at ServiceLib.Helper.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Helper\DownloaderHelper.cs:line 55
   at ServiceLib.Helper.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Helper\DownloaderHelper.cs:line 60
   at ServiceLib.Services.DownloadService.DownloadStringViaDownloader(String url, IWebProxy webProxy, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Services\DownloadService.cs:line 226
2026-09-07 14:11:01.7830-ERROR System.Security.Authentication.AuthenticationException: net_ssl_io_cert_chain_validation, NotTimeValid
2026-09-07 14:11:02.3538-DEBUG DownloadService,net_http_ssl_connection_failed
2026-09-07 14:11:02.3538-DEBUG    at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.SocketsHttpHandler.<SendAsync>g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at ServiceLib.Services.DownloadService.DownloadStringAsync(String url, IWebProxy webProxy, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Services\DownloadService.cs:line 200
2026-09-07 14:11:02.3538-ERROR System.Security.Authentication.AuthenticationException: net_ssl_io_cert_chain_validation, NotTimeValid
2026-09-07 14:11:05.5117-DEBUG DownloadService,net_http_ssl_connection_failed
2026-09-07 14:11:05.5117-DEBUG    at ServiceLib.Helper.DownloaderHelper.<>c.<DownloadStringAsync>b__3_1(Object sender, AsyncCompletedEventArgs value) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Helper\DownloaderHelper.cs:line 48
   at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in /Users/bezzad/Sources/Downloader/src/Downloader/AbstractDownloadService.cs:line 408
   at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in /Users/bezzad/Sources/Downloader/src/Downloader/DownloadService.cs:line 275
   at Downloader.DownloadService.StartDownload(Boolean forceBuildStorage, String filename) in /Users/bezzad/Sources/Downloader/src/Downloader/DownloadService.cs:line 156
   at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in /Users/bezzad/Sources/Downloader/src/Downloader/AbstractDownloadService.cs:line 202
   at ServiceLib.Helper.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Helper\DownloaderHelper.cs:line 55
   at ServiceLib.Helper.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Helper\DownloaderHelper.cs:line 60
   at ServiceLib.Services.DownloadService.DownloadStringViaDownloader(String url, IWebProxy webProxy, String userAgent, Int32 timeout) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Services\DownloadService.cs:line 226
2026-09-07 14:11:05.5117-ERROR System.Security.Authentication.AuthenticationException: net_ssl_io_cert_chain_validation, NotTimeValid
2026-09-07 14:11:23.3627-DEBUG Utils,Format_BadBase64Char
2026-09-07 14:11:23.3627-DEBUG    at System.Convert.FromBase64_ComputeResultLength(Char* inputPtr, Int32 inputLength)
   at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
   at System.Convert.FromBase64String(String s)
   at ServiceLib.Common.Utils.Base64Decode(String plainText) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 127
2026-09-07 14:11:27.9360-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:11:27.9360-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:11:27.9360-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#20496) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:12:42.7440-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:12:42.7440-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:12:42.7440-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#16916) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:17:23.9313-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:17:23.9313-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:17:23.9313-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#6480) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:18:11.7413-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:18:12.2325-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:18:12.2325-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:18:12.2325-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#18116) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:18:12.4205-DEBUG CoreHandler,Failed to run Core, please check the prompt information
2026-09-07 14:18:12.4205-DEBUG    at ServiceLib.Manager.CoreManager.RunProcessNormal(String fileName, CoreInfo coreInfo, String configPath, Boolean displayLog) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Manager\CoreManager.cs:line 347
   at ServiceLib.Manager.CoreManager.RunProcess(CoreInfo coreInfo, String configPath, Boolean displayLog, Boolean mayNeedSudo) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Manager\CoreManager.cs:line 313
2026-09-07 14:18:17.4344-INFO WaitForProxyPort Timeout waiting for proxy port 10808 to be ready.
2026-09-07 14:18:23.1366-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:18:23.4256-DEBUG CoreHandler,Failed to run Core, please check the prompt information
2026-09-07 14:18:23.4256-DEBUG    at ServiceLib.Manager.CoreManager.RunProcessNormal(String fileName, CoreInfo coreInfo, String configPath, Boolean displayLog) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Manager\CoreManager.cs:line 347
   at ServiceLib.Manager.CoreManager.RunProcess(CoreInfo coreInfo, String configPath, Boolean displayLog, Boolean mayNeedSudo) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Manager\CoreManager.cs:line 313
2026-09-07 14:18:27.0645-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:18:27.2960-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:18:27.2960-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:18:27.2960-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#17068) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{b738a021-9842-444c-10b0-a4e3f65ab5b6}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:18:27.3149-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:18:27.3149-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:18:27.3149-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#13364) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:18:27.4951-DEBUG CoreHandler,Failed to run Core, please check the prompt information
2026-09-07 14:18:27.4951-DEBUG    at ServiceLib.Manager.CoreManager.RunProcessNormal(String fileName, CoreInfo coreInfo, String configPath, Boolean displayLog) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Manager\CoreManager.cs:line 347
   at ServiceLib.Manager.CoreManager.RunProcess(CoreInfo coreInfo, String configPath, Boolean displayLog, Boolean mayNeedSudo) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Manager\CoreManager.cs:line 313
2026-09-07 14:18:32.4991-INFO WaitForProxyPort Timeout waiting for proxy port 10808 to be ready.
2026-09-07 14:18:38.4939-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:18:38.4939-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:18:38.4939-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#23952) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{b738a021-9842-444c-10b0-a4e3f65ab5b6}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:18:38.5116-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:18:38.5116-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:18:38.5116-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#7152) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:19:06.6956-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:19:06.6956-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:19:06.6956-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#3712) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:21:23.7151-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:21:23.7151-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:21:23.7151-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#17020) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:23:13.5543-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:23:13.5543-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:23:13.5543-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#3696) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:24:44.8278-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:24:44.8278-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:24:44.8278-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#24136) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:28:28.3540-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:28:28.3540-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:28:28.3540-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#23600) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:28:31.7042-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:28:31.7042-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:28:31.7042-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#24860) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:28:58.1225-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:28:58.1225-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:28:58.1225-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#26484) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:32:34.0340-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:32:34.0340-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:32:34.0340-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#20204) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:32:47.2021-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:32:47.5688-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:32:47.5688-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:32:47.5688-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#26592) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:33:08.7837-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:33:14.0201-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:33:14.3931-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:33:14.3931-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:33:14.3931-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#19996) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 14:49:06.4186-INFO hysteria-181kjvt7: Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.; Insecure configuration detected: AllowInsecure is enabled but no certificate is provided. This may cause MITM attacks.
2026-09-07 14:49:06.8387-DEBUG GetCliWrapOutput,Command execution failed, see the inner exception for details.

Standard error:

2026-09-07 14:49:06.8387-DEBUG    at CliWrap.Buffered.BufferedCommandExtensions.<>c__DisplayClass1_0.<<ExecuteBufferedAsync>b__0>d.MoveNext() in /_/CliWrap/Buffered/BufferedCommandExtensions.cs:line 66
--- End of stack trace from previous location ---
   at ServiceLib.Common.Utils.GetCliWrapOutput(String filePath, IEnumerable`1 args) in D:\a\v2rayN\v2rayN\v2rayN\ServiceLib\Common\Utils.cs:line 1003
2026-09-07 14:49:06.8387-ERROR CliWrap.Exceptions.CommandExecutionException: Command execution failed because the underlying process (pnputil.exe#26688) returned a non-zero exit code (-536870389).

Command:
C:\Windows\System32\pnputil.exe  /remove-device  "SWD\Wintun\{7d7d9015-6c82-d838-2430-f41b93b28148}" 

You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
2026-09-07 16:16:11.3164-INFO AppExitAsync Begin
2026-09-07 16:16:11.5294-INFO AppExitAsync End
