OpenVPN / openvpn-gui

OpenVPN GUI is a graphical frontend for OpenVPN running on Windows 7 / 8 / 10. It creates an icon in the notification area from which you can control OpenVPN to start/stop your VPN tunnels, view the log and do other useful things.
Other
1.38k stars 397 forks source link

> Greate Fie for stdout 系统找不到指定的文件 #673

Closed RowinaDu closed 4 months ago

RowinaDu commented 4 months ago

求助求助

当我打开vpn时报这个错,试了好多个版本都是一样的问题。 电脑的版本是win10专业版。

error
selvanair commented 4 months ago

当我打开vpn时报这个错,试了好多个版本都是一样的问题。 电脑的版本是win10专业版

Report issues in English please --- google translate will help :)

Anyway, it seems your system fails opening 'NUL' which is used by the service to redirect stdout. Try the following from a command prompt:

echo something > NUL

If that gives the same error, your Windows system is misconfigured.

In case you had deliberately disabled the NUL "device", turn it back on. Otherwise this could be sign of badly broken system and not something we could properly help with.

RowinaDu commented 4 months ago

当我打开vpn时报这个错,试了好多个版本都是一样的问题。 电脑的版本是win10专业版

Report issues in English please --- google translate will help :)

Anyway, it seems your system fails opening 'NUL' which is used by the service to redirect stdout. Try the following from a command prompt:

echo something > NUL

If that gives the same error, your Windows system is misconfigured.

In case you had deliberately disabled the NUL "device", turn it back on. Otherwise this could be sign of badly broken system and not something we could properly help with.

thank you ,it shows the same error when I checked my system, i will try to fix my system.