YSXX1013
YSXX1013
It looks like the brew compiled version of aria2 doesn't support async DNS. Maybe you should try another build of aria2 which supports c-ares.
> 后续是否会支持KDE的环境呀,原CFW能够支持,希望后面clash_verge也能够支持cfw 毕竟KDE的用户数量也是非常多的 看上去不支持KDE的原因在于这个项目在设置代理时用了[sysproxy-rs](https://github.com/zzzgydi/sysproxy-rs)的库 而这个库目前没有做KDE支持 估计等上游支持了这儿就能支持了
> 我试着将 `aria2c.exe` 替换为 [aria2-1.36.0-win-64bit-build2.7z](https://github.com/q3aql/aria2-static-builds/releases/download/v1.36.0/aria2-1.36.0-win-64bit-build2.7z) 版本并进行了编译,目前只成功编译出了 `Motrix-1.6.11-win.zip` 和 `Motrix-1.6.11-ia32-win.zip` 。 > > 解压 `Motrix-1.6.11-win.zip` 并启动,点击左下角的版本信息(那个小问号)依旧显示不出引擎版本。 > > 我猜测 Motrix 使用的 Aria2 内核是由 agalwood 对官方原版 Fork 并定制化后自行编译生成的,替换本仓库的 `extra/win32/engine/aria2c.exe` 并编译与安装 GitHub Releases...
> What is [the value of the `db_home` key](https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-home) in [your `/etc/nsswitch.conf` file](https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch)? > > What happens if you [delete or comment out that line](https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-home), or [change it to `/home/%U`](https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-passwd)?...
Another thing: I don't see anything in Tabby's documentation about the program automatically setting the $HOME variable, and I don't find anything about it on Tabby's settings page, so this...
> > > I believe I have traced the problem to ciphers on Windows7. > > I used ssllabs.com to scan the sites in question and it shows 2 ciphers...
> 支持多个工具链需要维护更多的编译脚本和更多测试。测试 HMCLauncher 本身就很麻烦,支持 MinGW 后每次更新后工作量都会更大,而且使用 MinGW 编译没有实际价值,所以我反对此 PR。 我最主要的想法还是HMCL作为开源软件,HMCLauncher也最好有使用开源工具链的编译解决方案;至于兼容性问题,理论上使用标准C++的情况下MSVC和g++/clang++的区别也并没有那么严重。本身HMCLauncher的代码的绝大部分也可以不经修改在gcc+mingw的环境下编译,真正对源码的修改只有main.cpp中涉及_declspec(dllexport)的部分需替换成gcc/clang中的相应形式。 这个pr的目的也只是提供使用其他编译器来编译HMCLuncher的可能性,我们可以声明HMCL的开发团队仅仅支持MSVC编译的HMCLauncher,对CMake以及其他编译器的支持属于实验性支持,不给予任何担保并且不保证修复bug。同时官方发布的HMCL将仍然使用MSVC作为HMCLauncher的编译器,理论上这也不会对发布流程有任何影响