-
Notifications
You must be signed in to change notification settings - Fork 68
使用vClash用户反馈的问题总结
Awkee edited this page Jul 28, 2022
·
1 revision
有些用户反馈启动时出现了如下错误:
2022年07月27日07:09:07: 启动配置文件 /koolshare/clash/config.yaml : 检测完毕!
2022年07月27日07:09:10: clash -d /koolshare/clash/ 启动失败! 执行失败原因如下:
/koolshare/bin/clash: line 1: ELF �: not found
/koolshare/bin/clash: line 2: syntax error: unexpected "("
这种问题原因是 /koolshare/bin/clash 程序无法在路由器上运行导致。
比如 路由器是 **armv7l **只能运行 带 armv5 的 clash 程序, 如果使用了 x86_64 架构的 clash 程序就会出这样的问题。
可能性:
- 安装错误vClash版本? 通常是安装失败的,可能性很低。 2.自己替换过 clash 程序版本? 替换错误了架构类型的clash版本。
解决方法:
- 重新安装vClash,通常vClash安装包自动检测路由器芯片架构类型选择正确版本。
- 通常安装完成后,第一次会提示更新clash版本,可以点击更新按钮更新到最新版本,当然我推荐你选择“忽略版本更新",原因 wiki里有提及。
- 自己手动到官网下载正确版本。 先点击 路由器信息 了解 架构信息, 如 armv7l 要下载 armv5 版本的 clash 程序,下载地址。