raspberrypi/usbboot

rpiboot.exe not running, Windows returns error code 0xc000007b

pilcru opened this issue · 4 comments

Since the last commit to rpiboot_setup.exe (a490517), installing rpiboot on Windows 10 and trying to open rpiboot.exe throws this error:

---------------------------
rpiboot.exe - Application Error
---------------------------
The application was unable to start correctly (0xc000007b). Click OK to close the application. 
---------------------------
OK   
---------------------------

Using the exe from the previous commit (0aad047), rpiboot.exe works fine.

I'm using the same procedure in both cases, and tried installing and running as administrator.

Please can you try f4273e9 ?

That installs and runs fine, however I do not have a board on hand to test it all the way to mounting the eMMC.

RPIBOOT: build-date Jul 18 2022 version 20220718~085937 5a25e04b
Waiting for BCM2835/6/7/2711...

Thanks for testing. I think the previous .exe was corrupted. If it's running then the installed files should be fine.

Just wanted to confirm I tested connecting to a CM4 today from Windows 10, using version f4273e9, and it's all working fine. Thanks for the quick response and fix!