OpenVPN / openvpn

OpenVPN is an open source VPN daemon
http://openvpn.net
Other
10.61k stars 2.96k forks source link

error OpenVPNMSICA: tap_create_adapter 536870397 #288

Open supermansaga opened 1 year ago

supermansaga commented 1 year ago

IMPORTANT NOTE Please see https://forums.openvpn.net/viewtopic.php?t=35499

Describe the bug The drivers called TAP and Wintun won't install.

To Reproduce Just install the installer per https://kb.netgear.com/23854/How-do-I-use-the-VPN-service-on-my-Nighthawk-router-with-my-Windows-client

Expected behavior The installer should finish with all the necessary drivers installed.

Version information (please complete the following information):

Additional context Add any other context about the problem here.

romanad commented 1 year ago

Same problem

poqdavid commented 1 year ago

I have the same problem I was like there is a problem with my PC

Wurzelmann commented 1 year ago

I just had the same problem on a Windows 10 Home machine and was able to fix it.

Try looking for these registry keys and see if they exist:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wintun

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\tap9091 (or another "tap" key)

If they do exist prior to the installation of OpenVPN, delete them (if they're not in use by another VPN software), reboot to make sure and try re-installing OpenVPN.

mateo-ca commented 7 months ago

I just had the same problem on a Windows 10 Home machine and was able to fix it.

Try looking for these registry keys and see if they exist:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wintun

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\tap9091 (or another "tap" key)

If they do exist prior to the installation of OpenVPN, delete them (if they're not in use by another VPN software), reboot to make sure and try re-installing OpenVPN.

THIS... This is THE fix. Thank you fine sir!

Wurzelmann commented 7 months ago

THIS... This is THE fix. Thank you fine sir!

You're welcome, this is what the Internet is for. <3

duwen250 commented 4 months ago

I just had the same problem on a Windows 10 Home machine and was able to fix it.

Try looking for these registry keys and see if they exist:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wintun

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\tap9091 (or another "tap" key)

If they do exist prior to the installation of OpenVPN, delete them (if they're not in use by another VPN software), reboot to make sure and try re-installing OpenVPN.

thank you very much!