SagerNet / sing-box

The universal proxy platform
https://sing-box.sagernet.org/
Other
19.91k stars 2.36k forks source link

点击 "启用Tun模式",网络连接没有创建 singbox_tun 适配器 #641

Closed wlb20144148 closed 1 year ago

wlb20144148 commented 1 year ago

Welcome

Description of the problem

我用的windows7系统

点击"启用Tun模式" 图片

然后跳出弹窗说“需要Wintun Driver Install Disk上的文件wintun.sys” 图片

我用everything搜索了全盘所有的wintun.sys地址 图片

一个个尝试后依旧跳出弹窗说“需要Wintun Driver Install Disk上的文件wintun.sys”。。

sing_box文件夹该有的文件应该都有 图片

网络适配器和网络连接中均没有singbox_tun 图片 图片

请问我应该怎么操作?

Version of sing-box

```console $ sing-box version # 1.2.7 ```

Server and client configuration file

```console # paste json here { "log": { "access": "", "error": "", "loglevel": "none" }, "inbounds": [ { "tag": "socks", "port": 10808, "listen": "127.0.0.1", "protocol": "socks", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ], "routeOnly": false }, "settings": { "auth": "noauth", "udp": true, "allowTransparent": false } }, { "tag": "http", "port": 10809, "listen": "127.0.0.1", "protocol": "http", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ], "routeOnly": false }, "settings": { "auth": "noauth", "udp": true, "allowTransparent": false } }, { "tag": "socks2", "port": 10810, "listen": "0.0.0.0", "protocol": "socks", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ], "routeOnly": false }, "settings": { "auth": "noauth", "udp": true, "allowTransparent": false } }, { "tag": "http2", "port": 10811, "listen": "0.0.0.0", "protocol": "http", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ], "routeOnly": false }, "settings": { "auth": "noauth", "udp": true, "allowTransparent": false } } ], "outbounds": [ { "tag": "proxy", "protocol": "vmess", "settings": { "vnext": [ { "address": "cd02.kxnn.eu.org", "port": 443, "users": [ { "id": "4eabc65d-1e90-4c0d-a59b-17385b81a27e", "alterId": 0, "email": "t@t.tt", "security": "auto" } ] } ] }, "streamSettings": { "network": "ws", "security": "tls", "tlsSettings": { "allowInsecure": false, "serverName": "cf08.kxzy.eu.org", "show": false }, "wsSettings": { "path": "/D26xvdqUdCpvvPTz4R", "headers": { "Host": "cf08.kxzy.eu.org" } } }, "mux": { "enabled": false, "concurrency": -1 } }, { "tag": "direct", "protocol": "freedom", "settings": {} }, { "tag": "block", "protocol": "blackhole", "settings": { "response": { "type": "http" } } } ], "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "inboundTag": [ "api" ], "outboundTag": "api", "enabled": true }, { "id": "5679894733425929788", "type": "field", "outboundTag": "direct", "domain": [ "domain:example-example.com", "domain:example-example2.com" ], "enabled": true }, { "id": "5519451990320332914", "type": "field", "outboundTag": "block", "domain": [ "geosite:category-ads-all" ], "enabled": true }, { "id": "4872379775297951288", "type": "field", "outboundTag": "direct", "domain": [ "geosite:cn" ], "enabled": true }, { "id": "5379587659853030030", "type": "field", "outboundTag": "direct", "ip": [ "geoip:private", "geoip:cn" ], "enabled": true }, { "id": "4982577242002621285", "type": "field", "port": "0-65535", "outboundTag": "proxy", "enabled": true } ] } } ```

Server and client log file

