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

Can't open device on Windows #27

Open
delipunch opened this issue May 8, 2018 · 1 comment
Open

Can't open device on Windows #27

delipunch opened this issue May 8, 2018 · 1 comment

Comments

@delipunch
Copy link

delipunch commented May 8, 2018

Compiling on Windows with cygwin worked fine, but the program can't open the device even when cygwin is run as admin. It does find the device, though.

$ ./ndsplus-master/ndsplus.exe
Found NDS Adapter+ but could not open! :-(

Is it because I do not have drivers installed?

@Thulinma
Copy link
Owner

Thulinma commented May 8, 2018

The software doesn't need/use a driver, it uses libusb directly and speaks "raw" USB packets with the device. So... it should just work, assuming it's running with rights to open the USB device.

It's possible Windows has changed their security methods once again, and you now need some form of special access to run this application, but I'll be honest: I have no idea. I develop and use the application on Linux, myself, and have never personally ran it under Windows. I am aware of other users that have done so successfully, but that was years ago now so that information might long be outdated.

You'll likely get better results compiling without cygwin, for native Windows. If I'm not mistaken, the code is compatible with native Windows APIs as well (assuming libusb is installed on the system). That way there's no "extra" layer in between that potentially messes things up.

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

No branches or pull requests

2 participants