Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ComponentID #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

THEshezzee
Copy link

Fix windows specific error:

tunwire: 2023/03/29 23:36:54 wire_windows.go:37: Failed to find the tap device in registry with specified ComponentId 'tap0901', TAP driver may be not installed

See songgao/water#91

@nickjfree
Copy link
Owner

Hi, THEshezzee

The proposed change looks good, but we need to make a small update to support systems with different ComponentIDs for the tap-windows device. The difference in ComponentIDs for the tap-windows device with some systems could arise due to various factors, as windows version or driver installation. Some systems use "tap0901" while others use "root\tap0901".

It's better to consider both cases to ensure compatibility across different systems.

Repository owner deleted a comment from Ripon9898 Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants