-
Notifications
You must be signed in to change notification settings - Fork 471
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
libwdi Zadig and libusb-win32 1.3.0.x release #301
Comments
This is invalid. I believe it has been fixed in libusb-win32 git HEAD. |
But it is still a bit strange how libwdi detect the libusb-win32 version. I thought it uses libusb0.sys and not libusb0.dll. |
Please help to see if you have the same issue or not. Thanks. |
@mcuee how do you rebuild zadig? Just want to make sure I do it the same way, |
Sorry for not having had a chance to look into this. The issue is open so I am planning to do so, but I'm afraid this is not a high priority. Zadig is built from GitHub actions, so if you clone the project, you should be able to just run the actions script and get the VS2022 artifacts that contain a Zadig executable. Alternatively, you can take a look at https://github.com/pbatard/libwdi/wiki/Compiling-and-debugging-libwdi-or-Zadig which is are beginner level instructions on how to install Visual Studio to build Zadig. |
I use VS2022 and just edit Same issue if I use github action (which uses VS2022). You can checkout the following run. |
The issue still exists with libusb-win32 1.3.0.2 release. |
OK I found out there are 2 problems:
For libwdi I have added it to my existing pull request: |
@pbatard I updated the workflows to match the latest libusb0, so we could get the ARM64 binaries |
I can confirm that PR #314 fixes this issue. Tested with latest libusb-win32 1.3.0.2 release. |
Either this fixes it or the change in libusb0 should have fixed this. Can be closed now @mcuee |
Somehow libwdi/Zadig can not detect the proper version number of libusb-win32 1.3.0.0 snapshot release. Strage.
There are no issues with libusb-win32 1.2.7.3 or 1.2.7.4.
The text was updated successfully, but these errors were encountered: