yueyejinghun

Results 11 comments of yueyejinghun

Successfully installed on a nested virtualization VMware Workstation instance - The baseline via `systeminfo` (personal data deleted) ``` Host Name: OS Name: Microsoft Windows 11 Enterprise OS Version: 10.0.22000 N/A...

很明显这是使用了RESTFUL API面板更新 geodata,并且出现了文件被占用的错误提示,这个 issue 更适合发到面板或内核项目。如果使用 verge 设置页面提供的更新按钮,则不会出现这种问题

Simply run ``` distrod_wsl_launcher.exe -d ``` to install another distro

请问是否手动更新过内核?如果在Clash-Verge 1.3.2中使用Clash.Meta 1.14.4或更高版本内核,无法在未以管理员身份运行`clash-meta.exe`的情况下正常开启tun,会出现`Start TUN listening error: fix windows firewall for system stack: Error adding Rule`错误,但1.3.3已解决这个问题,可以正常使用普通权限安装服务和运行

> * 更新到 v1.3.3 之前,在 `Settings` 里面有关闭 `Service Mode` 和卸载 `Service Mode` 服务,同时也关闭了 `Tun Mode` > * 以上操作完成后,下载 `Clash.Verge_1.3.3_x64_portable.zip` 解压覆盖到原安装目录 实际上 Clash-Verge 一直都不需要以管理员身份运行,即使是安装和卸载服务也不需要。我在使用 1.3.2 时手动更新内核到 1.14.4 和 1.15.0,出现过相同的 `level=error msg="Start...

> tun段yaml配置 > > ``` > tun: > enable: true > stack: system > dns-hijack: > - any:53 > auto-detect-interface: true > auto-route: true > strict-route: true > ``` 我的...

I can also confirm this happened to me in version 1.0.188 on Windows after I changed 'Show recent profiles in selector' to 10. All profiles were gone and config.yaml reverted...

> 我一直使用的UDP,一切正常,这里是我的配置,只是没在里面凸显出UDP,但服务端设置的是UDP,希望对你有用 测试移除 `"network": "udp"` 行后可正常使用 hysteria,但最新 commit 若退出前最后使用的节点是 hysteria,再次打开时会出现 kernel panic ```console panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0xd7f458] goroutine 115...

因为内核将选中节点缓存在 cache.db 文件中,但是 verge 将选中节点保存在 profiles.yaml 中,应该属于加载优先级的冲突

我并不清楚 cache.db 是否能够同时储存多个配置文件的节点配置,原 verge 作者使用 profiles.yaml 来储存节点信息可能就是为了解决这个问题的,但由于不知道什么原因, cache.db 优先于 profiles.yaml 加载了