You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document refers to the FAQ document of clash-verge-rev. This project is also developed using the tauri framework, so most of the problems encountered during installation and use are the same. nvm-desktop also learned a lot from this project during the process of refactoring using the tauri framework. Many thanks to the author and maintainer of the project for their open source 🌹
Windows
VCRUNTIMEXXX.dll not found, code execution cannot continue
Reason: The operating system lacks the libraries required by the VC runtime environment.
Solution: Download and install the VC runtime library.
Reason: 99.99% of the time it's because you downloaded the wrong file. Please check if you downloaded the installation package corresponding to your machine architecture.
Solution: Download the correct installation package.
Unable to start/no interface displayed/crash/only tray icon
Reason: The Tauri framework depends on WebView2. If WebView2 is uninstalled or disabled, the interface will not be displayed. Specifically, the program can be started, but clicking the tray menu does not respond.
Solution:
If you disabled Edge using third-party software, please check whether WebView2 is disabled at the same time and undisable WebView2.
If WebView2 cannot be installed on Enterprise Edition or Win7, please try to download the version with built-in WebView2 (the installation package with fixed_webview2) from Release.
If the problem persists, try booting in Windows 7 compatibility mode.
WebView2 cannot be installed normally
Reason: Maybe your Windows system has turned off automatic updates.
Solution:
Turn on automatic updates
If you really can't install WebView2, you can try to download the version with built-in WebView2 from Release (the installation package with fixed_webview2).
MacOS
"File/App is damaged and cannot be opened. You should move it to Trash."
Reason: Since the app is not signed, it may show that the developer cannot be verified or the app is damaged, and the developer needs to be granted Apple Developer Program membership.
Solution: Click the Cancel button, then go to the System Preferences -> Security & Privacy page, click the Open Anyway button, and then click the Open button in the pop-up window. If your system version is higher, you may not find the above options in the Security & Privacy page, or it may prompt that the file is damaged when you start it. Open the terminal and execute the following command to authorize.
Windows
Reason: The operating system lacks the libraries required by the VC runtime environment.
Solution: Download and install the VC runtime library.
MacOS
Cancel
button, then go to theSystem Preferences -> Security & Privacy
page, click theOpen Anyway
button, and then click theOpen
button in the pop-up window. If your system version is higher, you may not find the above options in theSecurity & Privacy
page, or it may prompt that the file is damaged when you start it. Open the terminal and execute the following command to authorize.sudo xattr -d com.apple.quarantine /Applications/NVM\ Desktop.app
nvmd
is not signed with a certificate, Apple's security policy does not assign permissions by default.Linux
NVM-Desktop
is a GUI program based on Webview and requires graphical interface support.Other issues
Settings
page and select or enter the appropriate mirror address according to your regionWindows
问题原因:操作系统缺少 VC 运行环境所需的库
解决方案:下载并安装 VC 运行库
MacOS
取消
按钮,然后去系统偏好设置 -> 安全性与隐私
页面,点击仍要打开
按钮,然后在弹出窗口里点击打开
按钮即可。如果你的系统版本较高,可能在安全性与隐私
页面中找不到以上选项,或启动时提示文件损坏。打开终端,并执行下列命令进行授权。sudo xattr -d com.apple.quarantine /Applications/NVM\ Desktop.app
nvmd
没有证书签名,Apple 的安全策略默认不会分配权限。Linux
NVM-Desktop
是基于 Webview 的 GUI 程序,需要图形化界面支持。其他问题
设置
页面,根据自己所在地区选择或输入合适的镜像地址The text was updated successfully, but these errors were encountered: