Pete Batard
Pete Batard
Outside of trial and error I have very little idea on that topic. The thing is, from the output I posted above, I see that functions with zero parameters are...
Well, my opinion has always been the following: Libusb is meant to be a generic library, so, in the absolute, it should provide agnostic access to as many devices as...
This would be indicative of a defective SD card. `status: 0x10` means [CRC error](https://github.com/ARM-software/arm-trusted-firmware/blob/master/include/drivers/rpi3/sdhost/rpi3_sdhost.h#L68) which indicates that, while the data was read successfully, its checksum doesn't match the expected value,...
> Further, you can have FAT32+NTFS for UEFI booting as used by Rufus. Indeed. [Rufus](https://rufus.akeo.ie) should be able to create an NTFS bootable UEFI drive, through [UEFI:NTFS](https://github.com/pbatard/uefi-ntfs). You can set...
Replacing this: ```PS $r = Invoke-WebRequest -Method Post -Headers @{"Referer" = $ref} -UseBasicParsing -UserAgent $UserAgent -WebSession $Session $url ``` with this: ```PS $wr = [System.Net.WebRequest]::Create($url) $wr.Method = "POST" $wr.Referer =...
> How should I debug it? By continuing what you're doing and investigating why the code doesn't see what you expect. You should also attempt to boot the latest GRUB...
Thanks for the PR! Please find my comments below: * `DLL_EXPORT` to `LIBWDI_DLL_EXPORT` → That's fine with me * CRLFs in `zadig.h` → That's weird. I've always made sure that...
Yeah, sorry for the delay, but I'm afraid that libwdi has become a low priority project for me. I'm basically waiting to have nothing with higher priority to take a...
Again I will not take application updates until the next translation round starts, and it has not started yet because I am still figuring out additional messages that will need...
Please reboot your computer and try again.