zzzgydi / clash-verge

A Clash GUI based on tauri. Supports Windows, macOS and Linux.
21.11k stars 3.17k forks source link

[BUG] failed to copy resources 'wintun.dll', 系统找不到指定的文件 #684

Closed LovelyMuu closed 1 year ago

LovelyMuu commented 1 year ago

2023-07-23 05:48:38 ERROR - failed to copy resources 'wintun.dll', 系统找不到指定的文件。 (os error 2) 2023-07-23 05:48:46 ERROR - failed to copy resources 'wintun.dll', 系统找不到指定的文件。 (os error 2) 2023-07-23 05:48:57 ERROR - failed to copy resources 'wintun.dll', 系统找不到指定的文件。 (os error 2)

AnyWAT commented 1 year ago

copy .config\clash-verge\wintun.dll to Program Files\Clash Verge\resources ?

PC上1.3.4版也有此报错,按上述处理后没了。

LovelyMuu commented 1 year ago

I did not find the .config\clash\wintun.dll on my computer.

zzzgydi commented 1 year ago

What is your system, windows or macOS or Linux

AnyWAT commented 1 year ago

I did not find the .config\clash\wintun.dll on my computer.

PC上右键托盘图标——打开目录——应用目录,即是。

zzzgydi commented 1 year ago

我检查了一下CI构建日志,确实有点问题,windows的版本没带上wintun文件,以及linux/macOS的没带上clash。。我重新发一版吧。

I checked the CI build logs and indeed there are some issues. The Windows version is missing the wintun file, and the Linux/macOS versions are missing Clash core. I will send a new version again.

zzzgydi commented 1 year ago

这个v1.3.5已经修复啦