```console # paste log here 2023-06-09 20:32:17.0897-INFO v2rayN start up | v2rayN - V6.23 - 2023/04/21 | D:\15_network\v2rayN-With-Core\v2rayN.exe 2023-06-09 20:32:18.7657-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 20:32:37.6548-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:32:37.7038-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.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, 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.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at v2rayN.Base.HttpClientHelper.GetAsync(HttpClient client, String url, CancellationToken token) at v2rayN.Handler.DownloadHandle.DownloadStringAsync(String url, Boolean blProxy, String userAgent) 2023-06-09 20:32:37.7038-ERROR System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch, RemoteCertificateChainErrors 2023-06-09 20:32:39.0629-DEBUG The remote server returned an error: (404) Not Found.,The remote server returned an error: (404) Not Found. 2023-06-09 20:32:39.0629-DEBUG at v2rayN.Base.DownloaderHelper.<>c.b__3_0(Object sender, AsyncCompletedEventArgs value) at Downloader.DownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in D:\Users\b.khosravifar\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 380 at Downloader.DownloadService.StartDownload() in D:\Users\b.khosravifar\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 207 at Downloader.DownloadService.StartDownload() in D:\Users\b.khosravifar\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 212 at Downloader.DownloadService.DownloadFileTaskAsync(String address, CancellationToken cancellationToken) in D:\Users\b.khosravifar\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 82 at v2rayN.Base.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) at v2rayN.Handler.DownloadHandle.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent) 2023-06-09 20:32:40.1730-DEBUG The remote server returned an error: (404) Not Found.,The remote server returned an error: (404) Not Found. 2023-06-09 20:32:40.1790-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request) at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action`3 completionDelegate) at v2rayN.Handler.DownloadHandle.TryDownloadString(String url, Boolean blProxy, String userAgent) 2023-06-09 20:32:52.0847-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 20:32:56.8559-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:32:56.8559-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:32:56.8559-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:08.4286-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 20:33:12.4468-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:12.4468-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:12.4468-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:17.5721-INFO UpdateTaskRunSubscription 2023-06-09 20:33:19.9662-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:19.9662-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:19.9662-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:19.9662-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:19.9662-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:19.9662-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:21.9654-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:21.9654-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:21.9654-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:21.9654-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:24.1385-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:24.1385-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:24.1385-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:24.9655-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:24.9655-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:25.0435-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:25.0435-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:25.0435-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:26.9666-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:26.9666-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:27.0067-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:27.0067-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:27.0127-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:27.0127-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:27.5027-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:27.5027-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:27.5027-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:29.3318-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:29.3318-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:29.3318-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:29.9738-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:29.9738-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:29.9898-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:29.9898-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:31.9669-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:31.9669-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:31.9669-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:31.9699-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:31.9699-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:31.9699-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:31.9699-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:32.0439-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:32.0439-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:33.0090-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:33.0090-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:33.0960-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:33.0960-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:34.9831-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:34.9831-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:34.9971-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:34.9971-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:35.1481-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:35.1481-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:35.1481-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:35.1481-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:35.1481-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:35.1481-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:35.3091-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:35.3091-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:35.3091-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:36.0382-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:36.0382-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:37.9843-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:37.9843-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:37.9843-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:37.9843-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:38.0323-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:38.0323-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:38.0323-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:38.0323-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:38.5083-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:38.5083-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:39.3514-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:39.3514-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:39.9984-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:39.9984-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:40.0324-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:40.0324-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:40.0324-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:40.0324-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:40.9855-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:40.9855-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:41.5715-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:41.5715-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:41.5715-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:42.0475-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:42.0475-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:42.0475-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:42.0475-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:42.0475-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:42.0475-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:42.0775-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:42.0775-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:43.0136-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:43.0136-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:43.0966-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:43.0966-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:43.0966-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:43.0966-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:44.0296-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:44.0296-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.1377-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.1377-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.1377-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.1377-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.1377-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.1377-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.1377-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.1377-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.1377-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.1377-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.2057-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.2057-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.2057-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.2057-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.2057-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 20:33:45.2057-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:45.2057-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 20:33:45.3517-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:45.3517-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:46.0567-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:46.0567-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:46.0567-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:46.0567-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:33:48.0239-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 20:33:48.0239-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 20:34:17.5725-INFO UpdateTaskRunGeo 2023-06-09 21:06:53.4944-INFO Tun mode configuration file test start 2023-06-09 21:06:55.7145-INFO Tun mode configuration file test end 2023-06-09 21:06:56.7376-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:07:09.2073-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:07:09.2073-INFO Tun mode monitors restart 2023-06-09 21:09:19.8188-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:09:29.8224-DEBUG The operation has timed out.,The operation has timed out. 2023-06-09 21:09:29.8224-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 21:09:33.7596-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:09:37.2458-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 21:09:37.2458-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 21:09:37.2468-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 21:09:50.1575-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:09:55.1388-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 21:09:55.1388-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 21:09:55.1388-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 21:10:02.5002-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:10:07.7585-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 21:10:07.7585-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 21:10:07.7585-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 21:11:27.6711-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:11:35.7356-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2023-06-09 21:11:35.7356-DEBUG at System.Net.HttpWebRequest.GetResponse() at v2rayN.Handler.DownloadHandle.GetRealPingTime(String url, IWebProxy webProxy, Int32 downloadTimeout, Int32& responseTime) 2023-06-09 21:11:35.7356-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2023-06-09 21:11:36.7536-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:12:40.9853-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:12:59.8214-INFO Tun mode configuration file test start 2023-06-09 21:13:01.9755-INFO Tun mode configuration file test end 2023-06-09 21:13:02.9965-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:15:39.2505-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:15:39.2505-INFO Tun mode monitors restart 2023-06-09 21:29:21.5325-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:39:49.2264-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:42:03.6501-INFO Tun mode configuration file test start 2023-06-09 21:42:05.8512-INFO Tun mode configuration file test end 2023-06-09 21:42:06.8693-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:43:05.6767-INFO Tun mode configuration file test start 2023-06-09 21:43:07.8388-INFO Tun mode configuration file test end 2023-06-09 21:43:08.8648-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 21:49:48.8007-DEBUG start tun mode fail,start tun mode fail 2023-06-09 21:49:48.8007-DEBUG at v2rayN.Base.TunHandler.CoreStart() 2023-06-09 21:49:48.8007-INFO Tun mode monitors restart 2023-06-09 21:56:00.0750-INFO Tun mode configuration file test start 2023-06-09 21:56:02.2401-INFO Tun mode configuration file test end 2023-06-09 21:56:03.2691-INFO Failed to call AssignProcessToJobObject! GetLastError=5 2023-06-09 22:07:27.7793-INFO Tun mode configuration file test start 2023-06-09 22:07:29.9944-INFO Tun mode configuration file test end 2023-06-09 22:07:31.0145-INFO Failed to call AssignProcessToJobObject! GetLastError=5 ```
nekohasekai commented 1 year ago

内置的 DLL 加载过程可能在较旧的操作系统版本上存在错误。需要调试以确认,如果与系统版本相关,考虑释放后加载。

chencl0214 commented 1 year ago

sing-box.exe设置管理员运行了吗?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days