Cobalt Yang
Cobalt Yang
我也遇到了相同问题,出现的报错和#1302 相同,均为联网时报`java.net.UnknownHostException: http`。 我的解决方案是:在HMCL的**设置-下载-代理**这里,选择**HTTP**,**主机填127.0.0.1**,端口填Clash运行端口,能在保持Specify Protocol选项打开的前提下成功登录。 没看源码(不熟悉java),但我估计是HMCL默认host是不带协议的,会自己加一个`http://`,然后Clash的Specify Protocol再加一遍`http://`,于是代理服务器的URL变成了`http://http://127.0.0.1:[CLASH_PORT]`,解析时就会把第二个`http`作为host,当然是找不到的,所以会报`java.net.UnknownHostException: http`。
Related to #970 It seems the "latest" master branch (v2.12.0) didn't support config files with different names from executables', while the actually more recent v3 alpha branches support (this feature...
Hi, this seems to be something to do with encoding. Which Python version are you using? I recall that "MATLAB engine for Python" supports python 2.7, which might cause problems...
I encountered the same problem, and later on I solved it by installing the driver at `Drivers\HIDGuardian`. Just right click the `HIDGuardian Install (Run as Admin).bat` and run as admin,...
If you don't want to hardcode your DNS and don't use ipv6 anyways, another acceptable workaround is to disable ipv6 of the Tailscale adapter, which can be done with this...
From a user's perspective: if the error is "Unsupported opcode", you may try adding branches to `ASTree.cpp` and rebuild it. Even empty branches may work. For example I'm encountering `BEFORE_WITH`...
@bygreencn By far I didn't have any. As I said this is just a *temporary workaround*. What I did is basically just NOPing all the unknown opcodes and hoping it...