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

Windows 7 - No nics #25

Closed
zipphreak opened this issue Aug 12, 2017 · 12 comments
Closed

Windows 7 - No nics #25

zipphreak opened this issue Aug 12, 2017 · 12 comments

Comments

@zipphreak
Copy link

Ran 2.8.1 as administrator on win7 x64 machine, no adapters show up in the dropdown.

@KurtisLiggett
Copy link
Owner

Was this issue present in 2.8?

If you go to the "Control Panel\Network and Internet\Network Connections" window, do you see your adapters there?

What language of OS are you using?

@zipphreak
Copy link
Author

zipphreak commented Aug 14, 2017 via email

@zipphreak
Copy link
Author

If an _ is present is the beginning of the NIC name.. Then the list population fails.

@KurtisLiggett
Copy link
Owner

So if you rename any of your NIC names, it starts working?

I tried adding _ to all my adapter and they still show up fine. I'll keep looking though.

@zipphreak
Copy link
Author

zipphreak commented Aug 15, 2017 via email

@KurtisLiggett
Copy link
Owner

KurtisLiggett commented Aug 31, 2017

I made a test program to help troubleshoot this issue. If you could, try running the program linked below and post a screenshot of the message. Try it with and without the underscores in the names.
It should be similar to this.

screenshot from 2017-08-30 14-47-33

getAdapters_Test.zip
Source files are included in the zip.

@zipphreak
Copy link
Author

zipphreak commented Aug 31, 2017 via email

@KurtisLiggett
Copy link
Owner

I think your attachments are not coming through your email replies.
Could you try dragging the images directly into the comment box on GitHub?

@zipphreak
Copy link
Author

unnamed
unnamed 1
unnamed 2

@KurtisLiggett
Copy link
Owner

I finally recreated the issue on my PC and found the issue.

Short answer:
I had not taken the underscore into account when I sorted the adapters, so the _ messed up the array.

Long answer:
I had been updating the code on my PC and I didn't realize I was testing your issue with my updated version, in which I had unintentionally 'fixed' the issue. That's why I could not replicate the issue. After going back to the latest stable code, I was able to recreate the issue and figure out what was going wrong.

Thanks for reporting and helping to resolve this one!

@KurtisLiggett
Copy link
Owner

Bug will be fixed in the next release.

@zipphreak
Copy link
Author

zipphreak commented Aug 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants